python311Packages.grappelli-safe: rename from grappelli_safe

This commit is contained in:
natsukium 2023-10-08 17:32:24 +09:00
parent 0cbdedb436
commit 57b1460b5f
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
4 changed files with 7 additions and 5 deletions

View File

@ -5,10 +5,11 @@
buildPythonPackage rec {
version = "1.1.1";
pname = "grappelli_safe";
pname = "grappelli-safe";
src = fetchPypi {
inherit pname version;
pname = "grappelli_safe";
inherit version;
sha256 = "ee34b3e2a3711498b1f8da3d9daa8a1239efdf255a212181742b6a5890fac039";
};

View File

@ -8,7 +8,7 @@
, fetchPypi
, filebrowser_safe
, future
, grappelli_safe
, grappelli-safe
, isPyPy
, pep8
, pillow
@ -46,7 +46,7 @@ buildPythonPackage rec {
django-contrib-comments
filebrowser_safe
future
grappelli_safe
grappelli-safe
pillow
pytz
requests

View File

@ -164,6 +164,7 @@ mapAliases ({
gpyopt = throw "gpyopt was remove because it's been archived upstream"; # added 2023-06-07
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
grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06
HAP-python = hap-python; # added 2021-06-01

View File

@ -4691,7 +4691,7 @@ self: super: with self; {
inherit (pkgs) graphviz;
};
grappelli_safe = callPackage ../development/python-modules/grappelli_safe { };
grappelli-safe = callPackage ../development/python-modules/grappelli-safe { };
graspologic = callPackage ../development/python-modules/graspologic { };