Commit Graph

2 Commits

Author SHA1 Message Date
Martin Jansa
153fd8a5a9 python-efl: Upgrade to 1.12.0
* announcement
  https://phab.enlightenment.org/phame/post/view/98/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17 12:56:21 +01:00
Martin Jansa
af2c0e4af1 python-efl: add git version
* 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>
2014-07-24 15:31:50 +02:00