python: path.py: 11.0.1 -> 11.5.0
This commit is contained in:
parent
cb49a89005
commit
590f983ecd
@ -6,22 +6,29 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, packaging
|
, packaging
|
||||||
|
, isPy27
|
||||||
|
, backports_os
|
||||||
|
, importlib-metadata
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "path.py";
|
pname = "path.py";
|
||||||
version = "11.0.1";
|
version = "11.5.0";
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "e7eb9d0ca4110d9b4d7c9baa0696d8c94f837d622409cefc5ec9e7c3d02ea11f";
|
sha256 = "b6687a532a735a2d79a13e92bdb31cb0971abe936ea0fa78bcb47faf4372b3cb";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner glibcLocales packaging ];
|
checkInputs = [ pytest pytestrunner glibcLocales packaging ];
|
||||||
buildInputs = [ setuptools_scm ];
|
buildInputs = [ setuptools_scm ];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
importlib-metadata
|
||||||
|
] ++ lib.optional isPy27 backports_os
|
||||||
|
;
|
||||||
|
|
||||||
LC_ALL="en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A module wrapper for os.path";
|
description = "A module wrapper for os.path";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user