summaryrefslogtreecommitdiffstats
path: root/libraries/gaphas
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-12-18 23:44:26 -0200
committer Robby Workman <rworkman@slackbuilds.org>2010-12-20 22:44:02 -0600
commit17986dbf5bed8dda2c35c69bafd728e22e381f3d (patch)
tree8d73c6fdc97baf4a6e4b6344b7fb411b8324bfcd /libraries/gaphas
parent5d96830d2b1dc24bd45fe7b8bba0232596ab3dcc (diff)
downloadslackbuilds-17986dbf5bed8dda2c35c69bafd728e22e381f3d.tar.gz
slackbuilds-17986dbf5bed8dda2c35c69bafd728e22e381f3d.tar.xz
libraries/gaphas: Updated for version 0.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/gaphas')
-rw-r--r--libraries/gaphas/README4
-rw-r--r--libraries/gaphas/gaphas.SlackBuild2
-rw-r--r--libraries/gaphas/gaphas.info8
3 files changed, 6 insertions, 8 deletions
diff --git a/libraries/gaphas/README b/libraries/gaphas/README
index d4a1ade6da..2ed4b06a29 100644
--- a/libraries/gaphas/README
+++ b/libraries/gaphas/README
@@ -1,9 +1,7 @@
-gaphas (GTK+ based diagramming widget)
-
Gaphas is a MVC canvas that uses Cairo for rendering. One of the
nicer things of this widget is that the user (model) is not bothered
with bounding box calculations: this is all done through Cairo.
This requires decorator and simplegeneric.
-To build, this requires pysetuptools and setuptools_git.
+To build, this requires nose, pysetuptools and setuptools_git.
diff --git a/libraries/gaphas/gaphas.SlackBuild b/libraries/gaphas/gaphas.SlackBuild
index 8c02185f4f..bcd72c5658 100644
--- a/libraries/gaphas/gaphas.SlackBuild
+++ b/libraries/gaphas/gaphas.SlackBuild
@@ -6,7 +6,7 @@
# Public domain.
PRGNAM=gaphas
-VERSION=${VERSION:-0.6.0}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/gaphas/gaphas.info b/libraries/gaphas/gaphas.info
index fe55276422..70c5f522df 100644
--- a/libraries/gaphas/gaphas.info
+++ b/libraries/gaphas/gaphas.info
@@ -1,10 +1,10 @@
PRGNAM="gaphas"
-VERSION="0.6.0"
+VERSION="0.7.0"
HOMEPAGE="http://pypi.python.org/pypi/gaphas"
-DOWNLOAD="http://pypi.python.org/packages/source/g/gaphas/gaphas-0.6.0.tar.gz"
-MD5SUM="3b7e888cbb550245e89ac0a17d896a89"
+DOWNLOAD="http://pypi.python.org/packages/source/g/gaphas/gaphas-0.7.0.tar.gz"
+MD5SUM="05f7f4279c26a561ce845b49f38b719b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="Erik Hanson"
+APPROVED="Erik Hanson,Niels Horn"