aboutsummaryrefslogtreecommitdiff
path: root/python/python3-turbogears2
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-turbogears2')
-rw-r--r--python/python3-turbogears2/python3-turbogears2.SlackBuild7
-rw-r--r--python/python3-turbogears2/python3-turbogears2.info8
2 files changed, 9 insertions, 6 deletions
diff --git a/python/python3-turbogears2/python3-turbogears2.SlackBuild b/python/python3-turbogears2/python3-turbogears2.SlackBuild
index 00c6411a21..ae153291c3 100644
--- a/python/python3-turbogears2/python3-turbogears2.SlackBuild
+++ b/python/python3-turbogears2/python3-turbogears2.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-turbogears2
-SRCNAM=TurboGears2
-VERSION=${VERSION:-2.4.3}
+SRCNAM=turbogears2
+VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -64,6 +64,9 @@ 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 {} \;
+PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
+export PYTHONPATH=/opt/python$PYVER/site-packages
+
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/python/python3-turbogears2/python3-turbogears2.info b/python/python3-turbogears2/python3-turbogears2.info
index 9ecab7896d..f029de8b84 100644
--- a/python/python3-turbogears2/python3-turbogears2.info
+++ b/python/python3-turbogears2/python3-turbogears2.info
@@ -1,10 +1,10 @@
PRGNAM="python3-turbogears2"
-VERSION="2.4.3"
+VERSION="2.5.0"
HOMEPAGE="http://www.turbogears.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/T/TurboGears2/TurboGears2-2.4.3.tar.gz"
-MD5SUM="6f9621edadff3dbc055d9daae893357e"
+DOWNLOAD="https://pypi.python.org/packages/source/t/turbogears2/turbogears2-2.5.0.tar.gz"
+MD5SUM="8e1ca6975d3004b5920c10f2fc8dc5b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-crank python3-repoze.lru python3-webob"
+REQUIRES="python3-crank python3-repoze.lru python3-webob python3-setuptools-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"