blob: 771c9fca40f4739eeb033ad9b607dada08112852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NEED_PYTHON="2.4"
ESVN_SUB_PROJECT="BINDINGS/python"
inherit enlightenment distutils
DESCRIPTION="Python bindings for EVAS library"
HOMEPAGE="http://www.enlightenment.org/"
LICENSE="LGPL-2.1"
IUSE=""
RDEPEND=">=x11-libs/evas-9999
dev-libs/eina"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9.0
>=dev-python/cython-0.9.6.12
dev-python/pyrex
dev-python/setuptools"
src_unpack() {
enlightenment_src_unpack
}
|