aboutsummaryrefslogtreecommitdiff
path: root/python/TurboGears2
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-21 21:32:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:02:22 +0700
commite0a2789408461a59543ed98811842cf64312e59c (patch)
tree84ebd427eccee0095e2d149cc315ed384d3b9301 /python/TurboGears2
parentf6bc0ae1a332f8a9ceac21ed12e187e5785b2503 (diff)
python/TurboGears2: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/TurboGears2')
-rw-r--r--python/TurboGears2/README9
-rw-r--r--python/TurboGears2/TurboGears2.SlackBuild6
2 files changed, 7 insertions, 8 deletions
diff --git a/python/TurboGears2/README b/python/TurboGears2/README
index 174c68922a90..65e373c5aa2a 100644
--- a/python/TurboGears2/README
+++ b/python/TurboGears2/README
@@ -1,6 +1,7 @@
The Web Framework that scales with you.
-TurboGears 2 is built on top of the experience of several next generation web
-frameworks including TurboGears 1 (of course), Django, and Rails.
-All of these frameworks had limitations that frustrated us, and TG2 was built
-as an answer to that frustration.
+TurboGears 2 is built on top of the experience of several next
+generation web frameworks including TurboGears 1 (of course), Django,
+and Rails.
+All of these frameworks had limitations that frustrated us, and TG2 was
+built as an answer to that frustration.
diff --git a/python/TurboGears2/TurboGears2.SlackBuild b/python/TurboGears2/TurboGears2.SlackBuild
index 873f19ef9b0c..a572d0e19057 100644
--- a/python/TurboGears2/TurboGears2.SlackBuild
+++ b/python/TurboGears2/TurboGears2.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* $PKG/usr/doc/$PRGNAM-$VERSION