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-V0EW3I0FIDx9urbxX/zh3A51B/BiDqUfsrKbKU9FKiE=";
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 changelog = "https://github.com/indykoning/PyPi_GrowattServer/releases/tag/${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];