8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
17 sha256 = "00gmqx8cwsd15iccnlr8ypgqrdg6nw9ha518cfk7pyp8vhw1ziwy";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "pyhomepilot" ];
30 description = "Python module to communicate with the Rademacher HomePilot API";
31 homepage = "https://github.com/nico0302/pyhomepilot";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];