python/python3-setuptools-opt: Fix slack-desc.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-04-07 12:00:14 -06:00 committed by Willy Sudiarto Raharjo
parent cbcf000b35
commit 5d0d5db926
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ rm -f setuptools/*.exe
# Recent Python versions support both a libdir (for pure Python modules) and a
# platlib (for $ARCH specific modules). We've always patched Python to use
# the platform directory (such as /usr/lib64/python3.9/site-packages on x86_64)
# the platform directory (such as /usr/lib64/python$PYVER/site-packages on x86_64)
# for all modules. Perhaps we will rethink this, but since an installed
# setuptools now takes priority for reporting the libdir (and this no longer
# matches the platlib on architectures such as x86_64), let's patch setuptools

View file

@ -11,7 +11,7 @@ python3-setuptools-opt:
python3-setuptools-opt: Setuptools is a fully-featured, actively-maintained, and stable
python3-setuptools-opt: library designed to facilitate packaging Python projects.
python3-setuptools-opt:
python3-setuptools-opt: Installs to /opt/python3.9/site-packages
python3-setuptools-opt: Installs to /opt/python$PYVER/site-packages
python3-setuptools-opt:
python3-setuptools-opt:
python3-setuptools-opt: Project URL: https://pypi.org/project/setuptools/