[72427] trunk/dports/python/py27-notify-python

elelay at macports.org elelay at macports.org
Thu Oct 14 10:29:12 PDT 2010


Revision: 72427
          http://trac.macports.org/changeset/72427
Author:   elelay at macports.org
Date:     2010-10-14 10:29:10 -0700 (Thu, 14 Oct 2010)
Log Message:
-----------
define __PyGObject_API once (in pynotify.c)
specify python 2.7 in configure

Modified Paths:
--------------
    trunk/dports/python/py27-notify-python/Portfile

Removed Paths:
-------------
    trunk/dports/python/py27-notify-python/files/patch-src-pynotify-c.diff

Modified: trunk/dports/python/py27-notify-python/Portfile
===================================================================
--- trunk/dports/python/py27-notify-python/Portfile	2010-10-14 16:33:40 UTC (rev 72426)
+++ trunk/dports/python/py27-notify-python/Portfile	2010-10-14 17:29:10 UTC (rev 72427)
@@ -31,13 +31,13 @@
                     rmd160  52f5b5cc7c01be32525db7a2edc0f3dee41911ef
 
 depends_lib         port:libnotify\
-                    port:py26-gtk
+                    port:py27-gtk
 
-patchfiles			patch-src-pynotifymodule-c.diff\
-					patch-src-pynotify-c.diff
+patchfiles			patch-src-pynotifymodule-c.diff
                     
 set my_python "${frameworks_dir}/Python.framework/Versions/2.7"
 
+configure.python    ${my_python}/bin/python
 configure.pkg_config_path   ${my_python}/lib/pkgconfig
 configure.pre_args	--prefix=${my_python}
     

Deleted: trunk/dports/python/py27-notify-python/files/patch-src-pynotify-c.diff
===================================================================
--- trunk/dports/python/py27-notify-python/files/patch-src-pynotify-c.diff	2010-10-14 16:33:40 UTC (rev 72426)
+++ trunk/dports/python/py27-notify-python/files/patch-src-pynotify-c.diff	2010-10-14 17:29:10 UTC (rev 72427)
@@ -1,10 +0,0 @@
---- src/pynotify.c.old	2010-09-15 21:20:07.000000000 +0200
-+++ src/pynotify.c	2010-09-15 21:20:39.000000000 +0200
-@@ -7,6 +7,7 @@
- #line 3 "pynotify.override"
- #include <Python.h>
- #include <libnotify/notify.h>
-+#define NO_IMPORT_PYGOBJECT
- #include "pygobject.h"
- 
- typedef struct
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101014/caa20ea9/attachment.html>


More information about the macports-changes mailing list