10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-XIwBGjvIulKLmYZIorKIJwoHTNOIYYX8US2Na8MZ2LA=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Python module to interact the OpenTherm Gateway";
39 homepage = "https://github.com/mvn23/pyotgw";
40 changelog = "https://github.com/mvn23/pyotgw/blob/${version}/CHANGELOG.md";
41 license = with licenses; [ gpl3Plus ];
42 maintainers = with maintainers; [ fab ];