fedora-python / pyp2rpm

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

make compatible interface with stdeb #3

Closed mcyprian closed 8 years ago

mcyprian commented 9 years ago

It will really help Python folks if various converters from PyPI to native package format had compatible interfaces.

I like the way stdeb provides functionality split between command line tools. It is very intuitive: https://pypi.python.org/pypi/stdeb

It will be convenient to have the same stuff for py2rpm. Editing stdeb description:


hroncok commented 8 years ago

I don't think this will happen in any reasonable future, as this would need many changes of the way the interface works now. Also pyp2rpm doe snot build binary RPMS by the KISS principle. Closing as wontfix, feel free to reopen if you are willing to work on it.