[102007] trunk/dports/python/py-f2py/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 24 02:52:00 PST 2013


Revision: 102007
          https://trac.macports.org/changeset/102007
Author:   jmr at macports.org
Date:     2013-01-24 02:52:00 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
py-f2py: use unified portgroup, license, noarch

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

Modified: trunk/dports/python/py-f2py/Portfile
===================================================================
--- trunk/dports/python/py-f2py/Portfile	2013-01-24 10:32:44 UTC (rev 102006)
+++ trunk/dports/python/py-f2py/Portfile	2013-01-24 10:52:00 UTC (rev 102007)
@@ -1,12 +1,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-f2py
 version			2.43.239_1831
-categories		python
+license			LGPL
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		Fortran to Python Interface Generator
 long_description	The Fortran to Python Interface Generator, or F2PY for \
@@ -22,4 +23,11 @@
 distname		F2PY-${version}
 checksums		md5 ab041f404855700849204af43ff6cc91
 
-depends_lib-append	port:py24-numeric
+python.versions	24
+
+python.move_binaries no
+python.link_binaries_suffix
+
+if {$subport != $name} {
+    depends_lib-append	port:py${python.version}-numeric
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/87508353/attachment.html>


More information about the macports-changes mailing list