From c52ac3cba63d7afa82c19f6cf00e31ccd3e73fd4 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 17 Jun 2023 07:37:04 +0700 Subject: python/python3-setuptools-opt: Added (setuptools from -current). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-setuptools-opt/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-setuptools-opt/README (limited to 'python/python3-setuptools-opt/README') diff --git a/python/python3-setuptools-opt/README b/python/python3-setuptools-opt/README new file mode 100644 index 0000000000..7d957ab7fc --- /dev/null +++ b/python/python3-setuptools-opt/README @@ -0,0 +1,11 @@ +python3-setuptools-opt (Install newer setuptools in /opt) + +Setuptools is a fully-featured, actively-maintained, and stable +library designed to facilitate packaging Python projects. + +Installs to /opt/python3.9/site-packages. + +Add the following before the python3 build commands in your +Slackbuild to use this version over the stock one in 15.0: + +export PYTHONPATH=/opt/python3.9/site-packages/ -- cgit v1.2.3