summaryrefslogtreecommitdiffstats
path: root/academic/veusz
diff options
context:
space:
mode:
author Fellype do Nascimento2018-06-13 04:16:12 +0200
committer Willy Sudiarto Raharjo2018-06-13 04:16:12 +0200
commita5be2ab619f607ecf6fd8d21a9be2fe24431ee34 (patch)
tree5657ed9d88a87d2f4604577adc034b30d7ef4f1c /academic/veusz
parent5d2387c361a15a412729b811957b63617ef7213b (diff)
downloadslackbuilds-a5be2ab619f607ecf6fd8d21a9be2fe24431ee34.tar.gz
academic/veusz: Updated for version 3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/veusz')
-rw-r--r--academic/veusz/README12
-rw-r--r--academic/veusz/veusz.SlackBuild2
-rw-r--r--academic/veusz/veusz.info6
3 files changed, 10 insertions, 10 deletions
diff --git a/academic/veusz/README b/academic/veusz/README
index 0128e32f90..4bfbea614f 100644
--- a/academic/veusz/README
+++ b/academic/veusz/README
@@ -1,16 +1,16 @@
Veusz - A Scientific Plotting Package
-Veusz is a scientific plotting package. It is designed to produce
-publication-ready PDF or SVG output. Graphs are built-up by combining
-plotting widgets. The user interface aims to be simple, consistent and
-powerful.
+Veusz is a 2D and 3D scientific plotting package. It is designed to
+produce publication-ready PDF or SVG output. Graphs are built-up by
+combining plotting widgets. The user interface aims to be simple,
+consistent and powerful.
Veusz provides GUI, Python module, command line, scripting, DBUS and
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 2.2.2 at
-https://veusz.github.io/releasenotes/2.2.2.txt
+See the complete release notes for Veusz 3.0 at
+https://veusz.github.io/releasenotes/3.0.txt
Sphinx is an optional dependency (used to rebuild the manual).
diff --git a/academic/veusz/veusz.SlackBuild b/academic/veusz/veusz.SlackBuild
index 4c1a424a50..7bc8090fd6 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:-2.2.2}
+VERSION=${VERSION:-3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/academic/veusz/veusz.info b/academic/veusz/veusz.info
index 1324755132..325cff2f06 100644
--- a/academic/veusz/veusz.info
+++ b/academic/veusz/veusz.info
@@ -1,8 +1,8 @@
PRGNAM="veusz"
-VERSION="2.2.2"
+VERSION="3.0"
HOMEPAGE="https://veusz.github.io/"
-DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-2.2.2/veusz-2.2.2.tar.gz"
-MD5SUM="67186ef4938e73fc8c3f080490fca9e3"
+DOWNLOAD="https://github.com/veusz/veusz/releases/download/veusz-3.0/veusz-3.0.tar.gz"
+MD5SUM="68f707e4b3e173d0601e46a1ccd7fc3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy PyQt5"