Loading pkgs/development/python-modules/pyyardian/default.nix 0 → 100644 +46 −0 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchFromGitHub , setuptools , pythonOlder , wheel }: buildPythonPackage rec { pname = "pyyardian"; version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "h3l1o5"; repo = "pyyardian"; rev = "refs/tags/${version}"; hash = "sha256-dnHHRGt3TsWJb6tzx+i1gb9hkLJYPVdCt92UGKuO6Mg="; }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ aiohttp ]; # Tests require network access doCheck = false; pythonImportsCheck = [ "pyyardian" ]; meta = with lib; { description = "Module for interacting with the Yardian irrigation controller"; homepage = "https://github.com/h3l1o5/pyyardian"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4880,7 +4880,8 @@ "yandextts" = ps: with ps; [ ]; "yardian" = ps: with ps; [ ]; # missing inputs: pyyardian pyyardian ]; "yeelight" = ps: with ps; [ aiohttp-cors async-upnp-client Loading Loading @@ -5748,6 +5749,7 @@ "yamaha_musiccast" "yandex_transport" "yandextts" "yardian" "yeelight" "yolink" "youless" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11755,6 +11755,8 @@ self: super: with self; { pyyaml-include = callPackage ../development/python-modules/pyyaml-include { }; pyyardian = callPackage ../development/python-modules/pyyardian { }; pyzerproc = callPackage ../development/python-modules/pyzerproc { }; pyzmq = callPackage ../development/python-modules/pyzmq { }; Loading Loading
pkgs/development/python-modules/pyyardian/default.nix 0 → 100644 +46 −0 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchFromGitHub , setuptools , pythonOlder , wheel }: buildPythonPackage rec { pname = "pyyardian"; version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "h3l1o5"; repo = "pyyardian"; rev = "refs/tags/${version}"; hash = "sha256-dnHHRGt3TsWJb6tzx+i1gb9hkLJYPVdCt92UGKuO6Mg="; }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ aiohttp ]; # Tests require network access doCheck = false; pythonImportsCheck = [ "pyyardian" ]; meta = with lib; { description = "Module for interacting with the Yardian irrigation controller"; homepage = "https://github.com/h3l1o5/pyyardian"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4880,7 +4880,8 @@ "yandextts" = ps: with ps; [ ]; "yardian" = ps: with ps; [ ]; # missing inputs: pyyardian pyyardian ]; "yeelight" = ps: with ps; [ aiohttp-cors async-upnp-client Loading Loading @@ -5748,6 +5749,7 @@ "yamaha_musiccast" "yandex_transport" "yandextts" "yardian" "yeelight" "yolink" "youless" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11755,6 +11755,8 @@ self: super: with self; { pyyaml-include = callPackage ../development/python-modules/pyyaml-include { }; pyyardian = callPackage ../development/python-modules/pyyardian { }; pyzerproc = callPackage ../development/python-modules/pyzerproc { }; pyzmq = callPackage ../development/python-modules/pyzmq { }; Loading