[113855] trunk/dports/gnome/at-spi/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/gnome/at-spi/Portfile

Modified: trunk/dports/gnome/at-spi/Portfile
===================================================================
--- trunk/dports/gnome/at-spi/Portfile	2013-11-24 22:13:59 UTC (rev 113854)
+++ trunk/dports/gnome/at-spi/Portfile	2013-11-24 22:14:02 UTC (rev 113855)
@@ -42,15 +42,7 @@
                     --x-libraries=${prefix}/lib \
                     --disable-schemas-install
 
-variant python25 conflicts python26 python27 description {Use python 2.5} {
-    configure.python        ${prefix}/bin/python2.5
-    depends_lib-append      port:py25-gnome
-    post-patch {
-        reinplace "s|__MP_PYTHON_EXEC_DIR__|${prefix}//Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages|" ${worksrcpath}/pyatspi/Makefile.in
-    }
-}
-
-variant python26 conflicts python25 python27 description {Use python 2.6} {
+variant python26 conflicts python27 description {Use python 2.6} {
     configure.python        ${prefix}/bin/python2.6
     depends_lib-append      port:py26-gnome
     post-patch {
@@ -58,7 +50,7 @@
     }
 }
 
-variant python27 conflicts python25 python26 description {Use python 2.7} {
+variant python27 conflicts python26 description {Use python 2.7} {
     configure.python        ${prefix}/bin/python2.7
     depends_lib-append      port:py27-gnome
     post-patch {
@@ -66,7 +58,7 @@
     }
 }
 
-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/4eab3726/attachment.html>


More information about the macports-changes mailing list