-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyPI - Fedora missing packages #253
Comments
Created rules for these. Note that the cause of this problem is Fedora (which doesn't use correct PyPI names) and partly upstream for using odd naming. |
I got distracted and pasted page Why a rule is necessary for |
It's OK, I've figured it out.
The rule was necessary because Fedora uses |
There is a way to detect PyPI name from
Link to discussion. |
There's nothing like that in Fedora repodata. |
You mean that this information is only available in .rpm itself and not in repository indexes?
If that's the case then the only way it to find out if https://apps.fedoraproject.org/packages/python-straight-plugin/ parses .rpm to expose that metadata somehow. |
Well, Repology won't download and process individual RPMs anyway. |
I left the wish here - fedora-infra/fedora-packages#420 (comment) |
@AMDmi3 there is.
https://github.com/repology/repology/blob/master/repology/parsers/parsers/repodata.py doesn't parse |
There is not.
|
vs.
|
I found that there are Python packets on PyPI that are not linked to corresponding Fedora packages.
https://apps.fedoraproject.org/packages/python-dateutil
There are two Repology entries for that package:
https://repology.org/project/python:straight.plugin/versions
https://repology.org/project/python:straight-plugin/versions
Fedora is only found in
python:straight-plugin
page, while the canonical name on PyPI is stillstraight.plugin
which is used for lookup.The text was updated successfully, but these errors were encountered: