fedora-python / pyp2rpm

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

Integration with spec2scl #100

Closed irushchyshyn closed 7 years ago

irushchyshyn commented 7 years ago

Integrate spec2scl to enable the user to create an SCL-style spec file for a PyPI package.

There should be an option (e.g. --sclize) to convert tags and macro definitions and produce a Software Collection spec file. The user should be able to provide optional arguments defined for spec2scl. The implementation will require introducing a dependency on spec2scl.

hroncok commented 7 years ago

Note: It can be optional dependency and the feature will simply not be available if spec2scl is not installed.

irushchyshyn commented 7 years ago

That is a very good suggestion, thanks @hroncok