Unverified Commit bbc5202a authored by rewine's avatar rewine Committed by GitHub
Browse files

python3Packages.unifi: drop (#436943)

parents 8d9f0a3c 6a6408eb
Loading
Loading
Loading
Loading
+0 −29
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  urllib3,
}:

buildPythonPackage rec {
  pname = "unifi";
  version = "1.2.5";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "0prgx01hzs49prrazgxrinm7ivqzy57ch06qm2h7s1p957sazds8";
  };

  propagatedBuildInputs = [ urllib3 ];

  # upstream has no tests
  doCheck = false;

  meta = with lib; {
    description = "API towards the Ubiquity Networks UniFi controller";
    homepage = "https://pypi.python.org/pypi/unifi/";
    license = licenses.mit;
    maintainers = with maintainers; [ peterhoeg ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -828,6 +828,7 @@ mapAliases ({
  ufoLib2 = ufolib2; # added 2024-01-07
  ukrainealarm = throw "ukrainealarm has been removed, as it has been replaced as a home-assistant dependency by uasiren."; # added 2024-01-05
  unblob-native = throw "unblob-native has been removed because its functionality is merged into unblob 25.4.14."; # Added 2025-05-02
  unifi = throw "'unifi' has been removed as upstream was archived in 2017"; # Added 2025-08-25
  unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01
  update_checker = update-checker; # added 2024-01-07
  uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13
+0 −2
Original line number Diff line number Diff line
@@ -19265,8 +19265,6 @@ self: super: with self; {
  unidiff = callPackage ../development/python-modules/unidiff { };
  unifi = callPackage ../development/python-modules/unifi { };
  unifi-ap = callPackage ../development/python-modules/unifi-ap { };
  unifi-discovery = callPackage ../development/python-modules/unifi-discovery { };