[113854] trunk/dports/devel/gnome-bindings-python/Portfile

sean at macports.org sean at macports.org
Sun Nov 24 14:13:59 PST 2013


Revision: 113854
          https://trac.macports.org/changeset/113854
Author:   sean at macports.org
Date:     2013-11-24 14:13:59 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
gnome-bindings-python: remove python25 variant due to py25-gnome removal

Modified Paths:
--------------
    trunk/dports/devel/gnome-bindings-python/Portfile

Modified: trunk/dports/devel/gnome-bindings-python/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-python/Portfile	2013-11-24 22:13:55 UTC (rev 113853)
+++ trunk/dports/devel/gnome-bindings-python/Portfile	2013-11-24 22:13:59 UTC (rev 113854)
@@ -20,15 +20,7 @@
 
 homepage        http://www.gnome.org/
 
-variant python25 conflicts python26 python27 description {Build bindings for Python 2.5} {
-    depends_lib port:py25-atspi \
-                port:py25-gnome \
-                port:py25-gobject \
-                port:py25-pygtk \
-                port:py25-orbit
-}
-
-variant python26 conflicts python25 python27 description {Build bindings for Python 2.6} {
+variant python26 conflicts python27 description {Build bindings for Python 2.6} {
     depends_lib port:py26-atspi \
                 port:py26-gnome \
                 port:py26-gobject \
@@ -36,7 +28,7 @@
                 port:py26-orbit
 }
 
-variant python27 conflicts python25 python26 description {Build bindings for Python 2.7} {
+variant python27 conflicts python26 description {Build bindings for Python 2.7} {
     depends_lib port:py27-atspi \
                 port:py27-gnome \
                 port:py27-gobject \
@@ -44,7 +36,7 @@
                 port:py27-orbit
 }
 
-if {![variant_isset python25] && ![variant_isset python26]} {
+if {![variant_isset python26]} {
     default_variants +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/7a25c865/attachment.html>


More information about the macports-changes mailing list