python3Packages.homepluscontrol: drop (#502159)

This commit is contained in:
Fabian Affolter
2026-03-22 17:53:29 +00:00
committed by GitHub
3 changed files with 1 additions and 45 deletions
@@ -1,43 +0,0 @@
{
lib,
aiohttp,
aioresponses,
buildPythonPackage,
fetchFromGitHub,
pyjwt,
pytestCheckHook,
yarl,
}:
buildPythonPackage rec {
pname = "homepluscontrol";
version = "0.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "chemaaa";
repo = "homepluscontrol";
rev = version;
hash = "sha256-COOGqfYiR4tueQHXuCvVxShrYS0XNltcW4mclbFWcfA=";
};
propagatedBuildInputs = [
aiohttp
pyjwt
yarl
];
nativeCheckInputs = [
aioresponses
pytestCheckHook
];
pythonImportsCheck = [ "homepluscontrol" ];
meta = {
description = "Python API to interact with the Legrand Eliot Home and Control";
homepage = "https://github.com/chemaaa/homepluscontrol";
license = with lib.licenses; [ gpl3Only ];
maintainers = with lib.maintainers; [ fab ];
};
}
+1
View File
@@ -243,6 +243,7 @@ mapAliases {
hijri-converter = hijridate; # added 2025-08-07
holistic-trace-analysis = throw "'holistic-trace-analysis' was removed because there is no such package on PyPI"; # added 2026-02-28
homeassistant-bring-api = throw "'homeassistant-bring-api' has been renamed to/replaced by 'bring-api'"; # Converted to throw 2025-10-29
homepluscontrol = throw "'homepluscontrol' has been removed as it was unmaintained upstream"; # Added 2026-03-22
HTSeq = throw "'HTSeq' has been renamed to/replaced by 'htseq'"; # Converted to throw 2025-10-29
IMAPClient = throw "'IMAPClient' has been renamed to/replaced by 'imapclient'"; # Converted to throw 2025-10-29
inlinestyler = throw "inlinestyler has been removed because it is no longer maintained"; # added 2025-08-09
-2
View File
@@ -7108,8 +7108,6 @@ self: super: with self; {
homematicip = callPackage ../development/python-modules/homematicip { };
homepluscontrol = callPackage ../development/python-modules/homepluscontrol { };
homf = callPackage ../development/python-modules/homf { };
hoomd-blue = callPackage ../development/python-modules/hoomd-blue { };