16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 sha256 = "sha256-ytjCjxnJOMmFlGS+AuEAbIZcV2yoTgaXSLdqxPg6Hew=";
34 propagatedBuildInputs = [
49 # Upstream doesn't set a version for the pyproject.toml
50 substituteInPlace pyproject.toml \
51 --replace "0.0.0" "${version}" \
55 pythonImportsCheck = [
60 description = "Asynchronous Python client for WLED";
61 homepage = "https://github.com/frenck/python-wled";
62 license = licenses.mit;
63 maintainers = with maintainers; [ hexa ];