public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
Date: Fri, 28 Oct 2022 08:17:12 +0000 (UTC)	[thread overview]
Message-ID: <1666945026.77b66f799ed1fbea906be87fc3ea35461c9a87c9.mgorny@gentoo> (raw)

commit:     77b66f799ed1fbea906be87fc3ea35461c9a87c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 07:44:57 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 08:17:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b66f79

dev-python/aiohttp: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp/Manifest                |   1 -
 dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild | 127 -----------------------------
 2 files changed, 128 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index aa09c3538b38..1247afce3a08 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,2 +1 @@
-DIST aiohttp-3.8.1.tar.gz 7324180 BLAKE2B 99f85b8510782a31de2d2f6c8efa65ef5c5cde600a5c5f49d6362d5833a0443b9adcaed9beb27c5d8502aca37af154b06017f48836b73d4c61d78204b62b7f05 SHA512 3611549393e50c8d30426aee9ddd23794a71ddefe4384eb549049b93e452fafb38de7ad900737213b61fbe717bd85035a780c1622593eae250328f17d484a0a7
 DIST aiohttp-3.8.3.tar.gz 7337480 BLAKE2B 28d2b5bf6dd6f19506127747511e006c22fcb59959ab090bdc53ca5ee0f7f186aedb0c8b4103c2ea52399dc998fa2e6d3f872239223cf72629a1168e3950f1f8 SHA512 248c232604c91442b2fc9fa55fbf7df8e3af56dcf4cd9c516414a3a738c5c60a8a06395cd9c6e2c8ea9884728aea757423735c7b9be889e6f17e3ee6395a2f64

diff --git a/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild b/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
deleted file mode 100644
index 2f2c34c7277c..000000000000
--- a/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1 multiprocessing
-
-LLHTTP_COMMIT=69d6db2008508489d19267a0dcab30602b16fc5b
-
-DESCRIPTION="http client/server for asyncio"
-HOMEPAGE="
-	https://github.com/aio-libs/aiohttp/
-	https://pypi.org/project/aiohttp/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="test-rust"
-
-RDEPEND="
-	app-arch/brotli[python,${PYTHON_USEDEP}]
-	>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-	>=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
-	>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-	>=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
-	>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
-	>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
-	>=dev-python/yarl-1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	test? (
-		app-arch/brotli[python,${PYTHON_USEDEP}]
-		dev-python/async_generator[${PYTHON_USEDEP}]
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		www-servers/gunicorn[${PYTHON_USEDEP}]
-		dev-python/pytest-forked[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/pytest-xdist[${PYTHON_USEDEP}]
-		dev-python/re-assert[${PYTHON_USEDEP}]
-		test-rust? (
-			dev-python/trustme[${PYTHON_USEDEP}]
-		)
-	)
-"
-
-DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-	'>=dev-python/alabaster-0.6.2' \
-	'dev-python/sphinxcontrib-asyncio' \
-	'dev-python/sphinxcontrib-blockdiag' \
-	'dev-python/sphinxcontrib-newsfeed' \
-	'dev-python/sphinxcontrib-spelling' \
-	'dev-python/sphinx' \
-	'dev-python/sphinx-aiohttp-theme'
-
-src_prepare() {
-	# increase the timeout a little
-	sed -e '/abs_tol=/s/0.001/0.01/' -i tests/test_helpers.py || die
-
-	# xfail_strict fails on py3.10
-	sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die
-
-	# which(1)...
-	sed -i -e 's:which:command -v:' Makefile || die
-
-	distutils-r1_src_prepare
-}
-
-python_configure_all() {
-	# workaround missing files
-	mkdir requirements tools || die
-	> requirements/cython.txt || die
-	> tools/gen.py || die
-	chmod +x tools/gen.py || die
-	# force rehashing first
-	emake requirements/.hash/cython.txt.hash
-	> .update-pip || die
-	> .install-cython || die
-	emake cythonize
-}
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# proxy is not packaged
-		tests/test_proxy_functional.py
-	)
-
-	local EPYTEST_DESELECT=(
-		# runtime warnings
-		'tests/test_client_functional.py::test_aiohttp_request_coroutine[pyloop]'
-		# Internet
-		tests/test_client_session.py::test_client_session_timeout_zero
-	)
-
-	case ${EPYTHON} in
-		pypy3)
-			EPYTEST_DESELECT+=(
-				# C extensions are not used on PyPy3
-				tests/test_http_parser.py::test_c_parser_loaded
-			)
-			;;
-		python3.11)
-			EPYTEST_DESELECT+=(
-				# known problem with tests, not code itself
-				'tests/test_client_functional.py::test_timeout_on_reading_headers[pyloop]'
-				'tests/test_client_functional.py::test_timeout_on_conn_reading_headers[pyloop]'
-				'tests/test_client_request.py::test_data_stream_exc_chain[pyloop]'
-				tests/test_test_utils.py::TestAioHTTPTestCase::test_example_with_loop
-				tests/test_test_utils.py::TestAioHTTPTestCase::test_example_without_explicit_loop
-				tests/test_test_utils.py::TestAioHTTPTestCase::test_inner_example_without_explicit_loop
-			)
-			;;
-	esac
-
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked
-	rm -rf aiohttp || die
-	epytest -n "$(makeopts_jobs)" --forked
-}


             reply	other threads:[~2022-10-28  8:17 UTC|newest]

