python311Packages.supervise-api: rename from supervise_api

This commit is contained in:
natsukium 2023-10-11 13:22:38 +09:00
parent 36aa2d9072
commit 2d4aaaf76b
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53
4 changed files with 5 additions and 3 deletions

View file

@ -9,11 +9,12 @@
}:
buildPythonPackage rec {
pname = "supervise_api";
pname = "supervise-api";
version = "0.6.0";
src = fetchPypi {
inherit pname version;
pname = "supervise_api";
inherit version;
sha256 = "1230f42294910e83421b7d3b08a968d27d510a4a709e966507ed70db5da1b9de";
};

View file

@ -380,6 +380,7 @@ mapAliases ({
SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23
subdownloader = throw "subdownloader has been removed, because it depended on pyqt4"; # added 2022-06-09
suds-jurko = throw "suds-jurko has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-02-27
supervise_api = supervise-api; # added 2023-10-11
suseapi = throw "suseapi has been removed because it is no longer maintained"; # added 2023-02-27
tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25
tensorflow-build_2 = tensorflow-build; # added 2021-11-25

View file

@ -13429,7 +13429,7 @@ self: super: with self; {
sunweg = callPackage ../development/python-modules/sunweg { };
supervise_api = callPackage ../development/python-modules/supervise_api { };
supervise-api = callPackage ../development/python-modules/supervise-api { };
supervisor = callPackage ../development/python-modules/supervisor { };