20 buildPythonPackage rec {
25 disabled = pythonOlder "3.11";
27 src = fetchFromGitHub {
29 repo = "python-gotailwind";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-JtMBud3iON4xLc9dQdXniv51EBqs7zkat8cYm3q0uEE=";
35 # Upstream doesn't set a version for the pyproject.toml
36 substituteInPlace pyproject.toml \
37 --replace "0.0.0" "${version}" \
45 propagatedBuildInputs = [
55 passthru.optional-dependencies = {
68 pythonImportsCheck = [
73 description = "Modul to communicate with Tailwind garage door openers";
74 mainProgram = "tailwind";
75 homepage = "https://github.com/frenck/python-gotailwind";
76 changelog = "https://github.com/frenck/python-gotailwind/releases/tag/v$version";
77 license = licenses.mit;
78 maintainers = with maintainers; [ fab ];