diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-15 22:59:18 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 06:55:18 +0700 |
commit | b1c19764dfd185cc381605a005c15acf5e4d74b1 (patch) | |
tree | f4d47a31d8422878eec0e8dccab51d95842550e2 | |
parent | 22a1a4e8ea71c3d5ae27278138686bb41c8b8d9d (diff) |
python/PythonQt: Updated for version 3.1.6
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r-- | python/PythonQt/PythonQt.SlackBuild | 4 | ||||
-rw-r--r-- | python/PythonQt/PythonQt.info | 6 | ||||
-rw-r--r-- | python/PythonQt/README | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/python/PythonQt/PythonQt.SlackBuild b/python/PythonQt/PythonQt.SlackBuild index 2861f7c978d5..d610add9d47f 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 18ad75e7092f..6cbd45a76d21 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 6e50c59b5fc7..d959b8ca65f2 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/ |