Loading pkgs/development/python-modules/devtools/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -8,15 +8,12 @@ pygments, pytest-mock, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "devtools"; version = "0.12.2"; format = "pyproject"; disabled = pythonOlder "3.7"; pyproject = true; src = fetchFromGitHub { owner = "samuelcolvin"; Loading @@ -35,9 +32,9 @@ buildPythonPackage rec { --replace-fail 'asttokens>=2.0.0,<3.0.0' 'asttokens>=2.0.0' \ ''; nativeBuildInputs = [ hatchling ]; build-system = [ hatchling ]; propagatedBuildInputs = [ dependencies = [ asttokens executing pygments Loading Loading @@ -68,7 +65,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python's missing debug print command and other development tools"; homepage = "https://python-devtools.helpmanual.io/"; changelog = "https://github.com/samuelcolvin/python-devtools/releases/tag/v${version}"; changelog = "https://github.com/samuelcolvin/python-devtools/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ jdahm ]; }; Loading Loading
pkgs/development/python-modules/devtools/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -8,15 +8,12 @@ pygments, pytest-mock, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "devtools"; version = "0.12.2"; format = "pyproject"; disabled = pythonOlder "3.7"; pyproject = true; src = fetchFromGitHub { owner = "samuelcolvin"; Loading @@ -35,9 +32,9 @@ buildPythonPackage rec { --replace-fail 'asttokens>=2.0.0,<3.0.0' 'asttokens>=2.0.0' \ ''; nativeBuildInputs = [ hatchling ]; build-system = [ hatchling ]; propagatedBuildInputs = [ dependencies = [ asttokens executing pygments Loading Loading @@ -68,7 +65,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python's missing debug print command and other development tools"; homepage = "https://python-devtools.helpmanual.io/"; changelog = "https://github.com/samuelcolvin/python-devtools/releases/tag/v${version}"; changelog = "https://github.com/samuelcolvin/python-devtools/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ jdahm ]; }; Loading