[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-elementary-1.7.0.tar.bz2 4547046 SHA256 63052f8428d725599a0a2765fe48a21e695c66599ec1dcce0a909db440d2216b SHA512 642e99843f3883c837ad10d7a81ab571a45b481441c8a9f98582018f82a41aa579ea0274e80bead86bf774d964141625c0be7c4ae8746e53cb150dc1a6819bc9 WHIRLPOOL 0e32fbf52fadfe7a30de5f1929023b730ae65ec6af29cf789c88de00ff650bfdd061000285e0ef27d57058452ab42dc7695ee12b4632ca14db424262d00b5d78
@@ -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="bindings for Elementary"
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/elementary-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
}