Enlightenment CVS committal Author : ulisses Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-emotion 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-emotion/README,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- README 30 Sep 2007 22:43:10 -0000 1.5 +++ README 5 Nov 2007 22:11:45 -0000 1.6 @@ -7,7 +7,7 @@ * Evas >= 0.9.9.040 (indirect, Emotion dependency) * Ecore >= 0.9.9.040 (indirect, Emotion dependency) * 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-emotion/setup.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- setup.py 4 Oct 2007 19:21:33 -0000 1.8 +++ setup.py 5 Nov 2007 22:11:45 -0000 1.9 @@ -62,6 +62,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-emotion', ------------------------------------------------------------------------- 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