commit:     4af91cdd787c6e181a46fd08a6e99b3906da2e53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 19:07:39 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 19:08:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af91cdd

dev-python/aiohttp: Remove old

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

 dev-python/aiohttp/Manifest               |   3 -
 dev-python/aiohttp/aiohttp-3.10.10.ebuild | 123 ---------------------------
 dev-python/aiohttp/aiohttp-3.11.10.ebuild | 135 ------------------------------
 dev-python/aiohttp/aiohttp-3.11.9.ebuild  | 134 -----------------------------
 4 files changed, 395 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index dfe89a1b1acc..33f666162715 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,4 +1 @@
-DIST aiohttp-3.10.10.tar.gz 7542993 BLAKE2B 
edc9808937892e2915b591a3d5b9e2be8401a67e6421ada8c49e27cfa1ee67283465d17e3c3a77f7579d4ed45df39884a2f9e336429ef7d64adf351ce7507a85
 SHA512 
c6928d989c110c323347b6f5b0a90c42e17924b4121455a240f5a15d87f939580640ba0f8d576f8254e484e5b631ec4562a2fb4e6c86402924b1892a6d72aff8
-DIST aiohttp-3.11.10.tar.gz 7668832 BLAKE2B 
e2a8637f1d26ec1bb64d344aebdcf123bb918055185cf40d444d6d02fdf40c2b1ea36ce168b9d4c1e2003e877634d66c456e446cf01a51c9ec086adf1be0a9eb
 SHA512 
06c4bf434705151cd5aa8d4a1759ab41e3b5c307dd92eb22f7293d1e1e3b7597a5f927ad3d1e8bcd3a8cdd4b2ebf12fedf72efd50dbf575b61e5aca4d2e54a55
 DIST aiohttp-3.11.11.tar.gz 7669618 BLAKE2B 
148c15503ca2b5449b8afe4d0cadb054625cd12c7e3d958547c7ba6b46ca4d4da1b4091db0f97e2003c8bc7a582c36f4c6aba062a8fe0b0894740042853b68e9
 SHA512 
7b5c6fdf15a3bdae49b28f6955f31f528aff29f635b8bbbe60f0677dea8fbbe5de8e09b3cbb85f8a846942470b9e44c9d287aaf9eb08f8e8d9fab3bd64079edf
-DIST aiohttp-3.11.9.tar.gz 7668012 BLAKE2B 
5845d14392429f3aa83ce1469679a89badf5e50a6142e98a58704643fa93e290d5d9e4bc27720e8d9f5c62eafdfb0b43f7381a747fae867960e7b5c13a558fee
 SHA512 
b6be296f08fb4421d3e8f206ca1abcd781a275d24da3434ccf049c95ac332a0fe7334f0450d35e57caa505f348485257ffd627924fbfd1795eb579a5475c7187

