11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-zlCGEcG5tmgEXhSMDLKj0/imT1iHBqlp1O1QhmPrJcA=";
23 propagatedBuildInputs = [
29 # pypi does not contain tests and GitHub archive not available
32 pythonImportsCheck = [ "pysma" ];
35 description = "Python library for interacting with SMA Solar's WebConnect";
36 homepage = "https://github.com/kellerza/pysma";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];