befeleme / pyp2spec

Generate Fedora RPM spec files for Python packages
MIT License
11 stars 4 forks source link

Determine if package is archful by parsing the wheel name #40

Closed befeleme closed 9 months ago

befeleme commented 10 months ago

Packages on PyPI publish wheels which contain an abi tag informing whether a package is arched or not. pyp2conf reads this information and saves it in the config file. conf2spec automatically adds gcc to the generated specfile in case package is archful.