Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build instructions using a PEP517 installer #77

Open
hashworks opened this issue Feb 25, 2024 · 3 comments
Open

Add build instructions using a PEP517 installer #77

hashworks opened this issue Feb 25, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hashworks
Copy link
Contributor

hashworks commented Feb 25, 2024

Up until now I've build this using setup.py, but that will go away sometime (and python 3.12 is around the corner).

Could you add some instructions on how to build this using a PEP517 installer?

@hashworks
Copy link
Contributor Author

Using python-build, python-wheel and python-installer seems to work just fine:

python -m build --wheel --no-isolation
python -m installer --destdir="${pkgdir}" dist/*.whl

Would you recommend that way for packaging?

@npiv
Copy link
Owner

npiv commented Mar 11, 2024

Hi @hashworks sorry for the late reply, I was on holiday. I'll have to take a look, do you have any suggestions?

@npiv npiv added enhancement New feature or request help wanted Extra attention is needed labels Mar 11, 2024
@hashworks
Copy link
Contributor Author

As I've said in my previous message, this is what we are currently using.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants