pythonPackages.fudge: 0.9.6 -> 1.1.0
This commit is contained in:
parent
5a6c570b4e
commit
f586ff981a
@ -5160,13 +5160,19 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
fudge = buildPythonPackage rec {
|
fudge = buildPythonPackage rec {
|
||||||
name = "fudge-0.9.6";
|
name = "fudge-1.1.0";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/f/fudge/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/f/fudge/${name}.tar.gz";
|
||||||
sha256 = "185ia3vr3qk4f2s1a9hdxb8ci4qc0x0xidrad96pywg8j930qs9l";
|
sha256 = "eba59a926fa1df1ab6dddd69a7a8af21865b16cad800cb4d1af75070b0f52afb";
|
||||||
};
|
};
|
||||||
buildInputs = with self; [ nose nosejs ];
|
buildInputs = with self; [ nose nosejs ];
|
||||||
propagatedBuildInputs = with self; [ sphinx ];
|
propagatedBuildInputs = with self; [ sphinx ];
|
||||||
|
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
|
checkPhase = ''
|
||||||
|
nosetests -v
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user