python3Packages.unifi: drop (#436943)

This commit is contained in:
rewine
2025-08-26 18:51:03 +08:00
committed by GitHub
3 changed files with 1 additions and 31 deletions
@@ -1,29 +0,0 @@
{
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
View File
@@ -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
-2
View File
@@ -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 { };