Unverified Commit 6082cc45 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.python-toolbox: modernize

parent 97c45fd1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  docutils,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

@@ -13,8 +12,6 @@ buildPythonPackage rec {
  version = "1.3.1";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "cool-RR";
    repo = "python_toolbox";
@@ -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 ];
  };