[Pkg-e-commits] [SCM] Python bindings for Edje branch, upstream+patches, created. fa12a33b5a3c0e86231ca84967d9eff456e5f314

Jan Luebbe jluebbe at debian.org
Sat Aug 9 19:10:09 UTC 2008


The branch, upstream+patches has been created
        at  fa12a33b5a3c0e86231ca84967d9eff456e5f314 (commit)

- Shortlog ------------------------------------------------------------
commit fa12a33b5a3c0e86231ca84967d9eff456e5f314
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Sat Aug 9 18:30:04 2008 +0200

    fix unicode conversion

commit 09b4cd73c36d6facae5b2e40b0304a01abeedf93
Merge: 852ce0f19f49184efb57867f2116016b89d5e74e d19980e24afb0f2a2081ea2c9fc99c12f0ec9bc8
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Mon Aug 4 15:26:52 2008 +0200

    Merge commit 'upstream/0.2.1+dfsg' into upstream

commit 852ce0f19f49184efb57867f2116016b89d5e74e
Merge: b37d0065dc1b719866608665c84e334864fcfc1d 8cbfdd270018e13f08603d162acef716cabfb4aa
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Mon Aug 4 15:26:47 2008 +0200

    Use new upstream-vcs branch
    
    Merge commit 'upstream/0.2.1' into upstream

commit b37d0065dc1b719866608665c84e334864fcfc1d
Author: cmarcelo <cmarcelo>
Date:   Sat Jul 26 21:59:57 2008 +0000

    python-efl: support for Cython 0.9.8 (stable version as of today).
    
    Added the missing __init__.py files to include directories (so Cython
    see/include them like Python packages, but with cimport). This
    shouldn't break older Cython versions.
    
    However in not so far future we intend to require 0.9.8 since it will
    allow to get rid of those insane filenames with namespaces like
    "evas.c_evas.pyx" or "ecore.evas.c_ecore_evas.pyx".

commit 2c8c24c774bd64acf04942d5ca972900d9c1992c
Author: cmarcelo <cmarcelo>
Date:   Wed Mar 26 21:14:11 2008 +0000

    Python-Efl: Better parsing of output from pkg-config in setup.py.
    
    Append everything that starts with "-Wl," into extra_link_args and
    other flags into extra_compile_args. Also prints the used flags for
    debugging purposes.

commit f25ca1b6a8c0c339ed6f462b3df610a985d8d54d
Author: barbieri <barbieri>
Date:   Fri Feb 15 21:06:25 2008 +0000

    Bump python-efl version.

commit 3f3f42a42384c36888a5e8efbd63f288b450e210
Author: barbieri <barbieri>
Date:   Fri Feb 8 21:27:31 2008 +0000

    Replace commands (unix only) with subprocess.

commit 177204701e850a9526a01dfd1966a3b9d4c059c9
Author: barbieri <barbieri>
Date:   Tue Feb 5 19:32:16 2008 +0000

    Missing member_add()

commit 148c2f7fbd4ec694bc64f2cca760ae18fad885cc
Author: barbieri <barbieri>
Date:   Sat Feb 2 18:01:05 2008 +0000

    Edje swallow example

commit fc397ccee08ae87c639118fb447942c01fd79429
Author: barbieri <barbieri>
Date:   Tue Jan 29 15:47:32 2008 +0000

    Support -D in pkg-config flags, avoid failing on unknown flags.
    
    Thanks to Vincent (caro) for reporting.

commit 37a469b86595c3d2343bb561ddf222854a40d90c
Author: ulisses <ulisses>
Date:   Mon Nov 5 22:08:46 2007 +0000

    Updating to use newer Cython (0.9.6.8).

commit 1d3a55d2b9af4cd127f9aa58762aa8a4ec982d31
Author: barbieri <barbieri>
Date:   Mon Nov 5 20:40:48 2007 +0000

    .cvsignore++

commit 6880711c8430df96dc162223d77771170089b410
Author: ulisses <ulisses>
Date:   Sat Oct 20 22:19:34 2007 +0000

    Testing for basestring instance to support all string types.

commit db9d9feb50cfe8a23705c7574fd3a4ea1719a420
Author: ulisses <ulisses>
Date:   Mon Oct 8 15:15:58 2007 +0000

    More metaclass work.
    
     - changed EdjeMeta to EdjeObjectMeta and moved to edje object's .pxi
     - fixed EdjeObjectMeta to inherit from EvasObjectMeta (and not EvasMeta)
     - removed specific function to install metaclass (we just need one)

commit 1e2829ece5fe2664bd40d46a156c3db7c1ff121b
Author: ulisses <ulisses>
Date:   Mon Oct 8 00:04:08 2007 +0000

    Adding metaclass to extension types to optimize register of decorated methods.

commit e61b518a7ebf00a4e605144d6a3adcdfc3ff8bca
Author: barbieri <barbieri>
Date:   Thu Oct 4 19:21:33 2007 +0000

    Reorder include paths to avoid using old ones installed on the system.

commit 9fc66d3a8a5d72c15115f565f12fbee667d907f0
Author: barbieri <barbieri>
Date:   Tue Oct 2 01:18:31 2007 +0000

    Scripts to help build system.

commit cbe350eea84d7e9ec091e4bb3f247d93813bc180
Author: barbieri <barbieri>
Date:   Mon Oct 1 06:34:28 2007 +0000

    Edje docs.

commit 619a2a2271831a1abca6f37564a4a5cc4396b569
Author: ulisses <ulisses>
Date:   Mon Oct 1 04:36:47 2007 +0000

    Make python-edje thread-safe.
    
     - acquiring/releasing GIL using 'with GIL' annotation
     - bumped version number

commit 87d4fafa118c88eb62a444e15406352acf308344
Author: ulisses <ulisses>
Date:   Mon Oct 1 03:44:23 2007 +0000

    Fix python-efl manifest files.

commit 5931d76895c6963e43fc6a07d3bf7ba74b3020ff
Author: ulisses <ulisses>
Date:   Sun Sep 30 22:35:31 2007 +0000

    Organized and changed code to use Cython instead of Pyrex.
    
     - moved headers (.pxd) to include directory
     - changed README and setup.py to use Cython
     - using python.pxd from python-evas
     - fixed namespace issue

-----------------------------------------------------------------------

-- 
Python bindings for Edje



More information about the Pkg-e-commits mailing list