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

Compile properly platform tagged wheel #1219

Merged
merged 1 commit into from
Mar 28, 2016
Merged

Conversation

mattrobenolt
Copy link
Contributor

Refs GH-1218

Prior to this, running setup.py bdist_wheel generated a completely untagged platform whl file.

Note: this was tested against OS X and does not solve Linux wheels yet.

With this, it's possible to now build wheels for different OSX platforms in virtualenvs of different python versions.

In my case, I ended up with a whl as such: uWSGI-2.1_dev_c0c77cf-cp27-cp27m-macosx_10_11_x86_64.whl, which means it only works with cpython2.7, on macosx 10.11.

@mattrobenolt mattrobenolt mentioned this pull request Mar 27, 2016
4 tasks
@xrmx xrmx merged commit 56bf91d into unbit:master Mar 28, 2016
@xrmx
Copy link
Collaborator

xrmx commented Mar 28, 2016

Looks good, thanks!

@mattrobenolt mattrobenolt deleted the wheel branch March 29, 2016 18:39
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

Successfully merging this pull request may close these issues.

2 participants