diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gaphas/README | 4 | ||||
-rw-r--r-- | libraries/gaphas/gaphas.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/gaphas/gaphas.info | 8 |
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" |