[82450] trunk/dports/python

ram at macports.org ram at macports.org
Sat Aug 13 16:53:20 PDT 2011


Revision: 82450
          http://trac.macports.org/changeset/82450
Author:   ram at macports.org
Date:     2011-08-13 16:53:19 -0700 (Sat, 13 Aug 2011)
Log Message:
-----------
python/py*-pyfftw3: unify

Modified Paths:
--------------
    trunk/dports/python/py-pyfftw3/Portfile

Added Paths:
-----------
    trunk/dports/python/py-pyfftw3/

Removed Paths:
-------------
    trunk/dports/python/py26-pyfftw3/
    trunk/dports/python/py27-pyfftw3/

Modified: trunk/dports/python/py-pyfftw3/Portfile
===================================================================
--- trunk/dports/python/py27-pyfftw3/Portfile	2011-08-13 23:11:46 UTC (rev 82442)
+++ trunk/dports/python/py-pyfftw3/Portfile	2011-08-13 23:53:19 UTC (rev 82450)
@@ -1,13 +1,15 @@
 # $Id$
 
 PortSystem    1.0
-PortGroup     python27 1.0
+PortGroup     python 1.0
 
-name          py27-pyfftw3
+name          py-pyfftw3
 version       0.2.1
 set branch    [join [lrange [split ${version} .] 0 1] .]
 categories    python math
 platforms     darwin
+supported_archs noarch
+license       GPL
 maintainers   ram openmaintainer
 
 description   Python bindings to FFTW3
@@ -18,6 +20,9 @@
 master_sites  http://launchpad.net/pyfftw/trunk/${version}/+download/
 distname      PyFFTW3-${version}
 
+python.default_version 27
+python.versions 26 27
+
 checksums     md5     0066be45345591a6b4a97eb3779c7346 \
               sha1    581f5fa3c5e2b74cafab468eeb95d6bb4d7d4628 \
               rmd160  2d85e95b5347d938e833cceda8de2eeea480cff2
@@ -32,10 +37,6 @@
   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/20110813/ceed0afc/attachment-0001.html>


More information about the macports-changes mailing list