Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-python/grequests/
Date: Mon, 30 Jul 2012 15:05:10
Message-Id: 1343660689.b41b91354d47d36548a6f4e23fda19cb484482b7.ultrabug@gentoo
1 commit: b41b91354d47d36548a6f4e23fda19cb484482b7
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 15:04:49 2012 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 15:04:49 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=b41b9135
7
8 add dev-python/grequests ebuild by Lujeni
9
10 ---
11 dev-python/grequests/Manifest | 2 ++
12 dev-python/grequests/grequests-0.1.0.ebuild | 22 ++++++++++++++++++++++
13 2 files changed, 24 insertions(+), 0 deletions(-)
14
15 diff --git a/dev-python/grequests/Manifest b/dev-python/grequests/Manifest
16 new file mode 100644
17 index 0000000..5c95668
18 --- /dev/null
19 +++ b/dev-python/grequests/Manifest
20 @@ -0,0 +1,2 @@
21 +DIST grequests-0.1.0.tar.gz 2424 SHA256 73fa312f3d4b62f038a44c0a56cd3b27973b57208befbaaf96db3683fa02e2b9 SHA512 ee64b777c97825a6fc7fdc160d63efc2bbbd6f5049c0a76d73bf30874bb32c034c2b000394d8862b29c98ac3a8da651669878e5929f20d226238636bb73ede31 WHIRLPOOL 08c5e85793e7868511f4d6d312e57e68255bba216d87d4247039cf517b6848b795c76705bb403ce1c170033f6652d7a2362946f6b30697b7122164a8e9d88106
22 +EBUILD grequests-0.1.0.ebuild 530 SHA256 e7ce5f6876b8e577f69f7c326599f9abaef15df4494f8140c50b6573417257bd SHA512 480eba36d2dbf94c61b10cd983e7150f0b4a2b5c6f6bcc71f2468e2eda5059866664d853bfd7fbff8432dff011f3ef6e5ab421ba93bcb649e2e5f0e66c43fd6c WHIRLPOOL 905bf967ffdf828cb73eae8c80122b4f0893cf4ae4ecb2e9c9a925c262bc24efc524e2adc59992daa6ee4d0af574788c5651c324086dcde9cb50c736a6f4596a
23
24 diff --git a/dev-python/grequests/grequests-0.1.0.ebuild b/dev-python/grequests/grequests-0.1.0.ebuild
25 new file mode 100644
26 index 0000000..583abfb
27 --- /dev/null
28 +++ b/dev-python/grequests/grequests-0.1.0.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2012 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Header:
33 +
34 +EAPI="4"
35 +PYTHON_DEPEND="*:2.6"
36 +SUPPORT_PYTHON_ABIS="1"
37 +RESTRICT_PYTHON_ABIS="2.4 2.5"
38 +
39 +DESCRIPTION="GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily."
40 +HOMEPAGE="https://crate.io/packages/grequests"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND="dev-python/gevent"
49 +RDEPEND="${DEPEND}"
50 +
51 +RESTRICT="test"