python310Packages.jaraco-functools: rename from jaraco_functools
This commit is contained in:
parent
497eedf796
commit
cc90670759
10 changed files with 18 additions and 16 deletions
|
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
click
|
||||
flask
|
||||
flask-babel
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
jinja2
|
||||
markdown2
|
||||
ply
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
, stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, jaraco_functools
|
||||
, jaraco-functools
|
||||
, jaraco_text
|
||||
, more-itertools
|
||||
, portend
|
||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
more-itertools
|
||||
six
|
||||
];
|
||||
|
|
|
@ -6,12 +6,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco.functools";
|
||||
pname = "jaraco-functools";
|
||||
version = "3.6.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "jaraco.functools";
|
||||
inherit version;
|
||||
hash = "sha256-Lho74Rq67O5fWrjdWJY4voMEzEy5E2H+Xmg/S22ft6M=";
|
||||
};
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
, jaraco_text
|
||||
, jaraco_logging
|
||||
, jaraco-email
|
||||
, jaraco_functools
|
||||
, jaraco-functools
|
||||
, jaraco_collections
|
||||
, path
|
||||
, python-dateutil
|
||||
|
@ -61,7 +61,7 @@ buildPythonPackage rec {
|
|||
jaraco_text
|
||||
jaraco_logging
|
||||
jaraco-email
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
jaraco_collections
|
||||
path
|
||||
python-dateutil
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
, setuptools
|
||||
, setuptools-scm
|
||||
, toml
|
||||
, jaraco_functools
|
||||
, jaraco-functools
|
||||
, jaraco-context
|
||||
, more-itertools
|
||||
, jaraco_collections
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
toml
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
jaraco-context
|
||||
more-itertools
|
||||
jaraco_collections
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
, pythonOlder
|
||||
, autocommand
|
||||
, importlib-resources
|
||||
, jaraco_functools
|
||||
, jaraco-functools
|
||||
, jaraco-context
|
||||
, inflect
|
||||
, pathlib2
|
||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
autocommand
|
||||
jaraco-context
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
inflect
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
importlib-resources
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
, html5lib
|
||||
, importlib-metadata
|
||||
, intbitset
|
||||
, jaraco_functools
|
||||
, jaraco-functools
|
||||
, javaproperties
|
||||
, jinja2
|
||||
, jsonstreams
|
||||
|
@ -94,7 +94,7 @@ buildPythonPackage rec {
|
|||
html5lib
|
||||
importlib-metadata
|
||||
intbitset
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
javaproperties
|
||||
jinja2
|
||||
jsonstreams
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# runtime
|
||||
, pytz
|
||||
, jaraco_functools
|
||||
, jaraco-functools
|
||||
|
||||
# tests
|
||||
, freezegun
|
||||
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jaraco_functools
|
||||
jaraco-functools
|
||||
pytz
|
||||
];
|
||||
|
||||
|
|
|
@ -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_functools = jaraco-functools; # added 2023-07-14
|
||||
JayDeBeApi = jaydebeapi; # added 2023-02-19
|
||||
jinja2_time = jinja2-time; # added 2022-11-07
|
||||
JPype1 = jpype1; # added 2023-02-19
|
||||
|
|
|
@ -5213,7 +5213,7 @@ self: super: with self; {
|
|||
|
||||
jaraco-context = callPackage ../development/python-modules/jaraco-context { };
|
||||
|
||||
jaraco_functools = callPackage ../development/python-modules/jaraco_functools { };
|
||||
jaraco-functools = callPackage ../development/python-modules/jaraco-functools { };
|
||||
|
||||
jaraco_itertools = callPackage ../development/python-modules/jaraco_itertools { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue