summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2023-12-02 09:02:31 +0100
committer Matteo Bernardini2023-12-09 09:26:33 +0100
commitf693948430f9c27b7e28517bcdee15072e717398 (patch)
tree1c7bc45efa109163512212198df7b810826e17b0
parent04d8c0e8cd71bf52bfdac32db021e4428a922ee1 (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