[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-edje-1.7.0.tar.bz2 763206 SHA256 b1eb7be4dea099752c587baa4747d8100de6cead256ffea22a6cc0e88c4e8786 SHA512 356aa42af3075eb5598e78c15329b42de69048012f880b0079d62a991e66363bef87cd549631d5a2184bdf962841f9690152271275b36ff695bd183e41a177ae WHIRLPOOL b6b2ec107bd18e5bd727a88fe969bb172db6f30931452708f67e3888ffef4eb5e13cae45b3275e7d2460124120a2ee832342f52c46bddf4d082a38e3911ffaf8
@@ -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 Edje"
HOMEPAGE="http://www.enlightenment.org/"
SRC_URI="http://download.enlightenment.org/releases/BINDINGS/python/${P}.tar.bz2"
LICENSE="LGPL2.1"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=media-libs/edje-1.7.4
=dev-python/python-evas-${PV}"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-python/cython"
S="${WORKDIR}/${P}"
pkg_setup() {
python_set_active_version 2
}