fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
128 stars 39 forks source link

Remove support for wheel archives. #206

Open gordonmessmer opened 5 years ago

gordonmessmer commented 5 years ago

Wheel archives no longer contain the json metadata file that was previously used, and the standard metadata files no longer contain adequate information for building the spec file.

This resolves issue #179