Loading pkgs/development/python-modules/pylast/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -13,24 +13,24 @@ buildPythonPackage rec { pname = "pylast"; version = "5.2.0"; format = "pyproject"; version = "5.3.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pylast"; repo = pname; repo = "pylast"; rev = "refs/tags/${version}"; hash = "sha256-6yxsqruosSOJ5LeIBbvuEko4s9qU/ObNZiJD5YH/hvY="; hash = "sha256-dgqTNISeyBkZ2m68pqw5rsoyPxLW4wWkv6iqq9bD5Ek="; }; nativeBuildInputs = [ build-system = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ httpx ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; dependencies = [ httpx ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook Loading @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python interface to last.fm (and compatibles)"; homepage = "https://github.com/pylast/pylast"; changelog = "https://github.com/pylast/pylast/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab Loading Loading
pkgs/development/python-modules/pylast/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -13,24 +13,24 @@ buildPythonPackage rec { pname = "pylast"; version = "5.2.0"; format = "pyproject"; version = "5.3.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pylast"; repo = pname; repo = "pylast"; rev = "refs/tags/${version}"; hash = "sha256-6yxsqruosSOJ5LeIBbvuEko4s9qU/ObNZiJD5YH/hvY="; hash = "sha256-dgqTNISeyBkZ2m68pqw5rsoyPxLW4wWkv6iqq9bD5Ek="; }; nativeBuildInputs = [ build-system = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ httpx ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; dependencies = [ httpx ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook Loading @@ -42,6 +42,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python interface to last.fm (and compatibles)"; homepage = "https://github.com/pylast/pylast"; changelog = "https://github.com/pylast/pylast/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab Loading