mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
python311Packages.supervise-api: rename from supervise_api
This commit is contained in:
parent
36aa2d9072
commit
2d4aaaf76b
4 changed files with 5 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue