-
Notifications
You must be signed in to change notification settings - Fork 3.1k
pip support for wheel #845
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
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
aa5b33d
experimental support for installing wheel archives
dholth 2d3cd9d
use the constructed exename
qwcode fe443fa
wheel doc updates
qwcode 7433867
Guard the chmod in case external_attr is 0.
qwcode 60089cf
remove pip channel notifications
qwcode aaf18e3
set the travis branches
qwcode 50c2111
Add platform checks to wheel location code
pfmoore 6e481b1
Merge pull request #8 from pfmoore/wheel_install_platcheck
qwcode 4bfc92d
'pip wheel'
qwcode cdcdf45
'pip wheel' doesn't support py25
qwcode a0cd7b6
use CommandError
qwcode e0f3535
make sure bdist_wheel is available up front
dholth 7e36aae
Merge pull request #14 from dholth/wheel_build
qwcode 8d68f7f
Merge pull request #12 from qwcode/wheel_build
qwcode b7a88b8
Allow --use-wheel in requirements files
pfmoore be12f79
merge pypa/develop
qwcode 57c19d3
Merge pull request #19 from pfmoore/wheel_in_req
qwcode d1dc699
pip wheel --unpack-only test fix
qwcode 1379091
remove 'import *'
dholth ed0c239
allow pip wheel --use-wheel ...
dholth 9087a6f
skip trying to build wheels for requirements found as wheels
dholth 467616f
Merge pull request #23 from dholth/wheel_build
qwcode 7ece6f4
add --no-deps option to "pip wheel"
qwcode edbd5c2
don't ignore building pip/setuptools/distribute
qwcode 1873e80
import check at 'pip wheel' command level is enough
qwcode 4b01b90
Give wheels priority over sdists when installing
pfmoore 28ffb1b
Merge pull request #25 from pfmoore/wheel_priority
qwcode 51ced03
test readme update
qwcode 7ad52b4
link sort key as instance method; guard when link is InfLink
qwcode dff849c
existing install has priority over wheels
qwcode 9c271ba
distutils scheme util for wheel installs; --user/--target support fo…
qwcode fa1b104
no user scheme until python 2.6
qwcode 6bbf963
no need to override purelib/platlib in virtualenvs
qwcode ec33da2
Merge pull request #28 from qwcode/get_paths
qwcode ae8a062
mention 'pip wheel' in docs
qwcode 53bbdf5
merge with pypa/pip:develop
qwcode cabd1d5
merge with pypa/pip/develop
qwcode 8659f3d
wheel cli fixes
qwcode 354a750
wheel doc update
qwcode db165f1
have find_link path work for windows tests
qwcode 299eb77
make test windows compatible
qwcode 00fa9be
merge with develop
qwcode 13b023e
move wheel help to class doc string
qwcode 07c48ea
set the help order of 'wheel'
qwcode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this removal intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch.. will add that back