diff --git a/dev-python/aiohttp/aiohttp-3.10.10.ebuild 
b/dev-python/aiohttp/aiohttp-3.10.10.ebuild
deleted file mode 100644
index 47ad1f2fbe44..000000000000
--- a/dev-python/aiohttp/aiohttp-3.10.10.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP client/server for asyncio"
-HOMEPAGE="
-       https://github.com/aio-libs/aiohttp/
-       https://pypi.org/project/aiohttp/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-IUSE="+native-extensions test-rust"
-
-RDEPEND="
-       >=dev-python/aiodns-3.2.0[${PYTHON_USEDEP}]
-       >=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]
-       >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-       >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-       dev-python/brotlicffi[${PYTHON_USEDEP}]
-       >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
-       >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
-       >=dev-python/yarl-1.12.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               <dev-python/async-timeout-5[${PYTHON_USEDEP}]
-               >=dev-python/async-timeout-4.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       native-extensions? (
-               dev-python/cython[${PYTHON_USEDEP}]
-       )
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               www-servers/gunicorn[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/re-assert[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '
-                       dev-python/time-machine[${PYTHON_USEDEP}]
-               ' 'python3*')
-               test-rust? (
-                       dev-python/trustme[${PYTHON_USEDEP}]
-               )
-       )
-"
-
-DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_prepare() {
-       # increase the timeout a little
-       sed -e '/abs=/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
-       sed -i -e 's:-Werror::' Makefile || die
-
-       distutils-r1_src_prepare
-}
-
-python_configure() {
-       if [[ ! -d tools && ${EPYTHON} != pypy3 ]] && use native-extensions
-       then
-               # workaround missing files
-               mkdir 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
-       fi
-}
-
-python_compile() {
-       # implicitly disabled for pypy3
-       if ! use native-extensions; then
-               local -x AIOHTTP_NO_EXTENSIONS=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       local EPYTEST_IGNORE=(
-               # proxy is not packaged
-               tests/test_proxy_functional.py
-               # python_on_whales is not packaged
-               tests/autobahn/test_autobahn.py
-       )
-
-       local EPYTEST_DESELECT=(
-               # Internet
-               tests/test_client_session.py::test_client_session_timeout_zero
-               # broken by irrelevant deprecation warnings
-               tests/test_circular_imports.py::test_no_warnings
-       )
-
-       # upstream unconditionally blocks building C extensions
-       # on PyPy3 but the test suite needs an explicit switch
-       if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then
-               local -x AIOHTTP_NO_EXTENSIONS=1
-       fi
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin
-       rm -rf aiohttp || die
-       epytest -m "not internal and not dev_mode" \
-               -p rerunfailures --reruns=5
-}

diff --git a/dev-python/aiohttp/aiohttp-3.11.10.ebuild 
b/dev-python/aiohttp/aiohttp-3.11.10.ebuild
deleted file mode 100644
index b1db97419c19..000000000000
--- a/dev-python/aiohttp/aiohttp-3.11.10.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP client/server for asyncio"
-HOMEPAGE="
-       https://github.com/aio-libs/aiohttp/
-       https://pypi.org/project/aiohttp/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-IUSE="+native-extensions test-rust"
-
-RDEPEND="
-       >=dev-python/aiodns-3.2.0[${PYTHON_USEDEP}]
-       >=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]
-       >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-       >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-       dev-python/brotlicffi[${PYTHON_USEDEP}]
-       >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
-       >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
-       >=dev-python/propcache-0.2.0[${PYTHON_USEDEP}]
-       >=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               <dev-python/async-timeout-6[${PYTHON_USEDEP}]
-               >=dev-python/async-timeout-4.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       native-extensions? (
-               dev-python/cython[${PYTHON_USEDEP}]
-       )
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               www-servers/gunicorn[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/re-assert[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '
-                       dev-python/time-machine[${PYTHON_USEDEP}]
-               ' 'python3*')
-               test-rust? (
-                       dev-python/trustme[${PYTHON_USEDEP}]
-               )
-       )
-"
-
-DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_prepare() {
-       # increase the timeout a little
-       sed -e '/abs=/s/0.001/0.01/' -i tests/test_helpers.py || die
-       # xfail_strict fails on py3.10
-       sed -i -e '/--cov/d' -e '/pytest_cov/d' -e '/xfail_strict/d' setup.cfg 
|| die
-       sed -i -e 's:-Werror::' Makefile || die
-
-       distutils-r1_src_prepare
-}
-
-python_configure() {
-       if [[ ! -d tools && ${EPYTHON} != pypy3 ]] && use native-extensions
-       then
-               # workaround missing files
-               mkdir 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
-       fi
-}
-
-python_compile() {
-       # implicitly disabled for pypy3
-       if ! use native-extensions; then
-               local -x AIOHTTP_NO_EXTENSIONS=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       local EPYTEST_IGNORE=(
-               # proxy is not packaged
-               tests/test_proxy_functional.py
-               # python_on_whales is not packaged
-               tests/autobahn/test_autobahn.py
-               # benchmarks
-               tests/test_benchmarks_client.py
-               tests/test_benchmarks_client_request.py
-               tests/test_benchmarks_client_ws.py
-               tests/test_benchmarks_cookiejar.py
-               tests/test_benchmarks_http_websocket.py
-               tests/test_benchmarks_http_writer.py
-               tests/test_benchmarks_web_fileresponse.py
-               tests/test_benchmarks_web_middleware.py
-               tests/test_benchmarks_web_response.py
-               tests/test_benchmarks_web_urldispatcher.py
-       )
-
-       local EPYTEST_DESELECT=(
-               # Internet
-               tests/test_client_session.py::test_client_session_timeout_zero
-               # broken by irrelevant deprecation warnings
-               tests/test_circular_imports.py::test_no_warnings
-       )
-
-       # upstream unconditionally blocks building C extensions
-       # on PyPy3 but the test suite needs an explicit switch
-       if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then
-               local -x AIOHTTP_NO_EXTENSIONS=1
-       fi
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin
-       rm -rf aiohttp || die
-       epytest -m "not internal and not dev_mode" \
-               -p rerunfailures --reruns=5
-}

diff --git a/dev-python/aiohttp/aiohttp-3.11.9.ebuild 
b/dev-python/aiohttp/aiohttp-3.11.9.ebuild
deleted file mode 100644
index aab347bd3181..000000000000
--- a/dev-python/aiohttp/aiohttp-3.11.9.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP client/server for asyncio"
-HOMEPAGE="
-       https://github.com/aio-libs/aiohttp/
-       https://pypi.org/project/aiohttp/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="+native-extensions test-rust"
-
-RDEPEND="
-       >=dev-python/aiodns-3.2.0[${PYTHON_USEDEP}]
-       >=dev-python/aiohappyeyeballs-2.3.0[${PYTHON_USEDEP}]
-       >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-       >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-       dev-python/brotlicffi[${PYTHON_USEDEP}]
-       >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
-       >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
-       >=dev-python/propcache-0.2.0[${PYTHON_USEDEP}]
-       >=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               <dev-python/async-timeout-6[${PYTHON_USEDEP}]
-               >=dev-python/async-timeout-4.0[${PYTHON_USEDEP}]
-       ' 3.10)
-"
-BDEPEND="
-       native-extensions? (
-               dev-python/cython[${PYTHON_USEDEP}]
-       )
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               www-servers/gunicorn[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               dev-python/re-assert[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '
-                       dev-python/time-machine[${PYTHON_USEDEP}]
-               ' 'python3*')
-               test-rust? (
-                       dev-python/trustme[${PYTHON_USEDEP}]
-               )
-       )
-"
-
-DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_prepare() {
-       # increase the timeout a little
-       sed -e '/abs=/s/0.001/0.01/' -i tests/test_helpers.py || die
-       # xfail_strict fails on py3.10
-       sed -i -e '/--cov/d' -e '/pytest_cov/d' -e '/xfail_strict/d' setup.cfg 
|| die
-       sed -i -e 's:-Werror::' Makefile || die
-
-       distutils-r1_src_prepare
-}
-
-python_configure() {
-       if [[ ! -d tools && ${EPYTHON} != pypy3 ]] && use native-extensions
-       then
-               # workaround missing files
-               mkdir 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
-       fi
-}
-
-python_compile() {
-       # implicitly disabled for pypy3
-       if ! use native-extensions; then
-               local -x AIOHTTP_NO_EXTENSIONS=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-python_test() {
-       local EPYTEST_IGNORE=(
-               # proxy is not packaged
-               tests/test_proxy_functional.py
-               # python_on_whales is not packaged
-               tests/autobahn/test_autobahn.py
-               # benchmarks
-               tests/test_benchmarks_client.py
-               tests/test_benchmarks_client_request.py
-               tests/test_benchmarks_client_ws.py
-               tests/test_benchmarks_cookiejar.py
-               tests/test_benchmarks_http_websocket.py
-               tests/test_benchmarks_http_writer.py
-               tests/test_benchmarks_web_middleware.py
-               tests/test_benchmarks_web_response.py
-               tests/test_benchmarks_web_urldispatcher.py
-       )
-
-       local EPYTEST_DESELECT=(
-               # Internet
-               tests/test_client_session.py::test_client_session_timeout_zero
-               # broken by irrelevant deprecation warnings
-               tests/test_circular_imports.py::test_no_warnings
-       )
-
-       # upstream unconditionally blocks building C extensions
-       # on PyPy3 but the test suite needs an explicit switch
-       if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then
-               local -x AIOHTTP_NO_EXTENSIONS=1
-       fi
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin
-       rm -rf aiohttp || die
-       epytest -m "not internal and not dev_mode" \
-               -p rerunfailures --reruns=5
-}

Reply via email to