[dev-python/python-e*] Add python deps for net-misc/econnman

This commit is contained in:
Joost Ruis
2013-04-14 19:47:20 +00:00
parent 0bb730bad1
commit fdf8914c55
8 changed files with 127 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DIST python-ecore-1.7.0.tar.bz2 694919 SHA256 45d374ffab243b561718897e4eac9aadc1e7ce6e34321a3e728a5f6d07d1e9b6 SHA512 09517822b23f6f2fe432900f5a18c133c514f6cc8d3a64676e49c096d2eac00269d677d10bbb2c069725d44526d4dccffb827a096ae758df973131d4cfd8ab72 WHIRLPOOL 91c327acec236862aa7c891bb55fc9d2f1ebfa25e79aaa714fe41b37473ab2318f1d0bcbd85f0527700a4a42c5cbb560b3e6449d7d8a00b590f2796851369438
@@ -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="Python2 bindings for Ecore"
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=">=dev-libs/ecore-1.7.5
=dev-python/python-evas-${PV}"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-python/cython"
S="${WORKDIR}/${P}"
pkg_setup() {
python_set_active_version 2
}