diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-06 02:10:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-06 02:10:11 +0000 |
commit | e203b1cf44b85adca325d738260900802add79db (patch) | |
tree | 0e275fc6b687d7595a05fdf9baa029063dc33444 /packages/python/python-efl.bb | |
parent | 07c807daa501de0fe5efba51941635917dd72592 (diff) |
python-efl:
* add metapackage
* switch to cython
* catch up with cvs changes
* add python-epsilon
Diffstat (limited to 'packages/python/python-efl.bb')
-rw-r--r-- | packages/python/python-efl.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/python/python-efl.bb b/packages/python/python-efl.bb new file mode 100644 index 0000000000..c667ceff11 --- /dev/null +++ b/packages/python/python-efl.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" +LICENSE = "MIT" +SECTION = "devel/python" +DEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon" + +ALLOW_EMPTY = "1" + |