Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
Date: Mon, 26 Jun 2017 09:53:37
Message-Id: 1498470805.48fcb0a1ec82ca8de1a3dc42892da7e3976fef3d.zmedico@gentoo
1 commit: 48fcb0a1ec82ca8de1a3dc42892da7e3976fef3d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 09:38:56 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 09:53:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fcb0a1
7
8 dev-python/aiohttp: version bump to 2.2.0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/aiohttp/Manifest | 1 +
13 dev-python/aiohttp/aiohttp-2.2.0.ebuild | 58 +++++++++++++++++++++++++++++++++
14 2 files changed, 59 insertions(+)
15
16 diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
17 index 5f44c2adea7..264d210c3ef 100644
18 --- a/dev-python/aiohttp/Manifest
19 +++ b/dev-python/aiohttp/Manifest
20 @@ -8,3 +8,4 @@ DIST aiohttp-1.1.5.tar.gz 577346 SHA256 8f4c31a10b0a96667ac8a13e3756a3505e040c42
21 DIST aiohttp-1.2.0.tar.gz 589818 SHA256 b2fa11df067207ff15813be84b78910f6f9d897f02e9c345993b9962802a6bea SHA512 4101f0aad0d6bb8caf931dbd7f9e07bfdaa445796af92c84ea999538c2767f3cd62740ea9c7e07f255eb57b52e967e5343461809a5d5f4e8b12cd4383753bd77 WHIRLPOOL 239f802ce1dde24b3e1c6fba39357822564256f1aae167b44164d9bab3e67113400534df0835ca6b5245b8229dcab752149774c7adde1e1aef2a0f549d2d33ad
22 DIST aiohttp-1.3.3.tar.gz 526273 SHA256 103433f594442b98ed4af9db02331e548a0ef2d4cfd02207ea24ed9eb85862e4 SHA512 39342270f615f7e5e01889ad50ccb60335151e94631007b105acda9930038d2fb66128469ca44043280c9f737130e2361129e2fa1c857a7654a1151b98a19a69 WHIRLPOOL c6689d990f31ce45e012ca26a459993505d264fdb36f87481588eb747e5cd5c5aa38dd2e08c10f2d9b7bfd16622a7b312e08c7fb7c33929e0bdf872fac2e92bf
23 DIST aiohttp-2.1.0.tar.gz 748642 SHA256 3e80d944e9295b1360e422d89746b99e23a99118420f826f990a632d284e21df SHA512 bd8eea366d380b88ba2c88d2aab722cd0970d2239dd0057cf4596f472a1b1bf38aebbd6cc707379ad9b5f901f93a56c1c4dd32584cb2636af0e013aa11388e25 WHIRLPOOL 45cf17ea7db2eb385d922cd4cdf5aac40244939066a6632f453fa2545fe1a73dfe0d0c43c3dcd60936a403174a69a8fd027dae2e55fc901594d388bd4b5c4cc3
24 +DIST aiohttp-2.2.0.tar.gz 781951 SHA256 1558ba6896c2ed4e1b3cbdc4ba479b4a03a0c1433af2fe23704d2959a0c5191e SHA512 547f7484651aa5df43174cede2537c120ebf10b913ab506cdcbbe8d8702492a9e3374cf772c5d11969ca7a7e3d2602d794e98878ed43d05ae4a8324613138ea4 WHIRLPOOL 5c97f0ccbc2015e6fb7ac31ff0539d123c445673b4444d7ab3b5098c94496b42b8880b8612e6bf3ee0604309aed4ec5d80c3020ed940cd28df0adac5cff28720
25
26 diff --git a/dev-python/aiohttp/aiohttp-2.2.0.ebuild b/dev-python/aiohttp/aiohttp-2.2.0.ebuild
27 new file mode 100644
28 index 00000000000..c19a47198da
29 --- /dev/null
30 +++ b/dev-python/aiohttp/aiohttp-2.2.0.ebuild
31 @@ -0,0 +1,58 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +
37 +PYTHON_COMPAT=( python3_{4,5,6} )
38 +
39 +inherit distutils-r1 vcs-snapshot
40 +
41 +DESCRIPTION="http client/server for asyncio"
42 +HOMEPAGE="https://pypi.python.org/pypi/aiohttp"
43 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
44 +EGIT_REPO_URI="https://github.com/aio-libs/aiohttp"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE="doc test"
50 +
51 +CDEPEND="
52 + dev-python/async_timeout[${PYTHON_USEDEP}]
53 + dev-python/chardet[${PYTHON_USEDEP}]
54 + >=dev-python/multidict-2.1.4[${PYTHON_USEDEP}]
55 + >=dev-python/yarl-0.10[${PYTHON_USEDEP}]
56 +"
57 +DEPEND="
58 + dev-python/setuptools[${PYTHON_USEDEP}]
59 + dev-python/cython[${PYTHON_USEDEP}]
60 + doc? (
61 + >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
62 + dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
63 + dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
64 + dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
65 + dev-python/sphinx[${PYTHON_USEDEP}]
66 + )
67 + test? (
68 + ${CDEPEND}
69 + dev-python/pytest[${PYTHON_USEDEP}]
70 + dev-python/pytest-mock[${PYTHON_USEDEP}]
71 + dev-python/pytest-timeout[${PYTHON_USEDEP}]
72 + www-servers/gunicorn[${PYTHON_USEDEP}]
73 + )
74 +"
75 +RDEPEND="${CDEPEND}"
76 +
77 +python_compile_all() {
78 + use doc && emake -C docs html
79 +}
80 +
81 +python_test() {
82 + PYTHONPATH="${PWD}:${PYTHONPATH}" ${PYTHON} -m pytest tests/ || die "Tests failed under ${EPYTHON}"
83 +}
84 +
85 +python_install_all() {
86 + use doc && local HTML_DOCS=( docs/_build/html/. )
87 +
88 + distutils-r1_python_install_all
89 +}