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