[33932] trunk/dports/python

gui_dos at macports.org gui_dos at macports.org
Thu Feb 7 14:40:17 PST 2008


Revision: 33932
          http://trac.macosforge.org/projects/macports/changeset/33932
Author:   gui_dos at macports.org
Date:     2008-02-07 14:40:04 -0800 (Thu, 07 Feb 2008)

Log Message:
-----------
new port: py25-pygtksourceview

Added Paths:
-----------
    trunk/dports/python/py25-pygtksourceview/
    trunk/dports/python/py25-pygtksourceview/Portfile

Added: trunk/dports/python/py25-pygtksourceview/Portfile
===================================================================
--- trunk/dports/python/py25-pygtksourceview/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pygtksourceview/Portfile	2008-02-07 22:40:04 UTC (rev 33932)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem      1.0
+
+name            py25-pygtksourceview
+version         2.0.0
+categories      python x11
+platforms       darwin
+maintainers     nomaintainer
+description     Python bindings for GtkSourceView2
+long_description ${description}
+
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/pygtksourceview/2.0/
+distname        pygtksourceview-${version}
+
+checksums       md5 40a3d34676d042d9ffc87f4c7ecf3035
+
+depends_build   port:pkgconfig \
+                port:libxslt
+depends_lib     port:py25-gtk \
+                port:gtksourceview2
+
+configure.python    ${prefix}/bin/python2.5
+
+platform darwin 9 {
+    post-patch {
+        reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/Makefile.in
+    }
+}


Property changes on: trunk/dports/python/py25-pygtksourceview/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080207/874a23eb/attachment.html


More information about the macports-changes mailing list