Loading pkgs/development/python-modules/pyqwikswitch/default.nix +15 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchpatch, fetchPypi, attrs, requests, setuptools, }: buildPythonPackage rec { pname = "pyqwikswitch"; version = "0.94"; format = "setuptools"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-IpyWz+3EMr0I+xULBJJhBgdnQHNPJIM1SqKFLpszhQc="; }; propagatedBuildInputs = [ patches = [ # https://github.com/kellerza/pyqwikswitch/pull/7 (fetchpatch { name = "replace-async-timeout-with-asyncio.timeout.patch"; url = "https://github.com/kellerza/pyqwikswitch/commit/7b3f2211962b30bb6beea9a4fe17cd04cdf8e27f.patch"; hash = "sha256-sdO5jzIgKdneNY5dTngIzUFtyRg7HBGaZA1BBeAJxu4="; }) ]; build-system = [ setuptools ]; dependencies = [ attrs requests ]; Loading pkgs/servers/home-assistant/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -490,7 +490,6 @@ python.pkgs.buildPythonApplication rec { # some components are needed even if tests in tests/components are disabled "default_config" "hue" "qwikswitch" ]; pytestFlags = [ Loading Loading
pkgs/development/python-modules/pyqwikswitch/default.nix +15 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchpatch, fetchPypi, attrs, requests, setuptools, }: buildPythonPackage rec { pname = "pyqwikswitch"; version = "0.94"; format = "setuptools"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-IpyWz+3EMr0I+xULBJJhBgdnQHNPJIM1SqKFLpszhQc="; }; propagatedBuildInputs = [ patches = [ # https://github.com/kellerza/pyqwikswitch/pull/7 (fetchpatch { name = "replace-async-timeout-with-asyncio.timeout.patch"; url = "https://github.com/kellerza/pyqwikswitch/commit/7b3f2211962b30bb6beea9a4fe17cd04cdf8e27f.patch"; hash = "sha256-sdO5jzIgKdneNY5dTngIzUFtyRg7HBGaZA1BBeAJxu4="; }) ]; build-system = [ setuptools ]; dependencies = [ attrs requests ]; Loading
pkgs/servers/home-assistant/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -490,7 +490,6 @@ python.pkgs.buildPythonApplication rec { # some components are needed even if tests in tests/components are disabled "default_config" "hue" "qwikswitch" ]; pytestFlags = [ Loading