[dev-python/python-evas] Required dep for dev-python/python-ecore

This commit is contained in:
Joost Ruis
2013-04-14 19:58:29 +00:00
parent fdf8914c55
commit cf5d5c4cd8
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DIST python-evas-1.7.0.tar.bz2 547194 SHA256 bc00ea23d4d3e9d6448c8a24f918f577cf3c2b25636f36b76b2ed2e3a74d42f5 SHA512 1adcaa2eb3c0e9c0910aa285b317081022b9e9e4e4c4dd36acb44e8897fa1115f441c9d5ad99553bf10de99e19cafc1d3996a20e8027692b635b95ed824dd65c WHIRLPOOL ef6b7786babe5d27a0fe531d45044b68e9d0ed68929e8cfb834ade00ac0548ee4d010cf5530f04994f598467c948eb0b3e51aa423758f6c07cb6a5b4f42931da
@@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="Python bindings for Evas"
HOMEPAGE="http://www.enlightenment.org/"
SRC_URI="http://download.enlightenment.org/releases/BINDINGS/python/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=media-libs/evas-1.7.6[eet]
>=dev-libs/eina-1.7.4"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-python/cython"
S="${WORKDIR}/${P}"
pkg_setup() {
python_set_active_version 2
}