9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-8qLyBJp7C93x0PWbgDAtNEDJ5VLNfwZ3DRZfudRCBgo=";
19 propagatedBuildInputs = [
24 # Project has no tests
26 pythonImportsCheck = [ "pykmtronic" ];
29 description = "Python client to interface with KM-Tronic web relays";
30 homepage = "https://github.com/dgomes/pykmtronic";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];