13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-rskWnH5zFvBuNL5eJ8O4D6htRP/XtFcq1xH8ZXzT1I4=";
25 fetchSubmodules = true;
28 build-system = [ setuptools ];
36 nativeCheckInputs = [ pytestCheckHook ];
38 pythonImportsCheck = [ "velbusaio" ];
41 description = "Python library to support the Velbus home automation system";
42 homepage = "https://github.com/Cereal2nd/velbus-aio";
43 changelog = "https://github.com/Cereal2nd/velbus-aio/releases/tag/${version}";
44 license = with licenses; [ asl20 ];
45 maintainers = with maintainers; [ fab ];