summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Fellype do Nascimento2020-04-03 16:11:33 +0200
committer Willy Sudiarto Raharjo2020-04-03 16:11:33 +0200
commit0d1926a5c8c43a8ff74b83d1185c00ba043d7894 (patch)
tree4a3e6247ba6dbf41857e2b9bc93227ad6cb9c930
parentcfd392ea420a74cf7facff733ffb052807fc497f (diff)
downloadslackbuilds-0d1926a5c8c43a8ff74b83d1185c00ba043d7894.tar.gz
academic/veusz: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/veusz/README10
-rw-r--r--academic/veusz/veusz.SlackBuild7
-rw-r--r--academic/veusz/veusz.info8
3 files changed, 15 insertions, 10 deletions
diff --git a/academic/veusz/README b/academic/veusz/README
index 7f72b64c93..f09808ca55 100644
--- a/academic/veusz/README
+++ b/academic/veusz/README
@@ -10,7 +10,13 @@ SAMP interfaces to its plotting facilities. It also allows for
manipulation and editing of datasets. Data can be captured from
external sources such as Internet sockets or other programs.
-See the complete release notes for Veusz 3.2 at
-https://veusz.github.io/releasenotes/3.2.txt
+See the complete release notes for Veusz 3.2.1 at
+https://veusz.github.io/releasenotes/3.2.1.txt
Sphinx is an optional dependency (used to rebuild the manual).
+
+****
+Note:
+The veusz.SlackBuild script moved from Python2 to Python3 in version
+3.2.1. Please, check the dependencies.
+****
diff --git a/academic/veusz/veusz.SlackBuild b/academic/veusz/veusz.SlackBuild
index 41c21ffc1d..d4f6b1b28b 100644
--- a/academic/veusz/veusz.SlackBuild
+++ b/academic/veusz/veusz.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=veusz
-VERSION=${VERSION:-3.2}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,10 +70,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PYTHONVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
-export SIP_EXE=/usr/bin/python2-sip
-export SIP_INCLUDE_DIR="/usr/include/python$PYTHONVER/python2-sip"
+export SIP_EXE=/usr/bin/python3-sip
-python setup.py install --root $PKG
+python3 setup.py install --root $PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info
index 9bc08e238a..bef4efb40d 100644
--- a/academic/veusz/veusz.info
+++ b/academic/veusz/veusz.info
@@ -1,10 +1,10 @@
PRGNAM="veusz"
-VERSION="3.2"
+VERSION="3.2.1"
HOMEPAGE="https://veusz.github.io/"
-DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.2/veusz-3.2.tar.gz"
-MD5SUM="94e361a011001dda060e3a3b3c32c4f1"
+DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.2.1/veusz-3.2.1.tar.gz"
+MD5SUM="f341ea793208818088926612bde53d09"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy PyQt5"
+REQUIRES="numpy3 python3-PyQt5"
MAINTAINER="Fellype do Nascimento"
EMAIL="fellype(at)gmail(dot)com"