academic/veusz: Updated for version 3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2018-06-13 09:16:12 +07:00 committed by Willy Sudiarto Raharjo
parent 5d2387c361
commit a5be2ab619
3 changed files with 10 additions and 10 deletions

View File

@ -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).

View File

@ -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}

View File

@ -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"