python310Packages.jaraco-collections: rename from jaraco_collections

This commit is contained in:
Theodore Ni 2023-07-14 15:28:18 -07:00
parent d54c4d1e0a
commit 710af268f3
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
9 changed files with 17 additions and 15 deletions

View File

@ -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 = [

View File

@ -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;

View File

@ -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

View File

@ -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=";
};

View File

@ -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
];

View File

@ -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

View File

@ -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 = [

View File

@ -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

View File

@ -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 { };