From b354a7edbe35bf3cbaafb85edf74181ab7810202 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 10 Nov 2023 14:04:55 +0800 Subject: python-argcomplete: Add new package From the README: Argcomplete provides easy, extensible command line tab completion of arguments for your Python application. Signed-off-by: Jeffery To --- .../python/python-argcomplete/patches/001-unpin-setuptools.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lang/python/python-argcomplete/patches/001-unpin-setuptools.patch (limited to 'lang/python/python-argcomplete/patches') diff --git a/lang/python/python-argcomplete/patches/001-unpin-setuptools.patch b/lang/python/python-argcomplete/patches/001-unpin-setuptools.patch new file mode 100644 index 000000000..a85ce857a --- /dev/null +++ b/lang/python/python-argcomplete/patches/001-unpin-setuptools.patch @@ -0,0 +1,9 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=67.7.2", "setuptools_scm[toml]>=6.2"] ++requires = ["setuptools", "setuptools_scm[toml]>=6.2"] + build-backend = "setuptools.build_meta" + + [project] -- cgit v1.2.3