Enlightenment CVS committal

Author  : ulisses
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-evas


Modified Files:
        README setup.py 


Log Message:
Updating to use newer Cython (0.9.6.8).

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README      30 Sep 2007 21:57:17 -0000      1.4
+++ README      5 Nov 2007 21:47:48 -0000       1.5
@@ -4,7 +4,7 @@
 ============
 
  * Evas >= 0.9.9.040
- * Cython from Mercurial repository (http://www.cython.org/hg/)
+ * Cython >= 0.9.6.8
  * Python >= 2.4
  * Python-setuptools >= 0.6_rc3
 
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/setup.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- setup.py    4 Oct 2007 19:21:33 -0000       1.18
+++ setup.py    5 Nov 2007 21:47:48 -0000       1.19
@@ -94,6 +94,7 @@
     def finalize_options(self):
         build_ext.finalize_options(self)
         self.include_dirs.insert(0, 'include')
+        self.pyrex_include_dirs.extend(self.include_dirs)
 
 
 class evas_install_headers(install_headers):



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to