python311Packages.pyhs100: remove
Was replaced by python-kasa.
This commit is contained in:
parent
a25af76bb7
commit
1144b60f2c
3 changed files with 1 additions and 40 deletions
|
@ -1,38 +0,0 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
|
||||
, click, click-datetime, deprecation
|
||||
, pytest, voluptuous }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyHS100";
|
||||
version = "0.3.5.2";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GadgetReactor";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0z98hzvkp6jmllyd4x4y0f5n6nnxrizw6g5l2clxdn93mifjavp0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
click-datetime
|
||||
deprecation
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest
|
||||
voluptuous
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
py.test pyHS100
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python Library to control TPLink Switch (HS100 / HS110)";
|
||||
homepage = "https://github.com/GadgetReactor/pyHS100";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
|
@ -313,6 +313,7 @@ mapAliases ({
|
|||
pyialarmxr-homeassistant = throw "The package was removed together with the component support in home-assistant 2022.7.0"; # added 2022-07-07
|
||||
PyICU = pyicu; # Added 2022-12-22
|
||||
pyjson5 = json5; # added 2022-08-28
|
||||
pyhs100 = throw "pyhs100 has been removed in favor of python-kasa."; # added 2024-01-05
|
||||
pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
|
||||
PyLD = pyld; # added 2022-06-22
|
||||
pymaging = throw "pymaging has been removed because it has not been maintained for 10 years and has been archived."; # added 2023-11-04
|
||||
|
|
|
@ -10502,8 +10502,6 @@ self: super: with self; {
|
|||
|
||||
pyhomeworks = callPackage ../development/python-modules/pyhomeworks { };
|
||||
|
||||
pyhs100 = callPackage ../development/python-modules/pyhs100 { };
|
||||
|
||||
pyheif = callPackage ../development/python-modules/pyheif { };
|
||||
|
||||
pyi2cflash = callPackage ../development/python-modules/pyi2cflash { };
|
||||
|
|
Loading…
Reference in a new issue