[Lunar-commits] <moonbase-other> matplotlib: introduction to -other
v4hn
me at v4hn.de
Sun Jul 29 17:05:25 CEST 2012
commit 13c3e201919dab67c6a60ddd237d388a72ddec73
Author: v4hn <me at v4hn.de>
Date: Sun, 29 Jul 2012 08:05:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/13c3e201919dab67c6a60ddd237d388a72ddec73
matplotlib: introduction to -other
---
python/matplotlib/BUILD +11/-0
python/matplotlib/DEPENDS +2/-0
python/matplotlib/DETAILS +18/-0
3 files changed, 31 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/python/matplotlib/BUILD
@@ -0,0 +1,11 @@
+(
+
+ python ./setup.py build &&
+
+ prepare_install &&
+
+ # Specifying root, to stop packages clobbering each other's easy-install.pth
+ # http://mail.python.org/pipermail/distutils-sig/2008-October/010208.html
+ python ./setup.py install --root=/
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/matplotlib/DEPENDS
@@ -0,0 +1,2 @@
+depends setuptools
+depends numpy
--- /dev/null
+++ b/python/matplotlib/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=matplotlib
+ VERSION=1.1.1
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$MODULE-$VERSION/
+ SOURCE_VFY=sha1:e47ecb0c651961dbaba57fd172e3b770da197e84
+ WEB_SITE=http://matplotlib.sourceforge.net/
+ ENTERED=20120729
+ UPDATED=20120729
+ SHORT="python 2D plotting library"
+
+cat << EOF
+matplotlib is a python 2D plotting library which produces
+publication quality figures in a variety of hardcopy formats
+and interactive environments across platforms.
+
+matplotlib can be used in python scripts, the python and ipython shell,
+web application servers, and six graphical user interface toolkits.
+EOF
More information about the Lunar-commits
mailing list