Unverified Commit b84acafe authored by Theodore Ni's avatar Theodore Ni
Browse files

python310Packages.jaraco-itertools: rename from jaraco_itertools

parent 710af268
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
, jaraco-text
, jaraco_stream
, pytz
, jaraco_itertools
, jaraco-itertools
, setuptools-scm
, jaraco-collections
, importlib-metadata
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    jaraco-text
    jaraco_stream
    pytz
    jaraco_itertools
    jaraco-itertools
    jaraco-collections
  ];

+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
, importlib-resources
, jaraco-classes
, jaraco-collections
, jaraco_itertools
, jaraco-itertools
, jaraco-context
, jaraco-net
, keyring
@@ -63,7 +63,7 @@ buildPythonPackage rec {
    importlib-resources
    bx-py-utils
    platformdirs
    jaraco_itertools
    jaraco-itertools
  ];

  nativeCheckInputs = [
+3 −2
Original line number Diff line number Diff line
@@ -3,12 +3,13 @@
}:

buildPythonPackage rec {
  pname = "jaraco.itertools";
  pname = "jaraco-itertools";
  version = "6.2.1";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    pname = "jaraco.itertools";
    inherit version;
    hash = "sha256-YJjts3xrgCPzeU1CWIoTv3WyygK0D/l5XIRry+DBtGw=";
  };

+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, func-timeout
, jaraco_itertools
, jaraco-itertools
, pythonOlder
, setuptools-scm
}:
@@ -28,7 +28,7 @@ let zipp = buildPythonPackage rec {

  nativeCheckInputs = [
    func-timeout
    jaraco_itertools
    jaraco-itertools
  ];

  pythonImportsCheck = [
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ mapAliases ({
  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_itertools = jaraco-itertools; # added 2023-07-14
  jaraco_text = jaraco-text; # added 2023-07-14
  JayDeBeApi = jaydebeapi; # added 2023-02-19
  jinja2_time = jinja2-time; # added 2022-11-07
Loading