Python: use PyPI mirror (#15001)

* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
This commit is contained in:
Frederik Rietdijk
2016-04-26 14:38:03 +02:00
committed by Domen Kožar
parent ae8a3a14f0
commit d5e6a4494a
32 changed files with 1030 additions and 1025 deletions

View File

@@ -6,7 +6,7 @@ buildPythonPackage rec {
name = "tables-${version}";
src = fetchurl {
url = "https://pypi.python.org/packages/source/t/tables/${name}.tar.gz";
url = "mirror://pypi/t/tables/${name}.tar.gz";
sha256 = "3564b351a71ec1737b503b001eb7ceae1f65d5d6e3ffe1ea75aafba10f37fa84";
};