-
Notifications
You must be signed in to change notification settings - Fork 59
Lookup Fedora package given PyPI package name from requirements.txt #420
Comments
most python libraries will be packaged as |
Got pretty far already. Not sure if scripts are worthy packaging, but here is it. |
@pypingou how to expose |
you should probably use mdapi for that https://mdapi.fedoraproject.org/ |
I could trace needed Requirements header down to
I am not sure if Repology uses the same cache to extract information about Fedora packages. https://github.com/repology/repology/blob/613734c89c493bc5612d0e362c0019ad7f10984c/repology/parsers/parsers/repodata.py Right now I am looking at |
@cverna why this data is not exposed in |
@abitrolly I don't know 😄 maybe you should ask that to the releng folks (https://pagure.io/releng) or maybe @pypingou knows |
Because that info is introduced when the rpm is built and the |
@pypingou is it possible to move |
mdapi exposes what is in the repository metadata. Adding it to the soure repository (ie to the metadata of the source-rpm) is out of the scope of mdapi itself and I suspect not something that the RPM folks would be able to support. |
Probably not for |
I want to know if some PyPI package can be ported to Fedora packages. For that I need to analyze if dependencies are already packed. And for that I need to query all those dependencies as listed in
requirements.txt
and get Fedora package names for them. Is that possible?The text was updated successfully, but these errors were encountered: