python3Packages.libpyfoscam: drop

This commit is contained in:
Robert Schütz
2025-07-04 01:50:52 +02:00
committed by Martin Weinelt
parent bf405c4346
commit 6f8cfc8e49
3 changed files with 1 additions and 33 deletions
@@ -1,31 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
}:
buildPythonPackage rec {
pname = "libpyfoscam";
version = "1.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-FLPerVzx2+3f5biiqt0JHJjBuMIalUBkY+bGb2ShVao=";
};
# tests need access to a camera
doCheck = false;
pythonImportsCheck = [ "libpyfoscam" ];
meta = with lib; {
description = "Python Library for Foscam IP Cameras";
homepage = "https://github.com/krmarien/python-foscam";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ dotlambda ];
};
}
+1
View File
@@ -387,6 +387,7 @@ mapAliases ({
ledger_agent = ledger-agent; # Added 2024-01-07
lektor = throw "lektor has been promoted to a top-level attribute name: `pkgs.lektor`"; # added 2023-08-01
libgpuarray = throw "libgpuarray has been removed, as it was unmaintained."; # added 2024-08-03
libpyfoscam = throw "libpyfoscam was removed because Home Assistant switched to libpyfoscamcgi"; # added 2025-07-03
line_profiler = line-profiler; # added 2023-11-04
linear_operator = linear-operator; # added 2024-01-07
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
-2
View File
@@ -8082,8 +8082,6 @@ self: super: with self; {
(p: p.py)
];
libpyfoscam = callPackage ../development/python-modules/libpyfoscam { };
libpyfoscamcgi = callPackage ../development/python-modules/libpyfoscamcgi { };
libpysal = callPackage ../development/python-modules/libpysal { };