11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-iixk2sFa4KAayKFmQKtPjvoIYgxCMXnfkliKhyO2ba4=";
28 dependencies = [ pyusb ];
30 pythonImportsCheck = [ "pyegps" ];
32 nativeCheckInputs = [ pytestCheckHook ];
35 changelog = "https://github.com/gnumpi/pyEGPS/releases/tag/v${version}";
36 description = "Controlling Energenie Power Strips with python";
37 homepage = "https://github.com/gnumpi/pyegps";
38 license = lib.licenses.asl20;
39 maintainers = with lib.maintainers; [ dotlambda ];