Enlightenment CVS committal

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

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


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-ecore/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- README      30 Sep 2007 22:18:51 -0000      1.6
+++ README      5 Nov 2007 22:05:54 -0000       1.7
@@ -5,7 +5,7 @@
 
  * Evas >= 0.9.9.040
  * Ecore >= 0.9.9.040
- * Cython from Mercurial repository (http://www.cython.org/hg/)
+ * Cython >= 0.9.6.8
  * Python-Evas
  * Python >= 2.4
  * Python-setuptools >= 0.6_rc3
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/setup.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- setup.py    5 Nov 2007 21:50:55 -0000       1.17
+++ setup.py    5 Nov 2007 22:05:54 -0000       1.18
@@ -103,6 +103,7 @@
     def finalize_options(self):
         build_ext.finalize_options(self)
         self.include_dirs.insert(0, 'include')
+        self.pyrex_include_dirs.extend(self.include_dirs)
 
 
 setup(name='python-ecore',



-------------------------------------------------------------------------
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