python310Packages.jaraco-functools: rename from jaraco_functools

This commit is contained in:
Theodore Ni 2023-07-14 15:22:09 -07:00
parent 497eedf796
commit cc90670759
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474
10 changed files with 18 additions and 16 deletions

View file

@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
click click
flask flask
flask-babel flask-babel
jaraco_functools jaraco-functools
jinja2 jinja2
markdown2 markdown2
ply ply

View file

@ -2,7 +2,7 @@
, stdenv , stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, jaraco_functools , jaraco-functools
, jaraco_text , jaraco_text
, more-itertools , more-itertools
, portend , portend
@ -35,7 +35,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
jaraco_functools jaraco-functools
more-itertools more-itertools
six six
]; ];

View file

@ -6,12 +6,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "jaraco.functools"; pname = "jaraco-functools";
version = "3.6.0"; version = "3.6.0";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "jaraco.functools";
inherit version;
hash = "sha256-Lho74Rq67O5fWrjdWJY4voMEzEy5E2H+Xmg/S22ft6M="; hash = "sha256-Lho74Rq67O5fWrjdWJY4voMEzEy5E2H+Xmg/S22ft6M=";
}; };

View file

@ -14,7 +14,7 @@
, jaraco_text , jaraco_text
, jaraco_logging , jaraco_logging
, jaraco-email , jaraco-email
, jaraco_functools , jaraco-functools
, jaraco_collections , jaraco_collections
, path , path
, python-dateutil , python-dateutil
@ -61,7 +61,7 @@ buildPythonPackage rec {
jaraco_text jaraco_text
jaraco_logging jaraco_logging
jaraco-email jaraco-email
jaraco_functools jaraco-functools
jaraco_collections jaraco_collections
path path
python-dateutil python-dateutil

View file

@ -5,7 +5,7 @@
, setuptools , setuptools
, setuptools-scm , setuptools-scm
, toml , toml
, jaraco_functools , jaraco-functools
, jaraco-context , jaraco-context
, more-itertools , more-itertools
, jaraco_collections , jaraco_collections
@ -32,7 +32,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
toml toml
jaraco_functools jaraco-functools
jaraco-context jaraco-context
more-itertools more-itertools
jaraco_collections jaraco_collections

View file

@ -4,7 +4,7 @@
, pythonOlder , pythonOlder
, autocommand , autocommand
, importlib-resources , importlib-resources
, jaraco_functools , jaraco-functools
, jaraco-context , jaraco-context
, inflect , inflect
, pathlib2 , pathlib2
@ -35,7 +35,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
autocommand autocommand
jaraco-context jaraco-context
jaraco_functools jaraco-functools
inflect inflect
] ++ lib.optionals (pythonOlder "3.9") [ ] ++ lib.optionals (pythonOlder "3.9") [
importlib-resources importlib-resources

View file

@ -23,7 +23,7 @@
, html5lib , html5lib
, importlib-metadata , importlib-metadata
, intbitset , intbitset
, jaraco_functools , jaraco-functools
, javaproperties , javaproperties
, jinja2 , jinja2
, jsonstreams , jsonstreams
@ -94,7 +94,7 @@ buildPythonPackage rec {
html5lib html5lib
importlib-metadata importlib-metadata
intbitset intbitset
jaraco_functools jaraco-functools
javaproperties javaproperties
jinja2 jinja2
jsonstreams jsonstreams

View file

@ -8,7 +8,7 @@
# runtime # runtime
, pytz , pytz
, jaraco_functools , jaraco-functools
# tests # tests
, freezegun , freezegun
@ -33,7 +33,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
jaraco_functools jaraco-functools
pytz pytz
]; ];

View file

@ -156,6 +156,7 @@ mapAliases ({
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10 influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
itanium_demangler = itanium-demangler; # added 2022-10-17 itanium_demangler = itanium-demangler; # added 2022-10-17
jaraco_classes = jaraco-classes; # added 2023-07-14 jaraco_classes = jaraco-classes; # added 2023-07-14
jaraco_functools = jaraco-functools; # 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
JPype1 = jpype1; # added 2023-02-19 JPype1 = jpype1; # added 2023-02-19

View file

@ -5213,7 +5213,7 @@ self: super: with self; {
jaraco-context = callPackage ../development/python-modules/jaraco-context { }; 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 { }; jaraco_itertools = callPackage ../development/python-modules/jaraco_itertools { };