summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/PythonQt/PythonQt.SlackBuild4
-rw-r--r--python/PythonQt/PythonQt.info6
-rw-r--r--python/PythonQt/README5
3 files changed, 10 insertions, 5 deletions
diff --git a/python/PythonQt/PythonQt.SlackBuild b/python/PythonQt/PythonQt.SlackBuild
index 2861f7c978..d610add9d4 100644
--- a/python/PythonQt/PythonQt.SlackBuild
+++ b/python/PythonQt/PythonQt.SlackBuild
@@ -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}
diff --git a/python/PythonQt/PythonQt.info b/python/PythonQt/PythonQt.info
index 18ad75e709..6cbd45a76d 100644
--- a/python/PythonQt/PythonQt.info
+++ b/python/PythonQt/PythonQt.info
@@ -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=""
diff --git a/python/PythonQt/README b/python/PythonQt/README
index 6e50c59b5f..d959b8ca65 100644
--- a/python/PythonQt/README
+++ b/python/PythonQt/README
@@ -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/