python/PythonQt: Updated for version 3.1.6

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-05-15 22:59:18 +10:00 committed by Willy Sudiarto Raharjo
parent 22a1a4e8ea
commit b1c19764df
3 changed files with 10 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for PythonQt
# Copyright 2016 Christoph Willing Brisbane, Australia
# Copyright 2016-2017 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=PythonQt
VERSION=${VERSION:-0.git20160810}
VERSION=${VERSION:-3.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="PythonQt"
VERSION="0.git20160810"
VERSION="3.1.6"
HOMEPAGE="https://github.com/commontk/PythonQt"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-0.git20160810.tar.gz"
MD5SUM="b1a2da9b2291cd1478c6cbec2fe2bcc1"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/PythonQt/PythonQt-3.1.6.tar.gz"
MD5SUM="297702e7f1ac3ecbf20c0433eac25ef3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,2 +1,7 @@
PythonQt is a dynamic Python binding for the Qt framework. It offers an easy
way to embed the Python scripting language into your C++ Qt applications.
This build uses the CMake-ified version of PythonQt at:
https://github.com/commontk/PythonQt
which was forked from the original at:
http://pythonqt.sourceforge.net/