Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1fca2ab52dac
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 56727dc1ff43
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 20, 2019

  1. Python: setuptools/wheel/pip now bootstrap from source

    Since wheel support was introduced in 2015 we always relied on pre-built
    wheels for bootstrapping. Now, we can bootstrap directly from the
    sources of these packages in git.
    
    The `bootstrapped-pip` packages is used to build `pip`, `setuptools` and `wheel`,
    after which those packages are used to build everything else.
    
    Note that when building `bootstrapped-pip` some errors are shown.
    These are not important, the build actually does succeed and work as intended.
    FRidh committed Oct 20, 2019
    Copy the full SHA
    56727dc View commit details
    Browse the repository at this point in the history