Loading pkgs/development/python-modules/untokenize/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, pythonAtLeast, unittestCheckHook, }: Loading @@ -10,6 +11,9 @@ buildPythonPackage rec { version = "0.1.1"; format = "setuptools"; # https://github.com/myint/untokenize/issues/4 disabled = pythonAtLeast "3.14"; src = fetchPypi { inherit pname version; sha256 = "3865dbbbb8efb4bb5eaa72f1be7f3e0be00ea8b7f125c69cbd1f5fda926f37a2"; Loading Loading
pkgs/development/python-modules/untokenize/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchPypi, pythonAtLeast, unittestCheckHook, }: Loading @@ -10,6 +11,9 @@ buildPythonPackage rec { version = "0.1.1"; format = "setuptools"; # https://github.com/myint/untokenize/issues/4 disabled = pythonAtLeast "3.14"; src = fetchPypi { inherit pname version; sha256 = "3865dbbbb8efb4bb5eaa72f1be7f3e0be00ea8b7f125c69cbd1f5fda926f37a2"; Loading