7 buildPythonPackage rec {
8 pname = "python-velbus";
11 src = fetchFromGitHub {
12 owner = "thomasdelaet";
15 sha256 = "1z0a7fc9xfrcpwi9xiimxsgbzbp2iwyi1rij6vqd5z47mzi49fv9";
18 propagatedBuildInputs = [
22 # Project has not tests
25 pythonImportsCheck = [ "velbus" ];
28 description = "Python library to control the Velbus home automation system";
29 homepage = "https://github.com/thomasdelaet/python-velbus";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ fab ];