Loading pkgs/development/python-modules/python-toolbox/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ docutils, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "1.3.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "cool-RR"; repo = "python_toolbox"; Loading Loading @@ -43,7 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Tools for testing PySnooper"; homepage = "https://github.com/cool-RR/python_toolbox"; changelog = "https://github.com/cool-RR/python_toolbox/releases/tag/${version}"; changelog = "https://github.com/cool-RR/python_toolbox/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ seqizz ]; }; Loading Loading
pkgs/development/python-modules/python-toolbox/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ docutils, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: Loading @@ -13,8 +12,6 @@ buildPythonPackage rec { version = "1.3.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "cool-RR"; repo = "python_toolbox"; Loading Loading @@ -43,7 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Tools for testing PySnooper"; homepage = "https://github.com/cool-RR/python_toolbox"; changelog = "https://github.com/cool-RR/python_toolbox/releases/tag/${version}"; changelog = "https://github.com/cool-RR/python_toolbox/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ seqizz ]; }; Loading