[127710] trunk/dports/gnome/gexiv2/Portfile

devans at macports.org devans at macports.org
Sat Nov 1 10:11:32 PDT 2014


Revision: 127710
          https://trac.macports.org/changeset/127710
Author:   devans at macports.org
Date:     2014-11-01 10:11:32 -0700 (Sat, 01 Nov 2014)
Log Message:
-----------
gexiv2: drop +python32 +python33 variants, default to optional +python27 +python34.

Modified Paths:
--------------
    trunk/dports/gnome/gexiv2/Portfile

Modified: trunk/dports/gnome/gexiv2/Portfile
===================================================================
--- trunk/dports/gnome/gexiv2/Portfile	2014-11-01 14:51:37 UTC (rev 127709)
+++ trunk/dports/gnome/gexiv2/Portfile	2014-11-01 17:11:32 UTC (rev 127710)
@@ -5,6 +5,7 @@
 
 name            gexiv2
 version         0.10.2
+revision        1
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     gexiv2 is a GObject-based wrapper around the exiv2 library.
@@ -46,30 +47,16 @@
 
 # one each of python2 python3 allowed
 
-variant python27 description {Build with support for Python 2.7} {
+variant python27 description {Build Python2 bindings using Python 2.7} {
     depends_lib-append      port:py27-gobject3
     configure.env-append    PYTHON2=${prefix}/bin/python2.7
 }
 
-variant python32 conflicts python33 python34 description {Build with support for Python 3.2} {
-    depends_lib-append      port:py32-gobject3
-    configure.env-append    PYTHON3=${prefix}/bin/python3.2
-}
-
-variant python33 conflicts python32 python34 description {Build with support for Python 3.3} {
-    depends_lib-append      port:py33-gobject3
-    configure.env-append    PYTHON3=${prefix}/bin/python3.3
-}
-
-variant python34 conflicts python32 python33 description {Build with support for Python 3.4} {
+variant python34 description {Build Python3 bindings using Python 3.4} {
     depends_lib-append      port:py34-gobject3
     configure.env-append    PYTHON3=${prefix}/bin/python3.4
 }
 
-if {![variant_isset python32] & ![variant_isset python34]} {
-    default_variants +python33
-}
+default_variants +python27 +python34
 
-default_variants +python27
-
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141101/61d63573/attachment.html>


More information about the macports-changes mailing list