-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
AppVeyor test commit. #1220
AppVeyor test commit. #1220
Conversation
An AppVeyor build was created: |
@tseaver After running
we get a
Any idea what needs to be done to have a Windows specific wheel? As far as getting up and running on AppVeyor, I still need to
The |
We don't have any C extensions, so a "universal" wheel should work fine on Windows. See: http://wheel.readthedocs.org/en/latest/#defining-the-python-version . |
Ahhh I see. The downstream deps don't matter for making a wheel. I'm curious if they're bundled in the exe/MSI (that was the purpose of #1009, that the crypto deps were a pain and it would be nice for us to bundle them). Seems I'll end up tackling #1123 as well in tackling #1124 (funny how the numbering worked out that way). |
215c17c
to
79e73b9
Compare
@tseaver A few notes here. Getting I just took the easy way out and used
to run the tests. The script builds
|
@tseaver We don't actually need to get uploads (e.g. via AppVeyor gives direct access to the artifacts for a build: |
b7e260c
to
b8cc870
Compare
Unless we figure out how to get those artifacts built correctly (with appropriate names), uploading them to PyPI is kind of moot. |
I was curious if you knew what a "correct" name was. They were produced directly by |
https://pypi.python.org/pypi/zope.interface/4.1.3 has separate installer EXEs for each supported Python. |
Awesome resource, thanks! Do you know how they are created? Maybe someone manually changes the filename? |
From https://docs.python.org/2/distutils/builtdist.html
This worries me that the dependencies (e.g. |
I'm positive that dependencies aren't bundled: we'd have to vendor them in. |
b8cc870
to
79f014c
Compare
79f014c
to
1b186a7
Compare
This is not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also not intended to be merged.
Also rebasing after some were merged upstream.
8db6b6a
to
e3fd1e5
Compare
This is not intended to be merged.
Relates to #1124