[37369] trunk/dports/python

erickt at macports.org erickt at macports.org
Wed Jun 4 16:30:27 PDT 2008


Revision: 37369
          http://trac.macosforge.org/projects/macports/changeset/37369
Author:   erickt at macports.org
Date:     2008-06-04 16:30:27 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
add pyqwt port that works with qwt 5.1.0.

Added Paths:
-----------
    trunk/dports/python/py-pyqwt/
    trunk/dports/python/py-pyqwt/Portfile

Added: trunk/dports/python/py-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py-pyqwt/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyqwt/Portfile	2008-06-04 23:30:27 UTC (rev 37369)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem      1.0
+name            py-pyqwt
+version         5.1.0
+platforms       macosx
+categories      python devel
+maintainers     erickt openmaintainer
+description     PyQwt is a set of Python bindings for the Qwt toolkit
+homepage        http://pyqwt.sourceforge.net
+master_sites    sourceforge:pyqwt
+distname        PyQwt-${version}
+
+checksums       md5 c9d662a0d4fc95cec75d3c526e4e748a \
+                sha1 d1b55e4a7400889e1d0831f8d6f3b692fc37aecb \
+                rmd160 e8bbf154a9e30894977494829bf379a807fdf1e9
+
+depends_lib     port:qt4-mac port:qwt
+
+worksrcdir      ${worksrcdir}/configure
+
+configure.cmd   ${prefix}/bin/python2.4 configure.py
+configure.pre_args -I ${prefix}/include -I ${prefix}/include/python2.4 -L ${prefix}/lib
+
+build.target
+
+variant numpy {
+        depends_lib-append port:py-numpy
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080604/de4c15f6/attachment.htm 


More information about the macports-changes mailing list