11 buildPythonPackage rec {
13 version = "2022.10.4";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 sha256 = "sha256-6Sg2t8UmIyVCfjTW3GDldOk09gVg2ngV9sXhyQI4Kz4=";
23 fetchSubmodules = true;
26 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Python library to support the Velbus home automation system";
42 homepage = "https://github.com/Cereal2nd/velbus-aio";
43 license = with licenses; [ asl20 ];
44 maintainers = with maintainers; [ fab ];