commit:     58b16e04ea4f1a5d6fa88788eecc76e04a40312f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  6 03:05:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  6 03:09:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b16e04

dev-python/aiohappyeyeballs: Bump to 2.5.0

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

 dev-python/aiohappyeyeballs/Manifest               |  1 +
 .../aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/aiohappyeyeballs/Manifest 
b/dev-python/aiohappyeyeballs/Manifest
index 9d706169877f..a504ee1033fe 100644
--- a/dev-python/aiohappyeyeballs/Manifest
+++ b/dev-python/aiohappyeyeballs/Manifest
@@ -1,2 +1,3 @@
 DIST aiohappyeyeballs-2.4.6.gh.tar.gz 72830 BLAKE2B 
aea6f5e20a2900fb5d498722edc5e1b776552ff4ca84120f2e1acea5478a571ab923d3bca4c58111f5ff0389ddb7f4976f6231b575b7b282e3c45e4adebb9707
 SHA512 
0098f13604c929998981deaa9ae221f0c5c4c4de46e5063b23e185e1437637b35256ebc91a3f7fdf6b5f9dee6f4be5ff3c215a8ddd34a02a0389c9b49c329c16
 DIST aiohappyeyeballs-2.4.8.gh.tar.gz 73672 BLAKE2B 
9f2268f077106007607b3e463b9c86d7264ffb14ac3d27d07a29e919194dc1ba0210cd8d53b25fc2476794cbfa2f5e4cc400d405dc9bef7b3d61a764d5ed28da
 SHA512 
081eb29d6be252170822d86d3de8e15165e461969788d539a20e796dfa34204f4d04e69380873a038e44c87194c61fd394a3bd105102c593a7aa17a4c2c3bd66
+DIST aiohappyeyeballs-2.5.0.gh.tar.gz 73997 BLAKE2B 
f15bff1279cf164bfa2114d6cd99edacedc2a910228068a79a1f189aa78b22075064c237d2a8fc847c76b8d5bb414f201edeb961931e5cd462bbbc3c4cae3424
 SHA512 
09a6ab64e137c63ce31eabd2d27f852d214427d4c61931ef98107a9b74300cec9f6da3f786013ab6d4936a84875eb97c0a9232647b68aa391317b38d234d06a0

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild
new file mode 100644
index 000000000000..47f81490d8cc
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.5.0.ebuild
@@ -0,0 +1,36 @@
+# 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="
+       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=
+}

Reply via email to