Merge pull request #279201 from Stunkymonkey/gradient-statsd-normalize

python311Packages.gradient-statsd: rename from gradient_statsd
This commit is contained in:
Felix Bühler 2024-01-07 11:54:27 +01:00 committed by GitHub
commit 65231f01b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
, click-help-colors
, colorama
, fetchPypi
, gradient_statsd
, gradient-statsd
, gradient-utils
, gql
, halo
@ -49,7 +49,7 @@ buildPythonPackage rec {
click-help-colors
colorama
gql
gradient_statsd
gradient-statsd
gradient-utils
halo
marshmallow

View File

@ -184,6 +184,7 @@ mapAliases ({
googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
google-apitools = throw "google-apitools was removed because it is deprecated and unsupported by upstream"; # added 2023-02-25
gpyopt = throw "gpyopt was remove because it's been archived upstream"; # added 2023-06-07
gradient_statsd = gradient-statsd; # added 2024-01-06
graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10
graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09
grappelli_safe = grappelli-safe; # added 2023-10-08

View File

@ -4838,7 +4838,7 @@ self: super: with self; {
gradient-utils = callPackage ../development/python-modules/gradient-utils { };
gradient_statsd = callPackage ../development/python-modules/gradient_statsd { };
gradient-statsd = callPackage ../development/python-modules/gradient-statsd { };
gradio = callPackage ../development/python-modules/gradio { };