pythonPackages.partd: python2 no longer supported
This commit is contained in:
parent
8ab3ba1f23
commit
d149ed1d81
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy27
|
||||||
, pytest
|
, pytest
|
||||||
, locket
|
, locket
|
||||||
, numpy
|
, numpy
|
||||||
@ -12,6 +13,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "partd";
|
pname = "partd";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -32,4 +34,4 @@ buildPythonPackage rec {
|
|||||||
license = with lib.licenses; [ bsd3 ];
|
license = with lib.licenses; [ bsd3 ];
|
||||||
homepage = https://github.com/dask/partd/;
|
homepage = https://github.com/dask/partd/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user