nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk b73e3bfafd python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428
While we tell pip not to fetch (with the `--no-index` option),
`setuptools` can do so itself. In the past we used a `distutils.cfg`
with `allow-hosts = None` to prevent setuptools from fetching itself.
This was removed when we started building wheels in
2562f94de4e4fd2ddc677187fa2e2848L69.

The `dist-utils.cfg` code was still there, and adding it to
`buildInputs` is sufficient.

Tested with python.pkgs.passlib by removing the `checkInputs` / `nose`.
2017-09-07 19:22:06 +02:00
..
catch_conflicts python: Move catch_conflicts.py into subdirectory (#23600) 2017-04-01 12:22:36 +02:00
cpython cpython: include test.support and test.regrtest 2017-08-28 09:49:08 +02:00
pypy/2.7 pypy: use pycparser from passed python 2017-08-03 22:20:49 +02:00
build-python-package-common.nix
build-python-package-flit.nix Python Flit: run tests by default 2017-02-01 14:54:20 +01:00
build-python-package-setuptools.nix Merge pull request #22086 from timbertson/pip-stderr 2017-01-24 11:20:53 +01:00
build-python-package-wheel.nix
build-python-package.nix Python Flit: run tests by default 2017-02-01 14:54:20 +01:00
mk-python-derivation.nix python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428 2017-09-07 19:22:06 +02:00
run_setup.py
setup-hook.nix Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook 2017-05-19 16:28:11 +02:00
setup-hook.sh Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook 2017-05-19 16:28:11 +02:00
with-packages.nix
wrap-python.nix
wrap.sh Python: disable user site-packages for programs and environments. 2017-07-31 13:16:29 +02:00
wrapper.nix python.buildEnv: only wrap executables 2017-08-09 15:07:03 +02:00