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

Python 3 the only default version for Fedora and Mageia #166

Closed irushchyshyn closed 6 years ago

irushchyshyn commented 6 years ago

163

When used without any switches, pyp2rpm should create a spec file which builds only Python 3 subpackage (unless the Trove classifiers suggest it is Python 2 only).

To also build a Python 2 subpackage -p2 option should be used.

irushchyshyn commented 6 years ago

Thanks for the review @mcyprian !