Loading pkgs/development/python-modules/asyncarve/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, mashumaro, orjson, aiohttp, yarl, setuptools, }: buildPythonPackage rec { pname = "asyncarve"; version = "0.1.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-5h56Sr0kPLrNPU70W90WsjmWax/N90dRMJ6lI5Mg86E="; }; build-system = [ setuptools ]; dependencies = [ mashumaro orjson aiohttp yarl ]; # No tests in repo doCheck = false; pythonImportsCheck = [ "asyncarve" ]; meta = with lib; { description = "Simple Arve library"; homepage = "https://github.com/arvetech/asyncarve"; license = with licenses; [ mit ]; maintainers = with maintainers; [ pyrox0 ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,8 @@ pexpect ]; "arve" = ps: with ps; [ ]; # missing inputs: asyncarve asyncarve ]; "arwn" = ps: with ps; [ paho-mqtt_1 ]; Loading Loading @@ -5281,6 +5282,7 @@ "aquacell" "aranet" "arcam_fmj" "arve" "aseko_pool_live" "assist_pipeline" "asterisk_mbox" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -877,6 +877,8 @@ self: super: with self; { asyauth = callPackage ../development/python-modules/asyauth { }; asyncarve = callPackage ../development/python-modules/asyncarve { }; async-dns = callPackage ../development/python-modules/async-dns { }; async-generator = callPackage ../development/python-modules/async-generator { }; Loading Loading
pkgs/development/python-modules/asyncarve/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, mashumaro, orjson, aiohttp, yarl, setuptools, }: buildPythonPackage rec { pname = "asyncarve"; version = "0.1.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-5h56Sr0kPLrNPU70W90WsjmWax/N90dRMJ6lI5Mg86E="; }; build-system = [ setuptools ]; dependencies = [ mashumaro orjson aiohttp yarl ]; # No tests in repo doCheck = false; pythonImportsCheck = [ "asyncarve" ]; meta = with lib; { description = "Simple Arve library"; homepage = "https://github.com/arvetech/asyncarve"; license = with licenses; [ mit ]; maintainers = with maintainers; [ pyrox0 ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,8 @@ pexpect ]; "arve" = ps: with ps; [ ]; # missing inputs: asyncarve asyncarve ]; "arwn" = ps: with ps; [ paho-mqtt_1 ]; Loading Loading @@ -5281,6 +5282,7 @@ "aquacell" "aranet" "arcam_fmj" "arve" "aseko_pool_live" "assist_pipeline" "asterisk_mbox" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -877,6 +877,8 @@ self: super: with self; { asyauth = callPackage ../development/python-modules/asyauth { }; asyncarve = callPackage ../development/python-modules/asyncarve { }; async-dns = callPackage ../development/python-modules/async-dns { }; async-generator = callPackage ../development/python-modules/async-generator { }; Loading