Loading pkgs/development/python-modules/deezer-python/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "deezer-python"; version = "6.1.1"; version = "6.2.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,15 +23,20 @@ buildPythonPackage rec { owner = "browniebroke"; repo = "deezer-python"; rev = "refs/tags/v${version}"; hash = "sha256-pzEXiWKMP2Wqme/pqfTMHxWH/4YcCS6u865wslHrUqI="; hash = "sha256-Y1y8FBxpGpNIWCZbel9fdGLGC9VM9h1BvHtUxCZxp/A="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=deezer" "" --replace-fail " --cov=deezer" "" ''; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ requests tornado ]; nativeCheckInputs = [ environs Loading @@ -40,11 +45,6 @@ buildPythonPackage rec { pytestCheckHook ]; propagatedBuildInputs = [ requests tornado ]; pythonImportsCheck = [ "deezer" ]; disabledTests = [ Loading Loading
pkgs/development/python-modules/deezer-python/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "deezer-python"; version = "6.1.1"; version = "6.2.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -23,15 +23,20 @@ buildPythonPackage rec { owner = "browniebroke"; repo = "deezer-python"; rev = "refs/tags/v${version}"; hash = "sha256-pzEXiWKMP2Wqme/pqfTMHxWH/4YcCS6u865wslHrUqI="; hash = "sha256-Y1y8FBxpGpNIWCZbel9fdGLGC9VM9h1BvHtUxCZxp/A="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=deezer" "" --replace-fail " --cov=deezer" "" ''; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ requests tornado ]; nativeCheckInputs = [ environs Loading @@ -40,11 +45,6 @@ buildPythonPackage rec { pytestCheckHook ]; propagatedBuildInputs = [ requests tornado ]; pythonImportsCheck = [ "deezer" ]; disabledTests = [ Loading