8 buildPythonPackage rec {
12 disabled = pythonOlder "3.8";
15 pname = "envoy_utils";
17 sha256 = "13zn0d6k2a4nls9vp8cs0w07bgg4138vz18cadjadhm8p6r3bi0c";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "envoy_utils" ];
30 description = "Python utilities for the Enphase Envoy";
31 homepage = "https://pypi.org/project/envoy-utils/";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ fab ];