Unverified Commit 2d4aaaf7 authored by natsukium's avatar natsukium
Browse files

python311Packages.supervise-api: rename from supervise_api

parent 36aa2d90
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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";
  };

+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };