befeleme / pyp2spec

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

Make it possible to declare an archful package (#10) #21

Closed befeleme closed 2 years ago

befeleme commented 2 years ago

cc: @hroncok This works on tornado which requires gcc - the package is successfully build when spec file is generated from the attached config file. The fact that a package is archful still needs to be explicitly declared by the packager either by using CLI option or by manually adding the option to config file. It's not perfect, but it enables getting the repeatable results for the same config.

Nevertheless, I'd like to start building understanding what we can and cannot detect from working with the sources/building them wrt extension modules. As my knowledge of the domain is scarce, would you be up to a demonstration on an example?

hroncok commented 2 years ago

As my knowledge of the domain is scarce, would you be up to a demonstration on an example?

Sure. Let me know tmrw.

What I know:

befeleme commented 2 years ago

Merged in c78ed80705d8b64317634c2cd8e14e5d1a4fbdae.