mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python310Packages.jaraco-logging: rename from jaraco_logging
This commit is contained in:
parent
b84acafe03
commit
00a63233ca
5 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, six
|
, six
|
||||||
, jaraco_logging
|
, jaraco-logging
|
||||||
, jaraco-text
|
, jaraco-text
|
||||||
, jaraco_stream
|
, jaraco_stream
|
||||||
, pytz
|
, pytz
|
||||||
|
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
six
|
six
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
jaraco_logging
|
jaraco-logging
|
||||||
jaraco-text
|
jaraco-text
|
||||||
jaraco_stream
|
jaraco_stream
|
||||||
pytz
|
pytz
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
, requests
|
, requests
|
||||||
, feedparser
|
, feedparser
|
||||||
, jaraco-text
|
, jaraco-text
|
||||||
, jaraco_logging
|
, jaraco-logging
|
||||||
, jaraco-email
|
, jaraco-email
|
||||||
, jaraco-functools
|
, jaraco-functools
|
||||||
, jaraco-collections
|
, jaraco-collections
|
||||||
|
@ -59,7 +59,7 @@ buildPythonPackage rec {
|
||||||
requests
|
requests
|
||||||
feedparser
|
feedparser
|
||||||
jaraco-text
|
jaraco-text
|
||||||
jaraco_logging
|
jaraco-logging
|
||||||
jaraco-email
|
jaraco-email
|
||||||
jaraco-functools
|
jaraco-functools
|
||||||
jaraco-collections
|
jaraco-collections
|
||||||
|
|
|
@ -159,6 +159,7 @@ mapAliases ({
|
||||||
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_itertools = jaraco-itertools; # added 2023-07-14
|
||||||
|
jaraco_logging = jaraco-logging; # 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
|
||||||
|
|
|
@ -5217,7 +5217,7 @@ self: super: with self; {
|
||||||
|
|
||||||
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 { };
|
||||||
|
|
||||||
jaraco-net = callPackage ../development/python-modules/jaraco-net { };
|
jaraco-net = callPackage ../development/python-modules/jaraco-net { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue