15 buildPythonPackage rec {
17 version = "2024.11.1";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-hYtZgr5HJj1zjiCXBK63086ke/oWhO9CyIvnN/JUPm4=";
27 fetchSubmodules = true;
30 build-system = [ setuptools ];
45 export HOME=$(mktemp -d)
48 pythonImportsCheck = [ "velbusaio" ];
51 description = "Python library to support the Velbus home automation system";
52 homepage = "https://github.com/Cereal2nd/velbus-aio";
53 changelog = "https://github.com/Cereal2nd/velbus-aio/releases/tag/${version}";
54 license = with licenses; [ asl20 ];
55 maintainers = with maintainers; [ fab ];