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

Issue #2140: Build wheels during pip install #2618

Merged
merged 3 commits into from
Apr 13, 2015

Commits on Apr 13, 2015

  1. Break out version extraction for reuse.

    This is needed for determining the wheel-cachability of a requirement.
    rbtcollins committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    786ff8c View commit details
    Browse the repository at this point in the history
  2. Issue pypa#2563: Read cached wheels from ~/.cache/pip

    This won't put wheels into that directory, but will read them if they
    are there. --no-cache-dir will disable reading such wheels.
    rbtcollins committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    4926409 View commit details
    Browse the repository at this point in the history
  3. Issue pypa#2140: Build wheels automatically

    Building wheels before installing elminates a cause of broken environments -
    where install fails after we've already installed one or more packages.
    
    If a package fails to wheel, we run setup.py install as normally.
    rbtcollins committed Apr 13, 2015
    1 Configuration menu
    Copy the full SHA
    08acb66 View commit details
    Browse the repository at this point in the history