[99608] trunk/dports/python

aronnax at macports.org aronnax at macports.org
Sun Nov 11 14:32:07 PST 2012


Revision: 99608
          http://trac.macports.org//changeset/99608
Author:   aronnax at macports.org
Date:     2012-11-11 14:32:07 -0800 (Sun, 11 Nov 2012)
Log Message:
-----------
py-pyfftw: new Portfile, pythonic python wrapper around FFTW

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

Added: trunk/dports/python/py-pyfftw/Portfile
===================================================================
--- trunk/dports/python/py-pyfftw/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyfftw/Portfile	2012-11-11 22:32:07 UTC (rev 99608)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               python 1.0
+
+name                    py-pyfftw
+version                 0.8.2
+categories              python math
+platforms               darwin
+maintainers             aronnax
+license                 GPL-3
+description             pythonic python wrapper around FFTW
+long_description \
+    A pythonic wrapper around FFTW, the FFT library, presenting a unified \
+    interface for all the supported transforms.
+
+distname                pyFFTW-${version}
+homepage                http://hgomersall.github.com/pyFFTW/
+master_sites            http://pypi.python.org/packages/source/p/pyFFTW/
+checksums               rmd160  2e3f2a1cdaa13eda5e14cfab79e5fe178c5a4a03 \
+                        sha256  da3ff754d251c063e753c861c99d750fe7a1f44f00de1bef04b4d59e2be98b54
+
+python.versions         25 26 27
+python.default_version  27
+
+if {${subport} == ${name}} {
+    livecheck.type      none
+} else {
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:fftw-3 \
+                        port:fftw-3-single \
+                        port:fftw-3-long
+
+    livecheck.type      regex
+    livecheck.url       {http://pypi.python.org/pypi?:action=doap&name=pyFFTW}
+    livecheck.regex     {<release><Version><revision>([^<]+)</revision></Version></release>}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121111/5db77119/attachment.html>


More information about the macports-changes mailing list