mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-setuptools-opt: Fix slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cbcf000b35
commit
5d0d5db926
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue