11 buildPythonPackage rec {
12 pname = "pywaterkotte";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-zK0x6LyXPPNPA20Zq+S1B1q7ZWGxQmWf4JxEfjNkPQw=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Library to communicate with Waterkotte heatpumps";
44 homepage = "https://github.com/chboland/pywaterkotte";
45 changelog = "https://github.com/chboland/pywaterkotte/releases/tag/v${version}";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];