Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
Date: Thu, 22 Sep 2022 10:29:10
Message-Id: 1663842541.3fef134c7b95a6ebaba6e265e41b1e2f6f493b92.mgorny@gentoo
1 commit: 3fef134c7b95a6ebaba6e265e41b1e2f6f493b92
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 10:14:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 10:29:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fef134c
7
8 dev-python/aiohttp: Bump to 3.8.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiohttp/Manifest | 1 +
13 dev-python/aiohttp/aiohttp-3.8.3.ebuild | 111 ++++++++++++++++++++++++++++++++
14 2 files changed, 112 insertions(+)
15
16 diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
17 index 7c1042028406..aa09c3538b38 100644
18 --- a/dev-python/aiohttp/Manifest
19 +++ b/dev-python/aiohttp/Manifest
20 @@ -1 +1,2 @@
21 DIST aiohttp-3.8.1.tar.gz 7324180 BLAKE2B 99f85b8510782a31de2d2f6c8efa65ef5c5cde600a5c5f49d6362d5833a0443b9adcaed9beb27c5d8502aca37af154b06017f48836b73d4c61d78204b62b7f05 SHA512 3611549393e50c8d30426aee9ddd23794a71ddefe4384eb549049b93e452fafb38de7ad900737213b61fbe717bd85035a780c1622593eae250328f17d484a0a7
22 +DIST aiohttp-3.8.3.tar.gz 7337480 BLAKE2B 28d2b5bf6dd6f19506127747511e006c22fcb59959ab090bdc53ca5ee0f7f186aedb0c8b4103c2ea52399dc998fa2e6d3f872239223cf72629a1168e3950f1f8 SHA512 248c232604c91442b2fc9fa55fbf7df8e3af56dcf4cd9c516414a3a738c5c60a8a06395cd9c6e2c8ea9884728aea757423735c7b9be889e6f17e3ee6395a2f64
23
24 diff --git a/dev-python/aiohttp/aiohttp-3.8.3.ebuild b/dev-python/aiohttp/aiohttp-3.8.3.ebuild
25 new file mode 100644
26 index 000000000000..357bff009c56
27 --- /dev/null
28 +++ b/dev-python/aiohttp/aiohttp-3.8.3.ebuild
29 @@ -0,0 +1,111 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 +
38 +inherit distutils-r1 multiprocessing
39 +
40 +DESCRIPTION="HTTP client/server for asyncio"
41 +HOMEPAGE="
42 + https://github.com/aio-libs/aiohttp/
43 + https://pypi.org/project/aiohttp/
44 +"
45 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 +
51 +RDEPEND="
52 + app-arch/brotli[python,${PYTHON_USEDEP}]
53 + >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
54 + >=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
55 + >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
56 + >=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
57 + >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
58 + >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
59 + >=dev-python/yarl-1.0[${PYTHON_USEDEP}]
60 +"
61 +BDEPEND="
62 + dev-python/cython[${PYTHON_USEDEP}]
63 + test? (
64 + app-arch/brotli[python,${PYTHON_USEDEP}]
65 + dev-python/async_generator[${PYTHON_USEDEP}]
66 + dev-python/freezegun[${PYTHON_USEDEP}]
67 + www-servers/gunicorn[${PYTHON_USEDEP}]
68 + dev-python/pytest-forked[${PYTHON_USEDEP}]
69 + dev-python/pytest-mock[${PYTHON_USEDEP}]
70 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
71 + dev-python/re-assert[${PYTHON_USEDEP}]
72 + !hppa? ( !ia64? (
73 + dev-python/trustme[${PYTHON_USEDEP}]
74 + ) )
75 + )
76 +"
77 +
78 +DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
79 +
80 +distutils_enable_tests pytest
81 +distutils_enable_sphinx docs \
82 + '>=dev-python/alabaster-0.6.2' \
83 + 'dev-python/sphinxcontrib-asyncio' \
84 + 'dev-python/sphinxcontrib-blockdiag' \
85 + 'dev-python/sphinxcontrib-newsfeed' \
86 + 'dev-python/sphinxcontrib-spelling' \
87 + 'dev-python/sphinx' \
88 + 'dev-python/sphinx-aiohttp-theme'
89 +
90 +src_prepare() {
91 + # increase the timeout a little
92 + sed -e '/abs_tol=/s/0.001/0.01/' -i tests/test_helpers.py || die
93 +
94 + # xfail_strict fails on py3.10
95 + sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die
96 +
97 + # which(1)...
98 + sed -i -e 's:which:command -v:' Makefile || die
99 +
100 + distutils-r1_src_prepare
101 +}
102 +
103 +python_configure_all() {
104 + # workaround missing files
105 + mkdir requirements tools || die
106 + > requirements/cython.txt || die
107 + > tools/gen.py || die
108 + chmod +x tools/gen.py || die
109 + # force rehashing first
110 + emake requirements/.hash/cython.txt.hash
111 + > .update-pip || die
112 + > .install-cython || die
113 + emake cythonize
114 +}
115 +
116 +python_test() {
117 + local EPYTEST_IGNORE=(
118 + # proxy is not packaged
119 + tests/test_proxy_functional.py
120 + )
121 +
122 + local EPYTEST_DESELECT=(
123 + # Internet
124 + tests/test_client_session.py::test_client_session_timeout_zero
125 + )
126 +
127 + case ${EPYTHON} in
128 + pypy3)
129 + EPYTEST_DESELECT+=(
130 + # C extensions are not used on PyPy3
131 + tests/test_http_parser.py::test_c_parser_loaded
132 + )
133 + ;;
134 + esac
135 +
136 + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
137 + local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked
138 + rm -rf aiohttp || die
139 + epytest -n "$(makeopts_jobs)" --forked
140 +}