python3Packages.eliqonline: drop

This commit is contained in:
Martin Weinelt 2026-07-04 22:57:48 +02:00
commit 7ed81b51f3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 1 additions and 40 deletions

View file

@ -1,38 +0,0 @@
{
lib,
aiohttp,
buildPythonPackage,
docopt,
fetchPypi,
pyyaml,
}:
buildPythonPackage rec {
pname = "eliqonline";
version = "1.2.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "hOUN4cA4pKVioIrfJM02GOnZdDRc7xbNtvHfoD3//bM=";
};
propagatedBuildInputs = [
aiohttp
docopt
pyyaml
];
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "eliqonline" ];
meta = {
description = "Python client to the Eliq Online API";
mainProgram = "eliqonline";
homepage = "https://github.com/molobrakos/eliqonline";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ fab ];
};
}

View file

@ -208,6 +208,7 @@ mapAliases {
EasyProcess = throw "'EasyProcess' has been renamed to/replaced by 'easyprocess'"; # Converted to throw 2025-10-29
editdistance-s = throw "editdistance-s has been removed since it was added solely for the identity package, which has moved on to ukkonen"; # added 2025-08-04
elegy = throw "elegy has been removed because it has transitively been marked as broken since 2023."; # Added 2025-10-11
eliqonline = throw "'eligonline' was removed because Home Assistant dropped the integation"; # Added 2026-06-04
email_validator = throw "'email_validator' has been renamed to/replaced by 'email-validator'"; # Converted to throw 2025-10-29
emailthreads = throw "'emailthreads' has been removed because the upstream repository was archived in 2024"; # Added 2026-04-09
enocean = throw "'enocean' was removed because Home Assistant switched to 'enocean-async'"; # added 2026-03-31

View file

@ -5133,8 +5133,6 @@ self: super: with self; {
eliot = callPackage ../development/python-modules/eliot { };
eliqonline = callPackage ../development/python-modules/eliqonline { };
elkm1-lib = callPackage ../development/python-modules/elkm1-lib { };
elkoep-aio-mqtt = callPackage ../development/python-modules/elkoep-aio-mqtt { };