[113731] trunk/dports/python/py-pygtk/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:36:49 PST 2013


Revision: 113731
          https://trac.macports.org/changeset/113731
Author:   sean at macports.org
Date:     2013-11-23 08:36:49 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
py-pygtk: remove 2.5 due to numpy update

Modified Paths:
--------------
    trunk/dports/python/py-pygtk/Portfile

Modified: trunk/dports/python/py-pygtk/Portfile
===================================================================
--- trunk/dports/python/py-pygtk/Portfile	2013-11-23 16:36:45 UTC (rev 113730)
+++ trunk/dports/python/py-pygtk/Portfile	2013-11-23 16:36:49 UTC (rev 113731)
@@ -7,10 +7,10 @@
 set my_name     pygtk
 name            py-${my_name}
 version         2.24.0
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
-python.versions 25 26 27
+python.versions 26 27
 
 categories-append \
                 x11
@@ -59,10 +59,6 @@
     configure.cflags-append     -I${python.prefix}/include
     configure.ldflags-append    -L${python.prefix}/lib
     configure.pkg_config_path   ${python.prefix}/lib/pkgconfig
-
-    if { ${python.version} == 25 } {
-        configure.cflags-append	-I${prefix}/include/pycairo
-    }
                 
     platform darwin 9 {
         post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/de37b601/attachment-0001.html>


More information about the macports-changes mailing list