Enlightenment CVS committal

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

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


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-epsilon/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- README      31 Oct 2007 00:06:43 -0000      1.1
+++ README      5 Nov 2007 22:10:24 -0000       1.2
@@ -7,7 +7,7 @@
  * Ecore >= 0.9.9.041 (indirect, Epsilon dependency)
  * Python-Evas
  * Python-Ecore
- * 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-epsilon/setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- setup.py    31 Oct 2007 00:06:43 -0000      1.1
+++ setup.py    5 Nov 2007 22:10:24 -0000       1.2
@@ -74,6 +74,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-epsilon',



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