9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-LDLpNuwkoPacI/a2NSlqUABRgwy+jAjGwOxmShLskso=";
23 propagatedBuildInputs = [
32 # AssertionError, https://github.com/timmo001/aiolyric/issues/61
36 pythonImportsCheck = [
41 description = "Python module for the Honeywell Lyric Platform";
42 homepage = "https://github.com/timmo001/aiolyric";
43 changelog = "https://github.com/timmo001/aiolyric/releases/tag/v${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];