Loading pkgs/development/python-modules/aiolichess/default.nix 0 → 100644 +37 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, aiohttp, }: buildPythonPackage (finalAttrs: { pname = "aiolichess"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "aryanhasgithub"; repo = "aiolichess"; tag = "v${finalAttrs.version}"; hash = "sha256-WCrvDNlq0i2FBD6Ouiue3BQcTuIV80Z8MT/5mOjTr3w="; }; build-system = [ hatchling ]; dependencies = [ aiohttp ]; # upstream tests are empty doCheck = false; pythonImportsCheck = [ "aiolichess" ]; meta = { description = "Async Python client for the Lichess REST API"; homepage = "https://github.com/aryanhasgithub/aiolichess"; changelog = "https://github.com/aryanhasgithub/aiolichess/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.jamiemagee ]; }; }) pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -3477,7 +3477,8 @@ ]; "lichess" = ps: with ps; [ ]; # missing inputs: aiolichess aiolichess ]; "lidarr" = ps: with ps; [ aiopyarr Loading Loading @@ -7855,6 +7856,7 @@ "lg_soundbar" "lg_thinq" "libre_hardware_monitor" "lichess" "lidarr" "liebherr" "life360" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,8 @@ self: super: with self; { aiokem = callPackage ../development/python-modules/aiokem { }; aiolichess = callPackage ../development/python-modules/aiolichess { }; aiolifx = callPackage ../development/python-modules/aiolifx { }; aiolifx-connection = callPackage ../development/python-modules/aiolifx-connection { }; Loading Loading
pkgs/development/python-modules/aiolichess/default.nix 0 → 100644 +37 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, aiohttp, }: buildPythonPackage (finalAttrs: { pname = "aiolichess"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "aryanhasgithub"; repo = "aiolichess"; tag = "v${finalAttrs.version}"; hash = "sha256-WCrvDNlq0i2FBD6Ouiue3BQcTuIV80Z8MT/5mOjTr3w="; }; build-system = [ hatchling ]; dependencies = [ aiohttp ]; # upstream tests are empty doCheck = false; pythonImportsCheck = [ "aiolichess" ]; meta = { description = "Async Python client for the Lichess REST API"; homepage = "https://github.com/aryanhasgithub/aiolichess"; changelog = "https://github.com/aryanhasgithub/aiolichess/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.jamiemagee ]; }; })
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -3477,7 +3477,8 @@ ]; "lichess" = ps: with ps; [ ]; # missing inputs: aiolichess aiolichess ]; "lidarr" = ps: with ps; [ aiopyarr Loading Loading @@ -7855,6 +7856,7 @@ "lg_soundbar" "lg_thinq" "libre_hardware_monitor" "lichess" "lidarr" "liebherr" "life360" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,8 @@ self: super: with self; { aiokem = callPackage ../development/python-modules/aiokem { }; aiolichess = callPackage ../development/python-modules/aiolichess { }; aiolifx = callPackage ../development/python-modules/aiolifx { }; aiolifx-connection = callPackage ../development/python-modules/aiolifx-connection { }; Loading