mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
python-py and python-tox, the latter still broken
This commit is contained in:
parent
dc50bd550a
commit
a27001f09f
1 changed files with 25 additions and 0 deletions
|
@ -2970,6 +2970,16 @@ pythonPackages = python.modules // rec {
|
|||
};
|
||||
|
||||
|
||||
py = buildPythonPackage rec {
|
||||
name = "py-1.4.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/py/py-1.4.13.tar.gz";
|
||||
md5 = "3857dc8309d5f284669b81184253c2bb";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
pyasn1 = buildPythonPackage ({
|
||||
name = "pyasn1-0.0.11a";
|
||||
|
||||
|
@ -4189,6 +4199,21 @@ pythonPackages = python.modules // rec {
|
|||
};
|
||||
|
||||
|
||||
# TODO
|
||||
# py.error.EACCES: [Permission denied]: mkdir('/homeless-shelter',)
|
||||
# builder for `/nix/store/0czwg0n3pfkmpjphqv1jxfjlgkbziwsx-python-tox-1.4.3.drv' failed with exit code 1
|
||||
# tox = buildPythonPackage rec {
|
||||
# name = "tox-1.4.3";
|
||||
#
|
||||
# buildInputs = [ py virtualenv ];
|
||||
#
|
||||
# src = fetchurl {
|
||||
# url = "https://pypi.python.org/packages/source/t/tox/tox-1.4.3.tar.gz";
|
||||
# md5 = "3727d5b0600d92edf2229a7ce6a0f752";
|
||||
# };
|
||||
# };
|
||||
|
||||
|
||||
trac = buildPythonPackage {
|
||||
name = "trac-0.12.2";
|
||||
|
||||
|
|
Loading…
Reference in a new issue