vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Explore PEP 517 / PEP 518 builds and pyproject.toml #7

Closed vkottler closed 2 years ago

vkottler commented 3 years ago

https://www.python.org/dev/peps/pep-0517/ https://www.python.org/dev/peps/pep-0518/

vkottler commented 2 years ago

This would be awesome to vet out / get working

vkottler commented 2 years ago

Allows things to specify install_requires and specify vmklib

vkottler commented 2 years ago

Guess this became a thing recently: https://www.python.org/dev/peps/pep-0660/

vkottler commented 2 years ago

This should be solved by https://github.com/vkottler/vmklib/releases/tag/v0.8.0, update https://github.com/vkottler/python-package-template with the new build and config strategy, then close this issue

vkottler commented 2 years ago

The only thing we could do beyond what we did on https://github.com/vkottler/vmklib/issues/12 (also described in the above comment) is to add setup.cfg and deprecate setup.py

vkottler commented 2 years ago

We can tackle that on https://github.com/vkottler/vmklib/issues/18.