[60554] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Nov 15 11:14:46 PST 2009


Revision: 60554
          http://trac.macports.org/changeset/60554
Author:   jmr at macports.org
Date:     2009-11-15 11:14:43 -0800 (Sun, 15 Nov 2009)
Log Message:
-----------
New port: py26-pygtksourceview (#22125)

Modified Paths:
--------------
    trunk/dports/python/py26-pygtksourceview/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pygtksourceview/

Modified: trunk/dports/python/py26-pygtksourceview/Portfile
===================================================================
--- trunk/dports/python/py25-pygtksourceview/Portfile	2009-11-15 16:54:03 UTC (rev 60553)
+++ trunk/dports/python/py26-pygtksourceview/Portfile	2009-11-15 19:14:43 UTC (rev 60554)
@@ -3,12 +3,12 @@
 
 PortSystem      1.0
 
-name            py25-pygtksourceview
+name            py26-pygtksourceview
 version         2.6.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      python x11
 platforms       darwin
-maintainers     nomaintainer
+maintainers     nodamage.com:nodamage openmaintainer
 description     Python bindings for GtkSourceView2
 long_description ${description}
 
@@ -23,11 +23,15 @@
 depends_build   port:pkgconfig \
                 port:libxslt
 
-depends_lib     port:py25-gobject \
-                port:py25-gtk \
+depends_lib     port:py26-gobject \
+                port:py26-gtk \
                 port:gtksourceview2
 
-configure.python    ${prefix}/bin/python2.5
+configure.python    ${prefix}/bin/python2.6
+set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.6
+configure.pre_args  --prefix=${python_prefix}
+configure.args      --includedir=${python_prefix}/include/python2.6
+configure.pkg_config_path  ${python_prefix}/lib/pkgconfig:${prefix}/lib/pkgconfig
 
 platform darwin 9 {
     post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091115/97f4973d/attachment-0001.html>


More information about the macports-changes mailing list