Loading pkgs/development/python-modules/pyytlounge/default.nix 0 → 100644 +45 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, aiohttp, pytest, pytestCheckHook, pytest-mock, pytest-asyncio, }: buildPythonPackage rec { pname = "pyytlounge"; version = "2.1.1"; src = fetchFromGitHub { owner = "FabioGNR"; repo = "pyytlounge"; rev = "v${version}"; hash = "sha256-0QPa3EzOBv5fuw3FGgmoN4KiC4KHo1Z+Svjcneoe0pc="; }; pyproject = true; doCheck = true; build-system = [ hatchling ]; dependencies = [ aiohttp ]; nativeCheckInputs = [ pytest pytestCheckHook pytest-mock pytest-asyncio ]; meta = with lib; { description = "Python YouTube Lounge API"; homepage = "https://github.com/FabioGNR/pyytlounge"; license = licenses.gpl3Only; maintainers = [ maintainers.lukegb ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13123,6 +13123,8 @@ self: super: with self; { pyyardian = callPackage ../development/python-modules/pyyardian { }; pyytlounge = callPackage ../development/python-modules/pyytlounge { }; pyzabbix = callPackage ../development/python-modules/pyzabbix { }; pyzerproc = callPackage ../development/python-modules/pyzerproc { }; Loading Loading
pkgs/development/python-modules/pyytlounge/default.nix 0 → 100644 +45 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, aiohttp, pytest, pytestCheckHook, pytest-mock, pytest-asyncio, }: buildPythonPackage rec { pname = "pyytlounge"; version = "2.1.1"; src = fetchFromGitHub { owner = "FabioGNR"; repo = "pyytlounge"; rev = "v${version}"; hash = "sha256-0QPa3EzOBv5fuw3FGgmoN4KiC4KHo1Z+Svjcneoe0pc="; }; pyproject = true; doCheck = true; build-system = [ hatchling ]; dependencies = [ aiohttp ]; nativeCheckInputs = [ pytest pytestCheckHook pytest-mock pytest-asyncio ]; meta = with lib; { description = "Python YouTube Lounge API"; homepage = "https://github.com/FabioGNR/pyytlounge"; license = licenses.gpl3Only; maintainers = [ maintainers.lukegb ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13123,6 +13123,8 @@ self: super: with self; { pyyardian = callPackage ../development/python-modules/pyyardian { }; pyytlounge = callPackage ../development/python-modules/pyytlounge { }; pyzabbix = callPackage ../development/python-modules/pyzabbix { }; pyzerproc = callPackage ../development/python-modules/pyzerproc { }; Loading