[130101] trunk/dports/science/libsbml/Portfile
larryv at macports.org
larryv at macports.org
Fri Dec 26 19:15:58 PST 2014
Revision: 130101
https://trac.macports.org/changeset/130101
Author: larryv at macports.org
Date: 2014-12-26 19:15:58 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
libsbml: Limit to Python 2.7 and 3.4 variants
Modified Paths:
--------------
trunk/dports/science/libsbml/Portfile
Modified: trunk/dports/science/libsbml/Portfile
===================================================================
--- trunk/dports/science/libsbml/Portfile 2014-12-27 03:15:22 UTC (rev 130100)
+++ trunk/dports/science/libsbml/Portfile 2014-12-27 03:15:58 UTC (rev 130101)
@@ -5,6 +5,7 @@
name libsbml
version 5.10.0
+revision 1
categories science
platforms darwin
maintainers nomaintainer
@@ -37,29 +38,20 @@
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
-}
+# TODO: Remove after 2015-12-26.
+variant python26 requires python27 description {Legacy variant} {}
+variant python31 requires python34 description {Legacy variant} {}
+variant python32 requires python34 description {Legacy variant} {}
+variant python33 requires python34 description {Legacy variant} {}
-variant python27 conflicts python26 python31 python32 python33 description {Configure to use Python version 2.7} {
+variant python27 conflicts python34 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 python34 conflicts python27 description {Configure to use Python version 3.4} {
+ depends_lib-append port:python34
+ configure.args-append --with-python --with-python-interpreter=${prefix}/bin/python3.4
}
-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.\]+)-core-src${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/f73f6167/attachment.html>
More information about the macports-changes
mailing list