aboutsummaryrefslogtreecommitdiff
path: root/python/python3-backlash
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-backlash')
-rw-r--r--python/python3-backlash/python3-backlash.SlackBuild5
-rw-r--r--python/python3-backlash/python3-backlash.info8
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-backlash/python3-backlash.SlackBuild b/python/python3-backlash/python3-backlash.SlackBuild
index 6b1e4405a6..2107349804 100644
--- a/python/python3-backlash/python3-backlash.SlackBuild
+++ b/python/python3-backlash/python3-backlash.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-backlash
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-0.3.2}
+VERSION=${VERSION:-0.4.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-backlash/python3-backlash.info b/python/python3-backlash/python3-backlash.info
index b546562bcc..904266fd4d 100644
--- a/python/python3-backlash/python3-backlash.info
+++ b/python/python3-backlash/python3-backlash.info
@@ -1,10 +1,10 @@
PRGNAM="python3-backlash"
-VERSION="0.3.2"
+VERSION="0.4.0"
HOMEPAGE="https://github.com/TurboGears/backlash"
-DOWNLOAD="https://pypi.python.org/packages/source/b/backlash/backlash-0.3.2.tar.gz"
-MD5SUM="c64d82bb6b35c7f28cac3b26e2c828f4"
+DOWNLOAD="https://pypi.python.org/packages/source/b/backlash/backlash-0.4.0.tar.gz"
+MD5SUM="2864c5e788df6f6c9efa6fcecc9bad9e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-webob"
+REQUIRES="python3-webob python3-setuptools-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"