Thread overview: 324+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28  8:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-06  7:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-04  5:04 Michał Górny
2024-11-04  5:04 Michał Górny
2024-11-03  3:52 Michał Górny
2024-10-31 19:19 Michał Górny
2024-10-31 17:05 Arthur Zamarin
2024-10-30 23:28 Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-29  6:51 Michał Górny
2024-10-28 22:15 Sam James
2024-10-27  3:08 Sam James
2024-10-27  2:16 Sam James
2024-10-26 19:06 Michał Górny
2024-10-26 14:47 Arthur Zamarin
2024-10-19 10:26 Arthur Zamarin
2024-10-19 10:03 Arthur Zamarin
2024-10-19 10:03 Arthur Zamarin
2024-10-19  9:34 Arthur Zamarin
2024-10-19  9:17 Arthur Zamarin
2024-10-19  9:08 Arthur Zamarin
2024-10-19  8:30 Arthur Zamarin
2024-10-15 12:47 Arthur Zamarin
2024-10-12 11:22 Michał Górny
2024-10-12 11:22 Michał Górny
2024-10-12  8:13 Michał Górny
2024-10-11  3:06 Michał Górny
2024-10-08 13:44 Michał Górny
2024-10-08 11:07 Sam James
2024-10-05  4:58 Michał Górny
2024-09-29  3:01 Michał Górny
2024-09-28 10:02 Michał Górny
2024-09-28  9:14 Michał Górny
2024-09-25  4:39 Michał Górny
2024-09-24  6:41 Michał Górny
2024-09-12 17:29 Arthur Zamarin
2024-09-12  8:01 Arthur Zamarin
2024-09-08 19:10 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:38 Arthur Zamarin
2024-09-07 10:24 Arthur Zamarin
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-24  6:41 Michał Górny
2024-08-20  1:29 Michał Górny
2024-08-18  6:04 Michał Górny
2024-08-11  2:47 Michał Górny
2024-08-09  3:10 Michał Górny
2024-08-08 15:22 Michał Górny
2024-08-08 15:22 Michał Górny
2024-08-05 11:48 Michał Górny
2024-08-05 11:48 Michał Górny
2024-08-05 10:36 Arthur Zamarin
2024-08-05 10:34 Jakov Smolić
2024-08-05 10:34 Jakov Smolić
2024-07-31 15:58 Michał Górny
2024-07-24  7:20 Sam James
2024-07-24  6:00 Michał Górny
2024-06-10 17:01 Michał Górny
2024-05-13 12:53 Michał Górny
2024-05-11 15:19 Sam James
2024-05-04  9:48 Arthur Zamarin
2024-05-04  9:48 Arthur Zamarin
2024-05-04  9:48 Arthur Zamarin
2024-05-04  7:57 Arthur Zamarin
2024-05-04  7:40 Arthur Zamarin
2024-05-04  7:38 Arthur Zamarin
2024-05-04  7:31 Arthur Zamarin
2024-04-27  8:04 Arthur Zamarin
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  6:53 Michał Górny
2024-04-17 13:23 Michał Górny
2024-04-12 16:53 Michał Górny
2024-03-19  5:52 Michał Górny
2024-03-19  3:42 Ionen Wolkens
2024-03-03 23:02 Sam James
2024-03-02 21:00 Arthur Zamarin
2024-03-02 14:12 Arthur Zamarin
2024-02-24 19:22 Arthur Zamarin
2024-02-24 14:04 Sam James
2024-02-24 10:14 Michał Górny
2024-02-24 10:07 Sam James
2024-02-10 10:30 Michał Górny
2024-02-10  3:24 Sam James
2024-01-30  4:07 Michał Górny
2024-01-29  5:58 Michał Górny
2023-12-10 12:53 Arthur Zamarin
2023-12-09 15:47 Michał Górny
2023-12-09 15:30 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 14:22 Michał Górny
2023-12-09 14:17 Michał Górny
2023-12-09 14:05 Michał Górny
2023-11-26 19:37 Arthur Zamarin
2023-11-19 16:01 Michał Górny
2023-11-16 18:25 Michał Górny
2023-11-16 16:22 Sam James
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:02 Sam James
2023-11-11 20:02 Sam James
2023-11-11 19:21 Sam James
2023-11-11 19:21 Sam James
2023-10-09  4:41 Michał Górny
2023-07-22 15:57 Michał Górny
2023-07-22 13:47 Arthur Zamarin
2023-07-22 13:47 Arthur Zamarin
2023-07-22  0:48 Sam James
2023-07-20 12:28 Sam James
2023-07-20 12:24 Sam James
2023-07-20 12:24 Sam James
2023-07-20 12:24 Sam James
2023-07-20 12:24 Sam James
2023-07-20 11:10 Michał Górny
2023-05-31  7:31 Michał Górny
2023-05-31  7:31 Michał Górny
2023-05-31  7:31 Michał Górny
2023-05-04 16:11 Michał Górny
2023-03-17 19:31 Michał Górny
2023-03-17 19:29 Arthur Zamarin
2023-03-17 17:22 Sam James
2023-03-17 16:57 Sam James
2023-03-17 16:13 Arthur Zamarin
2023-03-17 16:03 Sam James
2023-03-17 16:02 Arthur Zamarin
2023-03-17 16:01 Arthur Zamarin
2023-03-17 15:58 Arthur Zamarin
2023-02-13  6:05 Michał Górny
2023-02-01 19:25 Michał Górny
2022-10-30  9:53 Michał Górny
2022-10-28  3:37 Jakov Smolić
2022-10-25  9:49 Sam James
2022-10-25  5:08 Arthur Zamarin
2022-10-25  5:08 Arthur Zamarin
2022-10-25  5:08 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-10-24 19:42 Arthur Zamarin
2022-10-13  4:54 Michał Górny
2022-09-22 10:29 Michał Górny
2022-07-29 14:37 Michał Górny
2022-07-29 14:08 Arthur Zamarin
2022-07-15  7:23 Agostino Sarubbo
2022-07-15  7:21 Agostino Sarubbo
2022-07-15  7:07 Arthur Zamarin
2022-07-14 20:34 Arthur Zamarin
2022-07-14 20:29 Arthur Zamarin
2022-07-14 20:12 Arthur Zamarin
2022-07-14 19:55 Arthur Zamarin
2022-06-11  6:34 Michał Górny
2022-06-11  6:34 Michał Górny
2022-05-18 16:59 Michał Górny
2022-04-25 18:41 Sam James
2021-12-31 16:53 Matt Turner
2021-12-17 14:15 Arthur Zamarin
2021-12-16  7:44 Agostino Sarubbo
2021-12-15 17:01 Arthur Zamarin
2021-12-15 17:00 Arthur Zamarin
2021-12-15 17:00 Arthur Zamarin
2021-12-15 16:55 Arthur Zamarin
2021-12-15 16:50 Arthur Zamarin
2021-12-15 16:48 Jakov Smolić
2021-12-10 16:16 Sam James
2021-12-10 12:16 Jakov Smolić
2021-12-10 12:11 Arthur Zamarin
2021-12-10 11:48 Arthur Zamarin
2021-12-10 11:34 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-11-28 14:42 Michał Górny
2021-11-20  6:35 Sam James
2021-11-15  2:10 Zac Medico
2021-11-12 10:05 Marek Szuba
2021-11-10 19:10 Jakov Smolić
2021-11-09 14:01 Michał Górny
2021-11-09 12:54 Arthur Zamarin
2021-11-09 12:54 Arthur Zamarin
2021-11-05  3:17 Sam James
2021-11-04 21:15 Sam James
2021-11-01  8:32 Michał Górny
2021-08-02  8:41 Michał Górny
2021-06-19 12:01 Michał Górny
2021-05-23 12:36 David Seifert
2021-02-28 21:41 Michał Górny
2021-02-28 21:35 Sam James
2021-02-28 21:34 Sam James
2021-02-27 15:28 Sergei Trofimovich
2021-02-27 12:31 Sam James
2021-02-27 10:08 Sam James
2021-02-27 10:07 Sam James
2021-02-27 10:06 Sam James
2021-02-25 19:44 Michał Górny
2021-02-18 20:11 Sergei Trofimovich
2021-02-11  7:45 Sergei Trofimovich
2021-02-04 23:38 Andreas K. Hüttel
2021-01-24 21:59 Sam James
2021-01-21  7:40 Agostino Sarubbo
2021-01-16 20:59 Zac Medico
2021-01-08  7:24 Sergei Trofimovich
2021-01-06 17:35 Sergei Trofimovich
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03  9:14 Sam James
2020-12-29 22:28 Sam James
2020-12-29 21:28 Sam James
2020-12-29  9:47 Sam James
2020-12-19 21:50 Sergei Trofimovich
2020-12-11 18:06 Sergei Trofimovich
2020-12-07  4:21 Matt Turner
2020-11-29  8:20 Agostino Sarubbo
2020-11-28  9:14 Agostino Sarubbo
2020-11-27 16:12 Agostino Sarubbo
2020-11-27 16:11 Agostino Sarubbo
2020-11-26 23:52 Michał Górny
2020-11-26 23:52 Michał Górny
2020-11-26 23:48 Michał Górny
2020-11-26 23:48 Michał Górny
2020-11-26 19:48 Sam James
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-11-26  8:32 Sam James
2020-11-25 12:13 Agostino Sarubbo
2020-11-23 16:39 Sergei Trofimovich
2020-11-20 14:16 Sam James
2020-11-20 14:16 Sam James
2020-11-07 17:57 Sam James
2020-11-07  9:31 Sergei Trofimovich
2020-11-06 22:39 Sam James
2020-11-06  6:58 Sam James
2020-10-28  8:37 Michał Górny
2020-10-25 12:53 Michał Górny
2020-10-24 10:01 Michał Górny
2020-10-07  1:02 Sam James
2020-10-04 19:49 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-09-27  6:42 Matt Turner
2020-09-13  4:55 Sam James
2020-09-13  3:31 Sam James
2020-08-25 10:23 Sam James
2020-08-18 21:53 Sergei Trofimovich
2020-07-20  8:55 Michał Górny
2020-07-20  2:54 Sam James
2020-07-19 23:25 Zac Medico
2020-07-08 19:38 Michał Górny
2020-06-12 15:40 Michał Górny
2020-05-04  1:44 Zac Medico
2020-03-26 10:08 Michał Górny
2020-03-26 10:08 Michał Górny
2020-03-26 10:08 Michał Górny
2019-09-20  7:34 Michał Górny
2019-09-07  6:37 Michał Górny
2019-08-28 23:39 Zac Medico
2019-08-28 20:51 Zac Medico
2019-07-31 14:32 Mikle Kolyada
2019-07-29 10:48 Mikle Kolyada
2019-07-22 14:12 Aaron Bauman
2019-07-14 12:27 Michał Górny
2019-07-14 12:27 Michał Górny
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:53 Anthony G. Basile
2018-09-06 20:57 Zac Medico
2018-09-05 22:57 Zac Medico
2018-09-05  3:34 Zac Medico
2018-06-04 23:38 Tim Harder
2018-03-07  5:24 Tim Harder
2018-03-03  2:07 Thomas Deutschmann
2018-03-01 19:35 Tim Harder
2018-01-14 23:50 Zac Medico
2017-12-19  4:39 Zac Medico
2017-11-15  3:32 Tim Harder
2017-07-10  0:17 Aaron Bauman
2017-06-26  9:53 Zac Medico
2017-06-08 15:53 Zac Medico
2017-05-26 20:22 Zac Medico
2017-05-01 10:41 Zac Medico
2017-04-25  5:01 Zac Medico
2017-04-25  5:01 Zac Medico
2017-04-20 21:08 Zac Medico
2017-02-13  9:37 Zac Medico
2017-01-05 18:37 William Hubbs
2016-11-17  2:22 Zac Medico
2016-11-10  0:08 Zac Medico
2016-11-08 23:18 Zac Medico
2016-11-07 20:23 Zac Medico
2016-10-23  1:33 Alex Brandt
2016-10-23  1:33 Alex Brandt
2016-10-23  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-09 23:55 Zac Medico
2016-09-26 15:27 Zac Medico
2016-09-19  3:03 Zac Medico
2016-08-13 15:28 Alex Brandt
2016-08-06 14:20 Alex Brandt
2016-08-06 14:20 Alex Brandt
2016-07-30 15:24 Alex Brandt
2016-07-30 15:24 Alex Brandt
2016-07-30 15:24 Alex Brandt
2016-05-30  3:10 Aaron Bauman
2016-05-22 17:35 Alex Brandt
2016-05-22 17:30 Alex Brandt
2016-03-28 13:16 Ian Delaney
2016-03-28 13:16 Ian Delaney
2016-03-27 14:22 Alex Brandt
2016-03-27 14:22 Alex Brandt
2016-03-27 14:22 Alex Brandt
2016-01-09 23:25 Alex Brandt
2015-12-12 22:52 Alex Brandt
2015-12-12 22:52 Alex Brandt
2015-11-20 11:39 Justin Lecher
2015-11-16 16:16 Alex Brandt
2015-11-10 10:54 Justin Lecher
2015-10-14 16:52 Justin Lecher
2015-10-07 20:30 Alex Brandt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1666945026.77b66f799ed1fbea906be87fc3ea35461c9a87c9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox