summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2022-05-06 16:43:35 +0200
committer Matteo Bernardini2022-05-07 09:35:10 +0200
commite327207a028092295dc2e1573c1d664aebbf1bcf (patch)
treece896b39db03a689803192d5ccee938c8adad813
parent878f2f02ccf7f060f9dac9a32de9128e2fa8cf60 (diff)
downloadslackbuilds-e327207a028092295dc2e1573c1d664aebbf1bcf.tar.gz
python/snowballstemmer: Removed the python3 bit.current-20220507.1
...added to Slackware as python-snowballstemmer Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/snowballstemmer/snowballstemmer.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/snowballstemmer/snowballstemmer.SlackBuild b/python/snowballstemmer/snowballstemmer.SlackBuild
index 00f83e6019..acf82fea9a 100644
--- a/python/snowballstemmer/snowballstemmer.SlackBuild
+++ b/python/snowballstemmer/snowballstemmer.SlackBuild
@@ -80,9 +80,6 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
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