1 { lib, buildPythonPackage, fetchFromGitHub, pythonOlder
2 , click, click-datetime, deprecation
3 , pytest, voluptuous }:
5 buildPythonPackage rec {
8 disabled = pythonOlder "3.5";
10 src = fetchFromGitHub {
11 owner = "GadgetReactor";
14 sha256 = "0z98hzvkp6jmllyd4x4y0f5n6nnxrizw6g5l2clxdn93mifjavp0";
17 propagatedBuildInputs = [
33 description = "Python Library to control TPLink Switch (HS100 / HS110)";
34 homepage = "https://github.com/GadgetReactor/pyHS100";
35 license = licenses.gpl3;
36 maintainers = with maintainers; [ hexa ];