10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-7mN6GPRbXfEUfCrCrCs71SSt4x2Ch2y3a5rfXnuwVA0=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [ "pysaj" ];
35 description = "Library to communicate with SAJ inverters";
36 homepage = "https://github.com/fredericvl/pysaj";
37 license = with licenses; [ asl20 ];
38 maintainers = with maintainers; [ fab ];