[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
}
+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
}
+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
}
+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
}