From b0d50d52f3a84de7242c766038bd66bcfd2329c2 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 24 Jun 2024 17:46:19 +0300 Subject: [PATCH] Remove incorrect summaries from glaucus cnt (now bld) is a dependencies list, not a textual summary. Fixes #1410 --- repology/parsers/parsers/glaucus.py | 1 - 1 file changed, 1 deletion(-) diff --git a/repology/parsers/parsers/glaucus.py b/repology/parsers/parsers/glaucus.py index 1a44d37bb..d2039faa4 100644 --- a/repology/parsers/parsers/glaucus.py +++ b/repology/parsers/parsers/glaucus.py @@ -54,7 +54,6 @@ def iter_parse(self, path: str, factory: PackageFactory) -> Iterable[PackageMake continue pkg.set_version(pkgdata['ver']) - pkg.set_summary(pkgdata.get('cnt')) pkg.add_links(LinkType.UPSTREAM_DOWNLOAD, pkgdata.get('url')) for line in ceras_contents.split('\n'):