[Lunar-commits] <moonbase> gnuplot-py: version 1.8 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Thu Oct 7 22:57:47 CEST 2010
commit 945ae59ae504b2a6cb8bbabd524b64eb31bf922d
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Thu Oct 7 22:57:47 2010 +0200
gnuplot-py: version 1.8 added to moonbase
gnuplot-py allows you to call gnuplot from within python
---
python/gnuplot-py/BUILD | 6 ++++++
python/gnuplot-py/DEPENDS | 2 ++
python/gnuplot-py/DETAILS | 20 ++++++++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/python/gnuplot-py/BUILD b/python/gnuplot-py/BUILD
new file mode 100644
index 0000000..9b1de99
--- /dev/null
+++ b/python/gnuplot-py/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/gnuplot-py/DEPENDS b/python/gnuplot-py/DEPENDS
new file mode 100644
index 0000000..278ebb8
--- /dev/null
+++ b/python/gnuplot-py/DEPENDS
@@ -0,0 +1,2 @@
+depends gnuplot
+depends numpy
diff --git a/python/gnuplot-py/DETAILS b/python/gnuplot-py/DETAILS
new file mode 100644
index 0000000..f188111
--- /dev/null
+++ b/python/gnuplot-py/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=gnuplot-py
+ VERSION=1.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:1fab2850cd1881f4ede1f7978a8746af2aff9bb2
+ WEB_SITE="http://gnuplot-py.sourceforge.net/"
+ ENTERED=20101007
+ UPDATED=20101007
+ SHORT="python interface to gnuplot"
+cat <<EOF
+Gnuplot.py is a Python package that interfaces to gnuplot, the popular
+open-source plotting program. It allows you to use gnuplot from within
+Python to plot arrays of data from memory, data files, or mathematical
+functions. If you use Python to perform computations or as 'glue'
+for numerical programs, you can use this package to plot data on the
+fly as they are computed. And the combination with Python makes it
+is easy to automate things, including to create crude 'animations'
+by plotting different datasets one after another.
+EOF
More information about the Lunar-commits
mailing list