libraries/gaphas: Fixed dep information
This commit is contained in:
parent
895024f14f
commit
00ad79b2e8
|
@ -1,7 +1,3 @@
|
||||||
Gaphas is a MVC canvas that uses Cairo for rendering. One of the
|
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
|
nicer things of this widget is that the user (model) is not bothered
|
||||||
with bounding box calculations: this is all done through Cairo.
|
with bounding box calculations: this is all done through Cairo.
|
||||||
|
|
||||||
This requires decorator and simplegeneric.
|
|
||||||
|
|
||||||
To build, this requires nose, pysetuptools and setuptools_git.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/g/gaphas/gaphas-0.7.2.tar.gz"
|
||||||
MD5SUM="8a18fa17a7f4df29d9e7762eb430816e"
|
MD5SUM="8a18fa17a7f4df29d9e7762eb430816e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="decorator nose pysetuptools simplegeneric"
|
REQUIRES="decorator nose setuptools-git simplegeneric"
|
||||||
MAINTAINER="Mikko Värri"
|
MAINTAINER="Mikko Värri"
|
||||||
EMAIL="vmj@linuxbox.fi"
|
EMAIL="vmj@linuxbox.fi"
|
||||||
|
|
Loading…
Reference in New Issue