befeleme / pyp2spec

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

Make project more robust #1

Closed befeleme closed 2 years ago

befeleme commented 2 years ago

See particular commits

Issue emerging: naming of the source file -> there is no clear standard, just recommendation, which means some names are concantenated with hyphen (as the project), some with underscore (as the wheel/module). Solved for now with another "_name" key.