I feel like a python script allows for more flexibility instead of a fixed spec file. Things can also be dynamic, most notably the version - which is better dealt inside a build.py-like script file. Could have auxiliary functions inside it to integrate with pyproject.toml, like getting the name, version (if static), filtering build dependencies, etc. Food for thought.
I feel like a python script allows for more flexibility instead of a fixed spec file. Things can also be dynamic, most notably the version - which is better dealt inside a
build.py-like script file. Could have auxiliary functions inside it to integrate withpyproject.toml, like getting the name, version (if static), filtering build dependencies, etc. Food for thought.