7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "1lg7n1frndfgw73s0ssl1h7kc6zxm7fpiwlc6v6d60kxzaj1dphx";
19 propagatedBuildInputs = [
23 pythonImportsCheck = [ "pynut2.nut2" ];
25 # tests are unmaintained and broken
29 description = "API overhaul of PyNUT, a Python library to allow communication with NUT (Network UPS Tools) servers.";
30 homepage = "https://github.com/mezz64/python-nut2";
31 license = with licenses; [ gpl3Plus ];
32 maintainers = [ maintainers.luker ];