commit: 198d1db75b7fa3488fb8714ecafd32c94f824258
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 09:09:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 09:09:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198d1db7
dev-python/aiohappyeyeballs: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiohappyeyeballs/Manifest | 1 -
.../aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/aiohappyeyeballs/Manifest
b/dev-python/aiohappyeyeballs/Manifest
index 12c37b22c925..07e4b9f79fbf 100644
--- a/dev-python/aiohappyeyeballs/Manifest
+++ b/dev-python/aiohappyeyeballs/Manifest
@@ -1,2 +1 @@
-DIST aiohappyeyeballs-2.5.0.gh.tar.gz 73997 BLAKE2B
f15bff1279cf164bfa2114d6cd99edacedc2a910228068a79a1f189aa78b22075064c237d2a8fc847c76b8d5bb414f201edeb961931e5cd462bbbc3c4cae3424
SHA512
09a6ab64e137c63ce31eabd2d27f852d214427d4c61931ef98107a9b74300cec9f6da3f786013ab6d4936a84875eb97c0a9232647b68aa391317b38d234d06a0
DIST aiohappyeyeballs-2.6.1.gh.tar.gz 74617 BLAKE2B
e3cb3d7366267dca4a7c82615c3482db175326d4fbaa2ad1ca249ef72e9b515129e988fa82f5ae1c4d2585022e17ec9a25b936252cd67a7ce8d3ff571071ae44
SHA512
e3d3ef2ed1e5c81263555b11a8842941043b3113a91f11b08d0e882f2f1c47f015310c75a2c37e6ac6207399b659d5431bb750c8f4234f233f1da942d23bc8b1
diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild
deleted file mode 100644
index 0319a6f4072a..000000000000
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Happy Eyeballs for pre-resolved hosts"
-HOMEPAGE="
- https://pypi.org/project/aiohappyeyeballs/
- https://github.com/aio-libs/aiohappyeyeballs/
-"
-SRC_URI="
- https://github.com/aio-libs/aiohappyeyeballs/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86"
-
-BDEPEND="
- >=dev-python/poetry-core-2.0.0[${PYTHON_USEDEP}]
- test? (
- >=dev-python/pytest-asyncio-0.23.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p asyncio -o addopts=
-}