14 buildPythonPackage rec {
19 disabled = pythonOlder "3.11";
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-pN/F4Rdov06sm1yfJQEzmWyujWVeVU+bNGGkgnN4jYw=";
29 substituteInPlace requirements_setup.txt \
30 --replace-fail "==" ">="
49 pythonImportsCheck = [ "aiolyric" ];
52 description = "Python module for the Honeywell Lyric Platform";
53 homepage = "https://github.com/timmo001/aiolyric";
54 changelog = "https://github.com/timmo001/aiolyric/releases/tag/v${version}";
55 license = with licenses; [ mit ];
56 maintainers = with maintainers; [ fab ];