python310Packages.jaraco-itertools: rename from jaraco_itertools

This commit is contained in:
Theodore Ni 2023-07-14 15:30:21 -07:00
parent 710af268f3
commit b84acafe03
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474
6 changed files with 11 additions and 9 deletions

View file

@ -7,7 +7,7 @@
, jaraco-text , jaraco-text
, jaraco_stream , jaraco_stream
, pytz , pytz
, jaraco_itertools , jaraco-itertools
, setuptools-scm , setuptools-scm
, jaraco-collections , jaraco-collections
, importlib-metadata , importlib-metadata
@ -34,7 +34,7 @@ buildPythonPackage rec {
jaraco-text jaraco-text
jaraco_stream jaraco_stream
pytz pytz
jaraco_itertools jaraco-itertools
jaraco-collections jaraco-collections
]; ];

View file

@ -7,7 +7,7 @@
, importlib-resources , importlib-resources
, jaraco-classes , jaraco-classes
, jaraco-collections , jaraco-collections
, jaraco_itertools , jaraco-itertools
, jaraco-context , jaraco-context
, jaraco-net , jaraco-net
, keyring , keyring
@ -63,7 +63,7 @@ buildPythonPackage rec {
importlib-resources importlib-resources
bx-py-utils bx-py-utils
platformdirs platformdirs
jaraco_itertools jaraco-itertools
]; ];
nativeCheckInputs = [ nativeCheckInputs = [

View file

@ -3,12 +3,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "jaraco.itertools"; pname = "jaraco-itertools";
version = "6.2.1"; version = "6.2.1";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "jaraco.itertools";
inherit version;
hash = "sha256-YJjts3xrgCPzeU1CWIoTv3WyygK0D/l5XIRry+DBtGw="; hash = "sha256-YJjts3xrgCPzeU1CWIoTv3WyygK0D/l5XIRry+DBtGw=";
}; };

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, func-timeout , func-timeout
, jaraco_itertools , jaraco-itertools
, pythonOlder , pythonOlder
, setuptools-scm , setuptools-scm
}: }:
@ -28,7 +28,7 @@ let zipp = buildPythonPackage rec {
nativeCheckInputs = [ nativeCheckInputs = [
func-timeout func-timeout
jaraco_itertools jaraco-itertools
]; ];
pythonImportsCheck = [ pythonImportsCheck = [

View file

@ -158,6 +158,7 @@ mapAliases ({
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_collections = jaraco-collections; # added 2023-07-14
jaraco_functools = jaraco-functools; # added 2023-07-14 jaraco_functools = jaraco-functools; # added 2023-07-14
jaraco_itertools = jaraco-itertools; # 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
jinja2_time = jinja2-time; # added 2022-11-07 jinja2_time = jinja2-time; # added 2022-11-07

View file

@ -5215,7 +5215,7 @@ self: super: with self; {
jaraco-functools = callPackage ../development/python-modules/jaraco-functools { }; jaraco-functools = callPackage ../development/python-modules/jaraco-functools { };
jaraco_itertools = callPackage ../development/python-modules/jaraco_itertools { }; jaraco-itertools = callPackage ../development/python-modules/jaraco-itertools { };
jaraco_logging = callPackage ../development/python-modules/jaraco_logging { }; jaraco_logging = callPackage ../development/python-modules/jaraco_logging { };