slackbuilds/python/python3-setuptools-opt
fourtysixandtwo a14a1079c8
python/python3-setuptools-opt: Updated for version 70.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-22 20:26:44 +07:00
..
README python/python3-setuptools-opt: README fixes. 2024-04-05 15:18:08 +07:00
python3-setuptools-opt.SlackBuild python/python3-setuptools-opt: Updated for version 70.1.0. 2024-06-22 20:26:44 +07:00
python3-setuptools-opt.info python/python3-setuptools-opt: Updated for version 70.1.0. 2024-06-22 20:26:44 +07:00
setuptools.x86_64.diff.gz
slack-desc python/python3-setuptools-opt: Fix slack-desc. 2024-04-13 22:04:04 +07:00

README

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/python$PYVER/site-packages.

Add the following before the python3 build commands in your
Slackbuild to use this version over the stock one in 15.0:

PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages