11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-BcCw5y5LB0jLp9dRP0ZsAObTZ07kS+h+Hm8PZ0NwU3E=";
23 build-system = [ poetry-core ];
33 pythonImportsCheck = [ "atenpdu" ];
36 description = "Python interface to control ATEN PE PDUs";
37 homepage = "https://github.com/mtdcr/pductl";
38 changelog = "https://github.com/mtdcr/pductl/releases/tag/${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];
41 mainProgram = "pductl";