| 1 | # Copyright 1999-2009 Gentoo Foundation |
|---|
| 2 | # Distributed under the terms of the GNU General Public License v2 |
|---|
| 3 | # $Header: $ |
|---|
| 4 | |
|---|
| 5 | inherit enlightenment_svn-python |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION="Python bindings for EDJE library" |
|---|
| 8 | HOMEPAGE="http://www.enlightenment.org/" |
|---|
| 9 | |
|---|
| 10 | LICENSE="GPL" |
|---|
| 11 | SLOT="0" |
|---|
| 12 | KEYWORDS="~arm ~amd64 ~x86" |
|---|
| 13 | IUSE="" |
|---|
| 14 | |
|---|
| 15 | RDEPEND=">=media-libs/edje-0.9.92.043 |
|---|
| 16 | >=x11-libs/evas-0.9.9.043 |
|---|
| 17 | dev-python/python-evas" |
|---|
| 18 | |
|---|
| 19 | DEPEND=">=dev-python/setuptools-0.6_rc3 |
|---|
| 20 | >=dev-python/cython-0.9.8 |
|---|
| 21 | >=dev-lang/python-2.4" |
|---|
| 22 | |
|---|
| 23 | E17_PATCHES="0001-fix-unicode-conversion.patch" |
|---|