python.pkgs.jaraco_text: 1.7 -> 1.10.1
This commit is contained in:
parent
c4bf056c08
commit
7cd2bf48f7
14
pkgs/development/python-modules/jaraco_text/default.nix
Normal file
14
pkgs/development/python-modules/jaraco_text/default.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{ buildPythonPackage, fetchPypi, setuptools_scm
|
||||||
|
, jaraco_functools, jaraco_collections }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "jaraco.text";
|
||||||
|
version = "1.10.1";
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "07ccc0zc28sb1kyfyviw3n8f581qynrshqvqg1xsp4gkf1m2ibhh";
|
||||||
|
};
|
||||||
|
doCheck = false;
|
||||||
|
buildInputs =[ setuptools_scm ];
|
||||||
|
propagatedBuildInputs = [ jaraco_functools jaraco_collections ];
|
||||||
|
}
|
@ -17014,21 +17014,7 @@ EOF
|
|||||||
propagatedBuildInputs = with self; [ tempora six ];
|
propagatedBuildInputs = with self; [ tempora six ];
|
||||||
};
|
};
|
||||||
|
|
||||||
jaraco_text = buildPythonPackage rec {
|
jaraco_text = callPackage ../development/python-modules/jaraco_text { };
|
||||||
name = "jaraco.text-${version}";
|
|
||||||
version = "1.7";
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/j/jaraco.text/${name}.tar.gz";
|
|
||||||
sha256 = "07ccc0zc28sb1kyfyviw3n8f581qynrshqvqg1xsp4gkf1m2ibhh";
|
|
||||||
};
|
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
buildInputs = with self; [ setuptools_scm ];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ jaraco_functools jaraco_collections ];
|
|
||||||
};
|
|
||||||
|
|
||||||
jaraco_collections = callPackage ../development/python-modules/jaraco_collections { };
|
jaraco_collections = callPackage ../development/python-modules/jaraco_collections { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user