13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitLab {
21 owner = "energievalsabbia";
24 hash = "sha256-rGwfGq3zdoG9NCGqVN29Q4bWApk5B6CRdsW9ctWgOec=";
27 nativeBuildInputs = [ setuptools ];
29 propagatedBuildInputs = [
39 pythonImportsCheck = [ "aurorapy" ];
42 description = "Implementation of the communication protocol for Power-One Aurora inverters";
43 homepage = "https://gitlab.com/energievalsabbia/aurorapy";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];