[Lunar-commits] <moonbase> PyQwt: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Sep 29 14:08:15 CEST 2010


commit ca1805cf158158a03055bed80f54d3aefa35bba9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 29 08:08:15 2010 -0400

    PyQwt: Adding to moonbase.
---
 qt4-apps/PyQwt/BUILD   |    7 +++++++
 qt4-apps/PyQwt/DEPENDS |    3 +++
 qt4-apps/PyQwt/DETAILS |   24 ++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/PyQwt/BUILD b/qt4-apps/PyQwt/BUILD
new file mode 100644
index 0000000..65fc24b
--- /dev/null
+++ b/qt4-apps/PyQwt/BUILD
@@ -0,0 +1,7 @@
+(
+
+   cd configure &&
+   python configure.py &&
+   default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/PyQwt/DEPENDS b/qt4-apps/PyQwt/DEPENDS
new file mode 100644
index 0000000..6f14136
--- /dev/null
+++ b/qt4-apps/PyQwt/DEPENDS
@@ -0,0 +1,3 @@
+depends numpy
+depends PyQt4
+depends qwt
diff --git a/qt4-apps/PyQwt/DETAILS b/qt4-apps/PyQwt/DETAILS
new file mode 100644
index 0000000..80b8347
--- /dev/null
+++ b/qt4-apps/PyQwt/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=PyQwt
+         VERSION=5.2.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/pyqwt/pyqwt5/$MODULE-$VERSION
+      SOURCE_VFY=sha1:797f37c63dec660272f6a8ccfd16a017df0ad640
+        WEB_SITE=http://pyqwt.sourceforge.net/
+         ENTERED=20100929
+         UPDATED=20100929
+           SHORT="plots data with Numerical Python and PyQt"
+
+cat << EOF
+PyQwt is a set of Python bindings for the Qwt C++ class library which extends 
+the Qt framework with widgets for scientific and engineering applications. It 
+provides a widget to plot 2-dimensional data and various widgets to display and
+control bounded or unbounded floating point values. 
+
+PyQwt addresses the problem of integrating PyQt, Qt, Qwt, NumPy and optionally 
+SciPy. Look at the Command Line Interface (CLI) examples and the Graphical User
+Interface (GUI) examples to get an idea of what you can do with PyQwt. 
+
+It is highly recommended to use PyQwt with NumPy. NumPy extends the Python 
+language with new data types to turn Python into an ideal language for 
+numerical computing and experimentation. 
+EOF


More information about the Lunar-commits mailing list