Skip to content

Commit

Permalink
Remove incorrect summaries from glaucus
Browse files Browse the repository at this point in the history
cnt (now bld) is a dependencies list, not a textual summary.

Fixes #1410
  • Loading branch information
AMDmi3 committed Jun 24, 2024
1 parent a04d3ca commit b0d50d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repology/parsers/parsers/glaucus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit b0d50d5

Please sign in to comment.