Wheels For Meson
See original GitHub issueI would like to have wheels for meson published to PyPI. Creating it should be as simple as
python setup.py bdist_wheel
Wheels are pre-build, which means pip simply copies files, and those are faster than, pip creating a new virtual environment(pyproject.toml
), install setuptools
and wheel
in that venv, and then using setuptools to build meson, and finally create a wheel, cache it and then copy files.
Also, it simply handles console scripts on Windows also.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:14 (13 by maintainers)
Top Results From Across the Web
Meson 700C Road Wheelset - Blackspire Components
Meson 700C Road Wheelset - Aluminum - 28/32 Spoke - Radial/3 Cross Pattern - 16mm Wide (ID) - Sealed Bearings - Free Shipping...
Read more >mesonpep517 - PyPI
Create pep517 compliant packages from the meson build system. ... to publish your project built with meson on PyPi and to create a...
Read more >El Meson on Wheels - Home - Facebook
El meson on wheels HotDogs Mexicanos!!!! Open Friday and Saturday from 7-12 PM. 819 Iturbide St. Call to place your order 956-568-3534 #laredotexas ......
Read more >How to build SciPy with Meson
python setup.py bdist_wheel + pip install dist/scipy*.whl - build wheel in current env (i.e. uses installed numpy, etc.) and install it. pip ...
Read more >PHOTOS: El Meson delivers its signature dishes - Dayton.com
El Meson has a fleet of six food trucks. ... PHOTOS: El Meson delivers its signature dishes – and margaritas – on wheels....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
After discussion and reminders from me in IRC:
All releases uploaded since October, i.e. since 0.60.0rc1 and backported to 0.59.3, now come with wheels, and this is part of the release process going forward. Thank you for the report, and for your persistence.
Apologies about the miscommunication on my end.