python310Packages.jaraco-collections: rename from jaraco_collections
This commit is contained in:
parent
d54c4d1e0a
commit
710af268f3
9 changed files with 17 additions and 15 deletions
|
@ -3,7 +3,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, cheroot
|
, cheroot
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, jaraco_collections
|
, jaraco-collections
|
||||||
, more-itertools
|
, more-itertools
|
||||||
, objgraph
|
, objgraph
|
||||||
, path
|
, path
|
||||||
|
@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||||
portend
|
portend
|
||||||
more-itertools
|
more-itertools
|
||||||
zc_lockfile
|
zc_lockfile
|
||||||
jaraco_collections
|
jaraco-collections
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
, pytz
|
, pytz
|
||||||
, jaraco_itertools
|
, jaraco_itertools
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, jaraco_collections
|
, jaraco-collections
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||||
jaraco_stream
|
jaraco_stream
|
||||||
pytz
|
pytz
|
||||||
jaraco_itertools
|
jaraco_itertools
|
||||||
jaraco_collections
|
jaraco-collections
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, importlib-resources
|
, importlib-resources
|
||||||
, jaraco-classes
|
, jaraco-classes
|
||||||
, jaraco_collections
|
, jaraco-collections
|
||||||
, jaraco_itertools
|
, jaraco_itertools
|
||||||
, jaraco-context
|
, jaraco-context
|
||||||
, jaraco-net
|
, jaraco-net
|
||||||
|
@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||||
colorlog
|
colorlog
|
||||||
keyring
|
keyring
|
||||||
requests-toolbelt
|
requests-toolbelt
|
||||||
jaraco_collections
|
jaraco-collections
|
||||||
jaraco-context
|
jaraco-context
|
||||||
jaraco-classes
|
jaraco-classes
|
||||||
jaraco-net
|
jaraco-net
|
||||||
|
|
|
@ -8,12 +8,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jaraco.collections";
|
pname = "jaraco-collections";
|
||||||
version = "4.3.0";
|
version = "4.3.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "jaraco.collections";
|
||||||
|
inherit version;
|
||||||
hash = "sha256-dP/CP8z+5N4KLr9VajNnW2o8AD1jNZR9MSKgvIgiyOQ=";
|
hash = "sha256-dP/CP8z+5N4KLr9VajNnW2o8AD1jNZR9MSKgvIgiyOQ=";
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
, setuptools
|
, setuptools
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, jaraco-text
|
, jaraco-text
|
||||||
, jaraco_collections
|
, jaraco-collections
|
||||||
, keyring
|
, keyring
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
jaraco-text
|
jaraco-text
|
||||||
jaraco_collections
|
jaraco-collections
|
||||||
keyring
|
keyring
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
, jaraco_logging
|
, jaraco_logging
|
||||||
, jaraco-email
|
, jaraco-email
|
||||||
, jaraco-functools
|
, jaraco-functools
|
||||||
, jaraco_collections
|
, jaraco-collections
|
||||||
, path
|
, path
|
||||||
, python-dateutil
|
, python-dateutil
|
||||||
, pathvalidate
|
, pathvalidate
|
||||||
|
@ -62,7 +62,7 @@ buildPythonPackage rec {
|
||||||
jaraco_logging
|
jaraco_logging
|
||||||
jaraco-email
|
jaraco-email
|
||||||
jaraco-functools
|
jaraco-functools
|
||||||
jaraco_collections
|
jaraco-collections
|
||||||
path
|
path
|
||||||
python-dateutil
|
python-dateutil
|
||||||
pathvalidate
|
pathvalidate
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
, jaraco-functools
|
, jaraco-functools
|
||||||
, jaraco-context
|
, jaraco-context
|
||||||
, more-itertools
|
, more-itertools
|
||||||
, jaraco_collections
|
, jaraco-collections
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||||
jaraco-functools
|
jaraco-functools
|
||||||
jaraco-context
|
jaraco-context
|
||||||
more-itertools
|
more-itertools
|
||||||
jaraco_collections
|
jaraco-collections
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
|
@ -156,6 +156,7 @@ mapAliases ({
|
||||||
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
|
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
|
||||||
itanium_demangler = itanium-demangler; # added 2022-10-17
|
itanium_demangler = itanium-demangler; # added 2022-10-17
|
||||||
jaraco_classes = jaraco-classes; # added 2023-07-14
|
jaraco_classes = jaraco-classes; # added 2023-07-14
|
||||||
|
jaraco_collections = jaraco-collections; # added 2023-07-14
|
||||||
jaraco_functools = jaraco-functools; # added 2023-07-14
|
jaraco_functools = jaraco-functools; # added 2023-07-14
|
||||||
jaraco_text = jaraco-text; # added 2023-07-14
|
jaraco_text = jaraco-text; # added 2023-07-14
|
||||||
JayDeBeApi = jaydebeapi; # added 2023-02-19
|
JayDeBeApi = jaydebeapi; # added 2023-02-19
|
||||||
|
|
|
@ -5207,7 +5207,7 @@ self: super: with self; {
|
||||||
|
|
||||||
jaraco-classes = callPackage ../development/python-modules/jaraco-classes { };
|
jaraco-classes = callPackage ../development/python-modules/jaraco-classes { };
|
||||||
|
|
||||||
jaraco_collections = callPackage ../development/python-modules/jaraco_collections { };
|
jaraco-collections = callPackage ../development/python-modules/jaraco-collections { };
|
||||||
|
|
||||||
jaraco-email = callPackage ../development/python-modules/jaraco-email { };
|
jaraco-email = callPackage ../development/python-modules/jaraco-email { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue