[106680] trunk/dports/science/libsbml/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 4 18:25:26 PDT 2013


Revision: 106680
          https://trac.macports.org/changeset/106680
Author:   ryandesign at macports.org
Date:     2013-06-04 18:25:26 -0700 (Tue, 04 Jun 2013)
Log Message:
-----------
libsbml: add python support (#26238)

Modified Paths:
--------------
    trunk/dports/science/libsbml/Portfile

Modified: trunk/dports/science/libsbml/Portfile
===================================================================
--- trunk/dports/science/libsbml/Portfile	2013-06-05 00:52:47 UTC (rev 106679)
+++ trunk/dports/science/libsbml/Portfile	2013-06-05 01:25:26 UTC (rev 106680)
@@ -37,4 +37,29 @@
 
 configure.universal_args-delete --disable-dependency-tracking
 
+variant python26 conflicts python27 python31 python32 python33 description {Configure to use Python version 2.6} {
+    depends_lib-append      port:python26
+    configure.args-append   --with-python --with-python-interpreter=${prefix}/bin/python2.6
+}
+
+variant python27 conflicts python26 python31 python32 python33 description {Configure to use Python version 2.7} {
+    depends_lib-append      port:python27
+    configure.args-append   --with-python --with-python-interpreter=${prefix}/bin/python2.7
+}
+
+variant python31 conflicts python26 python27 python32 python33 description {Configure to use Python version 3.1} {
+    depends_lib-append      port:python31
+    configure.args-append   --with-python --with-python-interpreter=${prefix}/bin/python3.1
+}
+
+variant python32 conflicts python26 python27 python31 python33 description {Configure to use Python version 3.2} {
+    depends_lib-append      port:python32
+    configure.args-append   --with-python --with-python-interpreter=${prefix}/bin/python3.2
+}
+
+variant python33 conflicts python26 python27 python31 python32 description {Configure to use Python version 3.3} {
+    depends_lib-append      port:python33
+    configure.args-append   --with-python --with-python-interpreter=${prefix}/bin/python3.3
+}
+
 livecheck.regex     /libSBML-(\[0-9.\]+)-src${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130604/8cacc6be/attachment.html>


More information about the macports-changes mailing list