9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "release-${version}";
20 hash = "sha256-eWe4nXKW9oP9lqehy6BK7ABaIqP3dgRX6ymW1Okfd9g=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Python module to communicate with Fronius Symo";
37 homepage = "https://github.com/nielstron/pyfronius";
38 changelog = "https://github.com/nielstron/pyfronius/releases/tag/release-${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];