[73014] trunk/dports/python
ram at macports.org
ram at macports.org
Sun Oct 31 20:18:27 PDT 2010
Revision: 73014
http://trac.macports.org/changeset/73014
Author: ram at macports.org
Date: 2010-10-31 20:18:22 -0700 (Sun, 31 Oct 2010)
Log Message:
-----------
python/py27-pyfftw3: new port
Added Paths:
-----------
trunk/dports/python/py27-pyfftw3/
trunk/dports/python/py27-pyfftw3/Portfile
Removed Paths:
-------------
trunk/dports/python/py27-pyfftw3/Portfile
Deleted: trunk/dports/python/py27-pyfftw3/Portfile
===================================================================
--- trunk/dports/python/py26-pyfftw3/Portfile 2010-11-01 02:13:02 UTC (rev 73010)
+++ trunk/dports/python/py27-pyfftw3/Portfile 2010-11-01 03:18:22 UTC (rev 73014)
@@ -1,41 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python26 1.0
-
-name py26-pyfftw3
-version 0.2
-set branch [join [lrange [split ${version} .] 0 1] .]
-categories python math
-platforms darwin
-maintainers ram openmaintainer
-
-description Python bindings to FFTW3
-long_description Python bindings to the FFTW3 C-library for computing \
- discrete Fourier transforms.
-
-homepage https://launchpad.net/pyfftw
-master_sites http://launchpad.net/pyfftw/trunk/${branch}/+download/
-distname PyFFTW3-${version}
-
-checksums md5 41abaf57bc86bf57e069c95e78292092 \
- sha1 b59c9e44e8c2b9558ed026d1484d4a09c2bbdbe7 \
- rmd160 927c37576830df24ad1107efd007c3a1f9b784f2
-
-depends_lib-append port:fftw-3 \
- port:fftw-3-single \
- port:fftw-3-long
-
-patchfiles patch-setup.py.diff
-
-post-patch {
- reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/setup.py
-}
-
-python.link_binaries no
-
-universal_variant no
-
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex {Latest version is (\d+(?:\.\d+)*)}
Copied: trunk/dports/python/py27-pyfftw3/Portfile (from rev 73013, trunk/dports/python/py26-pyfftw3/Portfile)
===================================================================
--- trunk/dports/python/py27-pyfftw3/Portfile (rev 0)
+++ trunk/dports/python/py27-pyfftw3/Portfile 2010-11-01 03:18:22 UTC (rev 73014)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name py27-pyfftw3
+version 0.2.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+categories python math
+platforms darwin
+maintainers ram openmaintainer
+
+description Python bindings to FFTW3
+long_description Python bindings to the FFTW3 C-library for computing \
+ discrete Fourier transforms.
+
+homepage https://launchpad.net/pyfftw
+master_sites http://launchpad.net/pyfftw/trunk/${version}/+download/
+distname PyFFTW3-${version}
+
+checksums md5 0066be45345591a6b4a97eb3779c7346 \
+ sha1 581f5fa3c5e2b74cafab468eeb95d6bb4d7d4628 \
+ rmd160 2d85e95b5347d938e833cceda8de2eeea480cff2
+
+depends_lib-append port:fftw-3 \
+ port:fftw-3-single \
+ port:fftw-3-long
+
+patchfiles patch-setup.py.diff
+
+post-patch {
+ reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/setup.py
+}
+
+python.link_binaries no
+
+universal_variant no
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex {Latest version is (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101031/d0926055/attachment.html>
More information about the macports-changes
mailing list