openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

Use and parse PEP517 backend data #172

Closed bnavigator closed 1 year ago

bnavigator commented 1 year ago

Implements #104

%python_install (pyhton3 setup.py install) has been deprecated quite some time ago. The new way to go is pyproject_install with building the wheel before.

Parses pyproject.toml, supplemented by legacy setup.py parsed by metaextract.