10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-itGXZbQZ+HYpiwySLeGN3mPy3fgsxx0A9byOxIVpRBc=";
24 build-system = [ poetry-core ];
33 pythonImportsCheck = [ "ttls" ];
36 description = "Module to interact with Twinkly LEDs";
38 homepage = "https://github.com/jschlyter/ttls";
39 changelog = "https://github.com/jschlyter/ttls/blob/v${version}/CHANGES.md";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];