Loading pkgs/development/python-modules/pytautulli/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "ludeeus"; repo = pname; rev = version; sha256 = "sha256-zODU3aN+8Fdw/GQ/EfZhn6kOuLDARKgLULzRw2+b2BM="; rev = "refs/tags/${version}"; hash = "sha256-zODU3aN+8Fdw/GQ/EfZhn6kOuLDARKgLULzRw2+b2BM="; }; postPatch = '' Loading @@ -34,9 +34,12 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook ]; checkInputs = [ aresponses pytest-asyncio pytestCheckHook ]; pytestFlagsArray = [ Loading @@ -50,6 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to get information from Tautulli"; homepage = "https://github.com/ludeeus/pytautulli"; changelog = "https://github.com/ludeeus/pytautulli/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pytautulli/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "ludeeus"; repo = pname; rev = version; sha256 = "sha256-zODU3aN+8Fdw/GQ/EfZhn6kOuLDARKgLULzRw2+b2BM="; rev = "refs/tags/${version}"; hash = "sha256-zODU3aN+8Fdw/GQ/EfZhn6kOuLDARKgLULzRw2+b2BM="; }; postPatch = '' Loading @@ -34,9 +34,12 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook ]; checkInputs = [ aresponses pytest-asyncio pytestCheckHook ]; pytestFlagsArray = [ Loading @@ -50,6 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to get information from Tautulli"; homepage = "https://github.com/ludeeus/pytautulli"; changelog = "https://github.com/ludeeus/pytautulli/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading