Ticket #222: python-edje-99999999.ebuild

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