11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-T67eH5WjS7J2pcNjq9psNmD4MwMfH+HRvk9llqI3FoQ=";
25 nativeBuildInputs = [ setuptools ];
27 propagatedBuildInputs = [
35 pythonImportsCheck = [ "sunweg" ];
38 description = "Module to access the WEG solar energy platform";
39 homepage = "https://github.com/rokam/sunweg";
40 changelog = "https://github.com/rokam/sunweg/releases/tag/${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];