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

No wheels on PyPi #288

Closed
darkvertex opened this issue Oct 30, 2018 · 6 comments
Closed

No wheels on PyPi #288

darkvertex opened this issue Oct 30, 2018 · 6 comments

Comments

@darkvertex
Copy link

Would be super nice if we had .whl (Python wheel) files in PyPi:
https://pypi.org/project/pycparser/#files

@webknjaz
Copy link

webknjaz commented Mar 1, 2019

+1 I also expected pycparser to ship wheels.

FWIW there's a collection of wheels at https://www.piwheels.org/simple/pycparser/, it should be fine to reuse them on normal machines since they are universal.

@webknjaz
Copy link

@eliben?

@eliben
Copy link
Owner

eliben commented Apr 19, 2019

I've had wheels for pycparser before, but they caused a bunch of version mismatch issues and I didn't have the time/energy to keep track (see #148). pycparser is indirectly imported by a huge number of packages and everything setup-related is exceedingly sensitive to even tiny changes. Given that I don't have much time to spend on pycparser these days, I try to avoid setup changes as much as possible.

@eliben eliben closed this as completed Apr 19, 2019
@webknjaz
Copy link

In this case, you'd need to ship OS-specific wheels and that's it. It's not that hard to do.

@filips123
Copy link

@eliben Why you don't create universal wheels for all OS? If this package is pure-Python, it should not be hard. Also, you can use Travis CI to do this on every release.

@graingert
Copy link
Contributor

@eliben if you upload the sdist and bdist_wheel at the same time you wouldn't get a version conflict. The only reason #148 happend is the wheel appears to have been built from master rather than the tag that the sdist was built from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants