aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/Whoosh/README9
-rw-r--r--python/Whoosh/Whoosh.SlackBuild6
2 files changed, 8 insertions, 7 deletions
diff --git a/python/Whoosh/README b/python/Whoosh/README
index 35b084975f..71ca2ab096 100644
--- a/python/Whoosh/README
+++ b/python/Whoosh/README
@@ -1,3 +1,6 @@
-Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python.
-Programmers can use it to easily add search functionality to their applications and websites.
-Every part of how Whoosh works can be extended or replaced to meet your needs exactly.
+Whoosh is a fast, featureful full-text indexing and searching library
+implemented in pure Python.
+Programmers can use it to easily add search functionality to their
+applications and websites.
+Every part of how Whoosh works can be extended or replaced to meet your
+needs exactly.
diff --git a/python/Whoosh/Whoosh.SlackBuild b/python/Whoosh/Whoosh.SlackBuild
index 02b56cf097..1653897fad 100644
--- a/python/Whoosh/Whoosh.SlackBuild
+++ b/python/Whoosh/Whoosh.SlackBuild
@@ -53,10 +53,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-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
+python2 setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README* MANIFEST.in $PKG/usr/doc/$PRGNAM-$VERSION