[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-e_dbus-1.7.0.tar.bz2 247318 SHA256 78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b SHA512 8d16d35983196b472e04b50cfdb840b06dad2cfc3ef5a299babf3df50c101cc30a9d9cc31ad09509aceb073f5252f249122cecd864397bbca21b00d23d5a2977 WHIRLPOOL 756444fd44f32e8b99a16f18f27f42d36697ad7351edb4357f66972309ff49b19428e4a19768ca348470c785de622c7f49089a6bbad7f603443207ad9d36f6c2
@@ -0,0 +1,30 @@
# 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 E_Dbus"
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/e_dbus-1.7.5
dev-python/dbus-python"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S="${WORKDIR}/${P}"
pkg_setup() {
python_set_active_version 2
}