[48067] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Mar 13 14:38:03 PDT 2009


Revision: 48067
          http://trac.macports.org/changeset/48067
Author:   macsforever2000 at macports.org
Date:     2009-03-13 14:38:02 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
Added new port.

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

Added: trunk/dports/python/py25-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py25-pyqwt/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyqwt/Portfile	2009-03-13 21:38:02 UTC (rev 48067)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem      1.0
+
+name            py25-pyqwt
+version         5.1.0
+platforms       macosx
+categories      python devel
+maintainers     nomaintainer
+description     PyQwt is a set of Python bindings for the Qwt toolkit
+long_description ${description}
+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 port:python25
+
+worksrcdir      ${worksrcdir}/configure
+
+configure.cmd   ${prefix}/bin/python2.5 configure.py
+configure.pre_args -I ${prefix}/include -I ${prefix}/include/python2.5 -L ${prefix}/lib
+
+build.target
+
+variant numpy description "Use numpy as array-object" {
+        depends_lib-append port:py25-numpy
+}


Property changes on: trunk/dports/python/py25-pyqwt/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090313/25ef69bd/attachment-0001.html>


More information about the macports-changes mailing list