python-efl/efl/utils
Davide Andreoli 16fa850f24 Fix for cython 0.25
New cython do not like our cdef @DEPRECATED decorator implementation,
I'm not able to fix it, so I just rewrite it in pure python.

The new one is a bit simpler, it do not print the source file anymore,
but still augment the documentation.

Tested with Cython 0.24.1 and 0.25.1 on both python 2.7 and 3.5, hope is enough.

#IHateCython
2016-11-05 11:42:26 +01:00
..
__init__.py Change the _METHOD_DEPRECATED function into a decorator. 2013-09-20 12:01:50 +03:00
conversions.pyx Bump copyright year 2016-08-13 01:13:30 +03:00
deprecated.pyx Fix for cython 0.25 2016-11-05 11:42:26 +01:00
logger.pyx Fix usage of EINA_LOG_* functions 2016-10-14 22:45:32 +02:00
setup.py Bump copyright year 2016-08-13 01:13:30 +03:00