diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-04-07 12:00:14 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:04:04 +0700 |
commit | 5d0d5db926defe21940a163a84251a4a0e6e35ed (patch) | |
tree | 7eb4e7fc2b3306775d091d76bf694eb4c37ed429 /python | |
parent | cbcf000b3521184ed0aec0658d027855f34ca42b (diff) |
python/python3-setuptools-opt: Fix slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-setuptools-opt/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild index aaec7e3d772c9..5ac75cd8a91db 100644 --- a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild +++ b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild @@ -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 diff --git a/python/python3-setuptools-opt/slack-desc b/python/python3-setuptools-opt/slack-desc index ac915cce085cb..53ddd75f55b5c 100644 --- a/python/python3-setuptools-opt/slack-desc +++ b/python/python3-setuptools-opt/slack-desc @@ -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/ |