partd: 0.3.3 -> 0.3.6
This commit is contained in:
parent
4df3bb7e08
commit
a1b80797c4
@ -17692,11 +17692,11 @@ in {
|
|||||||
|
|
||||||
partd = buildPythonPackage rec {
|
partd = buildPythonPackage rec {
|
||||||
name = "partd-${version}";
|
name = "partd-${version}";
|
||||||
version = "0.3.3";
|
version = "0.3.6";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/partd/${name}.tar.gz";
|
url = "mirror://pypi/p/partd/${name}.tar.gz";
|
||||||
sha256 = "0fgrkfhgpm0hf5gs6wvgv7p9ls2kvgk0mc5hkmjw5slfbkn3fz8v";
|
sha256 = "1wl8kifdljnpbz0ls7mbbc9j23fc5xzm639im7h88spyg02w68hm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
@ -17704,6 +17704,7 @@ in {
|
|||||||
propagatedBuildInputs = with self; [ locket numpy pandas pyzmq toolz ];
|
propagatedBuildInputs = with self; [ locket numpy pandas pyzmq toolz ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
rm partd/tests/test_zmq.py # requires network & fails
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user