summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2023-12-02 09:02:31 +0100
committer Matteo Bernardini2024-04-20 17:30:38 +0200
commit5e26ebd450f2a6d2e3e4d5938abbf795a1eb43b0 (patch)
treef472cce148e3b5e85ddb4bda4998917028bac3bd
parent7348664936073e3ad54706addd43560c23807ed8 (diff)
downloadslackbuilds-snowballstemmer.tar.gz
python/snowballstemmer: Removed the python3 bit.snowballstemmer
...added to Slackware as python-snowballstemmer Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/snowballstemmer/snowballstemmer.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/snowballstemmer/snowballstemmer.SlackBuild b/python/snowballstemmer/snowballstemmer.SlackBuild
index 805761b599..7e3a58571d 100644
--- a/python/snowballstemmer/snowballstemmer.SlackBuild
+++ b/python/snowballstemmer/snowballstemmer.SlackBuild
@@ -81,7 +81,6 @@ find -L . \
# Build
python setup.py install --root=$PKG
-python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true