9 buildPythonPackage rec {
10 pname = "growattserver";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "PyPi_GrowattServer";
19 rev = "refs/tags/${version}";
20 hash = "sha256-ATxXjIF5QRsdLuXZCOWMwvbBzawrhlYZ+wodITz36sE=";
27 propagatedBuildInputs = [
31 # Project has no tests
34 pythonImportsCheck = [
39 description = "Python package to retrieve information from Growatt units";
40 homepage = "https://github.com/indykoning/PyPi_GrowattServer";
41 changelog = "https://github.com/indykoning/PyPi_GrowattServer/releases/tag/${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];