aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-efl_git.bb
AgeCommit message (Collapse)Author
2014-12-17python-efl: Upgrade to 1.12.0Martin Jansa
* announcement https://phab.enlightenment.org/phame/post/view/98/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-24python-efl: add git versionMartin Jansa
* the tarball is missing .pxd files and re-building with our python-cython fails with: | Compiling efl/elementary/scroller.pyx because it depends on /OE | Error compiling Cython file: | ------------------------------------------------------------ | ... | from libc.stdint cimport uintptr_t | import traceback | from efl.eo cimport Eo, PY_REFCOUNT | from efl.utils.conversions cimport _ctouni | from cpython cimport Py_INCREF, Py_DECREF | cimport efl.ecore.enums as enums | ^ | ------------------------------------------------------------ | | efl/ecore/__init__.pyx:221:8: 'efl.ecore.enums.pxd' not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>