[113769] trunk/dports/devel/gtk-osx-application/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:39:09 PST 2013


Revision: 113769
          https://trac.macports.org/changeset/113769
Author:   sean at macports.org
Date:     2013-11-23 08:39:09 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
gtk-osx-application: remove python25 variant due to py-pygtk bump

Modified Paths:
--------------
    trunk/dports/devel/gtk-osx-application/Portfile

Modified: trunk/dports/devel/gtk-osx-application/Portfile
===================================================================
--- trunk/dports/devel/gtk-osx-application/Portfile	2013-11-23 16:39:06 UTC (rev 113768)
+++ trunk/dports/devel/gtk-osx-application/Portfile	2013-11-23 16:39:09 UTC (rev 113769)
@@ -7,6 +7,7 @@
 name            gtk-osx-application
 conflicts       ige-mac-integration
 version         2.0.1
+revision        1
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel
@@ -51,20 +52,8 @@
   }
 }
 
-variant python25 conflicts python26 description {Use Python 2.5} {
-    # no gtk3 code because gtk3 + python25 not supported
-    depends_lib-append port:py25-pygtk
-    set python_prefix           ${frameworks_dir}/Python.framework/Versions/2.5
+variant python26 conflicts python27 description {Use Python 2.6} {
 
-    configure.python            ${python_prefix}/bin/python2.5
-    configure.env-append        PYGTK_CODEGEN=${python_prefix}/bin/pygtk-codegen-2.0
-    configure.env-append        PYGOBJECT_CODEGEN=${python_prefix}/bin/pygobject-codegen-2.0
-    configure.pkg_config_path   ${python_prefix}/lib/pkgconfig/
-    configure.pre_args          --prefix=${python_prefix}
-}
-
-variant python26 conflicts python25 description {Use Python 2.6} {
-
     if {[variant_isset gtk3]} {
 
     	depends_lib-append port:py26-gobject3
@@ -86,7 +75,7 @@
 
 }
 
-variant python27 conflicts python26 conflicts python25 description {Use Python 2.7} {
+variant python27 conflicts python26 description {Use Python 2.7} {
 
     if {[variant_isset gtk3]} {
 
@@ -113,13 +102,12 @@
 variant no_python description {Don't build python bindings, don't require any python} {
 }
 
-if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27] && ![variant_isset no_python]} {
+if {![variant_isset python26] && ![variant_isset python27] && ![variant_isset no_python]} {
     default_variants +python27
 }
 
 
-# gtk3 conflicts with python25 because PyGObject3 is not compatible with python 2.5
-variant gtk3 conflicts python25 description {Use gtk3} {
+variant gtk3 description {Use gtk3} {
     
     depends_lib-append port:gtk3
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/123cb4b3/attachment.html>


More information about the macports-changes mailing list