8 buildPythonPackage rec {
9 pname = "growattserver";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "PyPi_GrowattServer";
18 rev = "refs/tags/${version}";
19 hash = "sha256-79/siHqwY3TNFIxodR24TJwsrKapG1GP4u4fIKxdFI4=";
22 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Python package to retrieve information from Growatt units";
35 homepage = "https://github.com/indykoning/PyPi_GrowattServer";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];