Browse Source
python/python3-turbogears2: updated for version 2.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/291/head
Arn0
5 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
9 additions and
6 deletions
-
python/python3-turbogears2/python3-turbogears2.SlackBuild
-
python/python3-turbogears2/python3-turbogears2.info
|
|
@ -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 |
|
|
|
|
|
@ -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" |