8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
16 pname = "envoy_utils";
18 sha256 = "13zn0d6k2a4nls9vp8cs0w07bgg4138vz18cadjadhm8p6r3bi0c";
21 propagatedBuildInputs = [
25 # Project has no tests
28 pythonImportsCheck = [ "envoy_utils" ];
31 description = "Python utilities for the Enphase Envoy";
32 homepage = "https://pypi.org/project/envoy-utils/";
33 license = licenses.gpl3Plus;
34 maintainers = with maintainers; [ fab ];