commit:     a107363ca82e361cd0b312aa61863308cee802fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 15:00:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 15:22:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a107363c

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.10.0.ebuild | 120 -------------------------------
 2 files changed, 121 deletions(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index b704a1b5b814..3e2d58e2405d 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,3 +1,2 @@
-DIST aiohttp-3.10.0.tar.gz 7517100 BLAKE2B 
ce37d40e94ef836ae63a56b1b01251a34a07c469120393f8006964f54eea5f27cd4277fb0f69174cf652e52fbb0d77cda53ffe41c785922717defde2df873dd9
 SHA512 
69c8eaed5738c11ea994b64dcf75cbc5950b1cc4705ac40df80ad3311dceb1d25c15019527e32e9345a4677882e103a7c25dedc0dc99d874102a73771d6cfde9
 DIST aiohttp-3.10.1.tar.gz 7517572 BLAKE2B 
4400cbda0997f3602ace4aae7ba153dcb515d49d8d3431fab087ebba3126d8fa82121998b1d8e36e2b86c9144a5c124ac16c12520cd47fea7956e6c04e2b4e55
 SHA512 
59f743ce7821b46da531eb576bbf20409407726b6ba78be9615f715ab2404cc3668120d2ec1566dcab7017ba36bf1753a3365b81097da53685c93ba013c3c94a
 DIST aiohttp-3.9.5.tar.gz 7504841 BLAKE2B 
f051ee88d45952219f72d542f1c6d0cc33c699c6c5fb5dbe3bc054ee4d0e03121b219c8c8524fd1236a8b878329b0997b8afe07d6c66074102d4a2052a8738ff
 SHA512 
da11468a2f131275593395b052700a99cf79055a32d48327dca0f58547ad30add8cd0a375dbd831e2f06fe7a739183251e4ad69c16f3d141799bbed45a8a5dc4

diff --git a/dev-python/aiohttp/aiohttp-3.10.0.ebuild 
b/dev-python/aiohttp/aiohttp-3.10.0.ebuild
deleted file mode 100644
index bcb2187e0df5..000000000000
--- a/dev-python/aiohttp/aiohttp-3.10.0.ebuild
+++ /dev/null
@@ -1,120 +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="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="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.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="
-       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-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_all() {
-       # 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
-}
-
-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
-       )
-
-       case ${EPYTHON} in
-               pypy3)
-                       # upstream unconditionally blocks building C extensions
-                       # on PyPy3 but the test suite needs an explicit switch,
-                       # sigh
-                       local -x AIOHTTP_NO_EXTENSIONS=1
-                       ;;
-               python3.13)
-                       EPYTEST_DESELECT+=(
-                               # buggy test
-                               # 
https://github.com/aio-libs/aiohttp/issues/8551
-                               
tests/test_web_urldispatcher.py::test_access_mock_special_resource
-                               # new test (so not a regression)
-                               # 
https://github.com/aio-libs/aiohttp/issues/8565
-                               
tests/test_web_urldispatcher.py::test_access_symlink_loop
-                       )
-                       ;;
-       esac
-
-       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"
-}

Reply via email to