[151183] trunk/dports/x11/xorg-libxcb/Portfile

mf2k at macports.org mf2k at macports.org
Tue Aug 9 10:14:40 PDT 2016


Revision: 151183
          https://trac.macports.org/changeset/151183
Author:   mf2k at macports.org
Date:     2016-08-09 10:14:39 -0700 (Tue, 09 Aug 2016)
Log Message:
-----------
xorg-libxcb: Add python35 variant. Remove obsolete python variants. (#51592)

Modified Paths:
--------------
    trunk/dports/x11/xorg-libxcb/Portfile

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2016-08-09 14:59:48 UTC (rev 151182)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2016-08-09 17:14:39 UTC (rev 151183)
@@ -53,24 +53,22 @@
         DOXYGEN="${prefix}/bin/doxygen"
 }
 
-# TODO: Remove after 2016-01-04.
-variant python25 requires python27 description {Legacy variant} {}
-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 python34 description {Use python 2.7} {
+variant python27 conflicts python34 python35 description {Use python 2.7} {
     depends_run-append      port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
-variant python34 conflicts python27 description {Use python 3.4} {
+variant python34 conflicts python27 python35 description {Use python 3.4} {
     depends_run-append      port:python34
     configure.python        ${prefix}/bin/python3.4
 }
 
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33] && ![variant_isset python34]} {
+variant python35 conflicts python27 python34 description {Use python 3.5} {
+    depends_run-append      port:python35
+    configure.python        ${prefix}/bin/python3.5
+}
+
+if {![variant_isset python34] && ![variant_isset python35]} {
     default_variants +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160809/6e35fbcb/attachment.html>


More information about the macports-changes mailing list