Loading pkgs/development/python-modules/pyduotecno/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools , wheel }: buildPythonPackage rec { pname = "pyduotecno"; version = "2023.8.3"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Cereal2nd"; repo = "pyDuotecno"; rev = "refs/tags/${version}"; hash = "sha256-zqaW6iQe982BgxaxeeRFTJ/a2nySGoSW4sxKmNxbKQc="; }; nativeBuildInputs = [ setuptools wheel ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "duotecno" ]; meta = with lib; { description = "Module to interact with Duotecno IP interfaces"; homepage = "https://github.com/Cereal2nd/pyDuotecno"; changelog = "https://github.com/Cereal2nd/pyDuotecno/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,8 @@ pdunehd ]; "duotecno" = ps: with ps; [ ]; # missing inputs: pyduotecno pyduotecno ]; "dwd_weather_warnings" = ps: with ps; [ dwdwfsapi ]; Loading Loading @@ -4967,6 +4968,7 @@ "dte_energy_bridge" "duckdns" "dunehd" "duotecno" "dwd_weather_warnings" "eafm" "easyenergy" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8920,6 +8920,8 @@ self: super: with self; { pyduke-energy = callPackage ../development/python-modules/pyduke-energy { }; pyduotecno = callPackage ../development/python-modules/pyduotecno { }; pydy = callPackage ../development/python-modules/pydy { }; pydyf = callPackage ../development/python-modules/pydyf { }; Loading Loading
pkgs/development/python-modules/pyduotecno/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools , wheel }: buildPythonPackage rec { pname = "pyduotecno"; version = "2023.8.3"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Cereal2nd"; repo = "pyDuotecno"; rev = "refs/tags/${version}"; hash = "sha256-zqaW6iQe982BgxaxeeRFTJ/a2nySGoSW4sxKmNxbKQc="; }; nativeBuildInputs = [ setuptools wheel ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "duotecno" ]; meta = with lib; { description = "Module to interact with Duotecno IP interfaces"; homepage = "https://github.com/Cereal2nd/pyDuotecno"; changelog = "https://github.com/Cereal2nd/pyDuotecno/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,8 @@ pdunehd ]; "duotecno" = ps: with ps; [ ]; # missing inputs: pyduotecno pyduotecno ]; "dwd_weather_warnings" = ps: with ps; [ dwdwfsapi ]; Loading Loading @@ -4967,6 +4968,7 @@ "dte_energy_bridge" "duckdns" "dunehd" "duotecno" "dwd_weather_warnings" "eafm" "easyenergy" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8920,6 +8920,8 @@ self: super: with self; { pyduke-energy = callPackage ../development/python-modules/pyduke-energy { }; pyduotecno = callPackage ../development/python-modules/pyduotecno { }; pydy = callPackage ../development/python-modules/pydy { }; pydyf = callPackage ../development/python-modules/pydyf { }; Loading