Enlightenment CVS committal

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

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


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-edje/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README      30 Sep 2007 22:35:31 -0000      1.4
+++ README      5 Nov 2007 22:08:46 -0000       1.5
@@ -9,7 +9,7 @@
  * Ecore >= 0.9.9.040   (indirect, Edje dependency)
  * Evas >= 0.9.9.040
  * Python-Evas
- * 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-edje/setup.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- setup.py    4 Oct 2007 19:21:33 -0000       1.9
+++ setup.py    5 Nov 2007 22:08:46 -0000       1.10
@@ -95,6 +95,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-edje',



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