Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

do my wheel ! #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

do my wheel ! #15

wants to merge 1 commit into from

Conversation

stonebig
Copy link

python setup.py sdist bdist_wheel

python setup.py sdist bdist_wheel
@JackMc
Copy link
Contributor

JackMc commented Jan 24, 2015

Don't mean to be ignorant, but what does this do?

@stonebig
Copy link
Author

It's for building a "pure-wheel" python distribution.

If all packages I used are "wheel" , then I can build winpython by pointing all dependancies resolution to a local directory.

Today I can't, because an update from pypi can create unpredictable results.
==> so missing dependancies are discovered per users.

Tomorrow, if all packages used are wheels, I'll be able to let the build process check and resolve dependancies on the 'controled' set of wheels, and raise an issue if I missed one.

@stonebig
Copy link
Author

As a workaround, I downloaded tdqm from pip and did a manual tweak on setup.py , and then

python setup.py sdist bdist_wheel --universal

@kmike kmike mentioned this pull request Apr 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants