11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 sha256 = "sha256-MzVv0HN87eDsz0mP/rqH6FZVRgq95iTuu8mikkofT30=";
25 propagatedBuildInputs = [
32 # Project has no tests
35 pythonImportsCheck = [
40 description = "Python module to work with the Bosch Smart Home Controller API";
41 homepage = "https://github.com/tschamm/boschshcpy";
42 license = with licenses; [ bsd3 ];
43 maintainers = with maintainers; [ fab ];