Loading pkgs/development/python-modules/aioelectricitymaps/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib , aiohttp , aresponses , buildPythonPackage , dataclasses-json , fetchFromGitHub , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , syrupy }: buildPythonPackage rec { pname = "aioelectricitymaps"; version = "0.1.3"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "jpbede"; repo = "aioelectricitymaps"; rev = "refs/tags/v${version}"; hash = "sha256-2Ou3obpGRJ/iUPuaoBGlmDTJLx6+S8ivK9PbrbSvYyg="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp dataclasses-json ]; nativeCheckInputs = [ aresponses pytest-asyncio pytestCheckHook syrupy ]; pythonImportsCheck = [ "aioelectricitymaps" ]; meta = with lib; { description = "Module for interacting with Electricity maps"; homepage = "https://github.com/jpbede/aioelectricitymaps"; changelog = "https://github.com/jpbede/aioelectricitymaps/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,8 @@ self: super: with self; { aioecowitt = callPackage ../development/python-modules/aioecowitt { }; aioelectricitymaps = callPackage ../development/python-modules/aioelectricitymaps { }; aioemonitor = callPackage ../development/python-modules/aioemonitor { }; aioesphomeapi = callPackage ../development/python-modules/aioesphomeapi { }; Loading Loading
pkgs/development/python-modules/aioelectricitymaps/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib , aiohttp , aresponses , buildPythonPackage , dataclasses-json , fetchFromGitHub , poetry-core , pytest-asyncio , pytestCheckHook , pythonOlder , syrupy }: buildPythonPackage rec { pname = "aioelectricitymaps"; version = "0.1.3"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "jpbede"; repo = "aioelectricitymaps"; rev = "refs/tags/v${version}"; hash = "sha256-2Ou3obpGRJ/iUPuaoBGlmDTJLx6+S8ivK9PbrbSvYyg="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp dataclasses-json ]; nativeCheckInputs = [ aresponses pytest-asyncio pytestCheckHook syrupy ]; pythonImportsCheck = [ "aioelectricitymaps" ]; meta = with lib; { description = "Module for interacting with Electricity maps"; homepage = "https://github.com/jpbede/aioelectricitymaps"; changelog = "https://github.com/jpbede/aioelectricitymaps/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,8 @@ self: super: with self; { aioecowitt = callPackage ../development/python-modules/aioecowitt { }; aioelectricitymaps = callPackage ../development/python-modules/aioelectricitymaps { }; aioemonitor = callPackage ../development/python-modules/aioemonitor { }; aioesphomeapi = callPackage ../development/python-modules/aioesphomeapi { }; Loading