You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fourtysixandtwo 8369886f8d
python/python3-setuptools-opt: Updated for version 80.3.1.
8 months ago
..
README python/python3-setuptools-opt: README fixes. 2 years ago
python3-setuptools-opt.SlackBuild python/python3-setuptools-opt: Updated for version 80.3.1. 8 months ago
python3-setuptools-opt.info python/python3-setuptools-opt: Updated for version 80.3.1. 8 months ago
setuptools.x86_64.diff.gz python/python3-setuptools-opt: Added (setuptools from -current). 3 years ago
slack-desc python/python3-setuptools-opt: Fix slack-desc. 2 years ago

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