[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-05-20 Thread Michał Górny
commit: e34953eb19017aec31bcca13e72a33b5e53e385d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 20 16:53:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 20 16:56:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34953eb

dev-python/aiohappyeyeballs: Enable py3.13

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

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
index 23130e159041..05fb16344a39 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-30 Thread Michał Górny
commit: bd30f6950cf884fa934fae3fdee0cfbd4e06c086
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 31 06:52:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 31 06:52:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd30f695

dev-python/aiohappyeyeballs: Bump to 2.3.2

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

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

diff --git a/dev-python/aiohappyeyeballs/Manifest 
b/dev-python/aiohappyeyeballs/Manifest
index e39deb3d9b06..5675ae97746c 100644
--- a/dev-python/aiohappyeyeballs/Manifest
+++ b/dev-python/aiohappyeyeballs/Manifest
@@ -1 +1,2 @@
 DIST aiohappyeyeballs-2.3.1.gh.tar.gz 46348 BLAKE2B 
6d20cd6db085b7d7bd0b2a18eec01dbd569eb64be7ae953eadcd07e161442637fee9ec63c3bb2253d11fea210d9ab6e8a130f9f036652a8965325db9fc30d3dd
 SHA512 
c02a12a269e0733f653df9fedc150aea8ad061fb8b1f67e3519d6c2e8ea92f8ad3360b4eaacc0e55f51e81f57cc9c8aa82dbe0fcd9779dcd8151a3f944f28847
+DIST aiohappyeyeballs-2.3.2.gh.tar.gz 46204 BLAKE2B 
85a050910181e7acd6520ae8126e6e1656b5d5e7d869bca481af5fe65b52bf1d4dc0502d2e0cce702c60dc9420757fc892a91a600a73925adce6990fc224bb1a
 SHA512 
5638dabb06c9d0182e21371470d612ec78a1a8981a0720318b0f4fc0569b7c556adfba6297b5bec75726e106f5a6335acfb19bd5322e43e5ebc4f71d4457424c

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
new file mode 100644
index ..23130e159041
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+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 ~ia64 ~loong ~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=
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-25 Thread Ionen Wolkens
commit: a33b93ad18202a9af3015389c1ea44cc50dacd61
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Jan 25 17:49:36 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jan 26 01:26:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33b93ad

dev-python/aiohappyeyeballs: Keyword 2.3.1 ia64, #921513

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index b17652f34fe0..23130e159041 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-23 Thread Arthur Zamarin
commit: 9b4bb667f85fbbc61fa6291c536ca0be59c764ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 23 18:58:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 23 18:58:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4bb667

dev-python/aiohappyeyeballs: Keyword 2.3.1 hppa, #921513

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 8d7d572d0719..b17652f34fe0 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-08 Thread Sam James
commit: 3fc0b1f7447f6c9814d3fe810653910da4b1bf4c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  9 02:54:47 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  9 02:54:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc0b1f7

dev-python/aiohappyeyeballs: Keyword 2.3.1 sparc, #921513

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 44fe5e0d0c99..537dba5795dc 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-07 Thread Arthur Zamarin
commit: 2b92daec5679fe30fde085c49b856654faf2037c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan  7 12:41:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan  7 12:41:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b92daec

dev-python/aiohappyeyeballs: Keyword 2.3.1 x86, #921513

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 915775fa595d..750f7f3612dc 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-07 Thread Arthur Zamarin
commit: 1b03e0e532cb60a79bf31e2cacfd6cfa2392c4fe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan  7 12:41:39 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan  7 12:41:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b03e0e5

dev-python/aiohappyeyeballs: Keyword 2.3.1 s390, #921513

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 750f7f3612dc..44fe5e0d0c99 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-07 Thread Jakov Smolić
commit: 1d3dc4966b07f01748964d23d45aa925a15d2378
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan  7 11:30:31 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan  7 11:30:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3dc496

dev-python/aiohappyeyeballs: Keyword 2.3.1 riscv, #921513

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index ac42e76f1657..915775fa595d 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-06 Thread Sam James
commit: 0b90c234ac48e681d7f622328c75445786f8e830
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 06:28:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 06:28:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b90c234

dev-python/aiohappyeyeballs: Keyword 2.3.1 ppc64, #921513

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index f9b60c5f185d..e1924bff4cf8 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-06 Thread Sam James
commit: 6b1bbdce31a35818b5784b62d7dc40a343488eee
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 06:28:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 06:28:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1bbdce

dev-python/aiohappyeyeballs: Keyword 2.3.1 ppc, #921513

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index e1924bff4cf8..ac42e76f1657 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-06 Thread Sam James
commit: 022b4f577dff182205a00e3fcea3dd015cb98e9f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 06:11:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 06:11:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022b4f57

dev-python/aiohappyeyeballs: Keyword 2.3.1 arm64, #921513

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 8855fb2bfb4e..f9b60c5f185d 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~loong"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-06 Thread Sam James
commit: 4acacee4d484a63b695043aa1de9158a89ab8d7d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 06:11:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 06:11:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acacee4

dev-python/aiohappyeyeballs: Keyword 2.3.1 arm, #921513

Signed-off-by: Sam James  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 874f3714037d..8855fb2bfb4e 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~loong"
+KEYWORDS="~amd64 ~arm ~loong"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-06 Thread WANG Xuerui
commit: a0eea8f9d992d030c6b1ae278195640da224fd81
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Jan  7 05:56:59 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Jan  7 05:57:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0eea8f9

dev-python/aiohappyeyeballs: keyword 2.3.1 for ~loong

Bug: https://bugs.gentoo.org/921513
Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
index 93d57735e419..874f3714037d 100644
--- a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~loong"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/

2024-01-06 Thread Michał Górny
commit: 4f5e89fb7fd5a82573e7ca8e7b54fcaa38196ee5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  6 19:47:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  6 19:49:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5e89fb

dev-python/aiohappyeyeballs: New package, v2.3.1

A future dependency of dev-python/aiohttp.

Bug: https://github.com/aio-libs/aiohappyeyeballs/issues/33
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aiohappyeyeballs/Manifest   |  1 +
 .../aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild | 36 ++
 dev-python/aiohappyeyeballs/metadata.xml   | 12 
 3 files changed, 49 insertions(+)

diff --git a/dev-python/aiohappyeyeballs/Manifest 
b/dev-python/aiohappyeyeballs/Manifest
new file mode 100644
index ..e39deb3d9b06
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/Manifest
@@ -0,0 +1 @@
+DIST aiohappyeyeballs-2.3.1.gh.tar.gz 46348 BLAKE2B 
6d20cd6db085b7d7bd0b2a18eec01dbd569eb64be7ae953eadcd07e161442637fee9ec63c3bb2253d11fea210d9ab6e8a130f9f036652a8965325db9fc30d3dd
 SHA512 
c02a12a269e0733f653df9fedc150aea8ad061fb8b1f67e3519d6c2e8ea92f8ad3360b4eaacc0e55f51e81f57cc9c8aa82dbe0fcd9779dcd8151a3f944f28847

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild 
b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
new file mode 100644
index ..93d57735e419
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+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="~amd64"
+
+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=
+}

diff --git a/dev-python/aiohappyeyeballs/metadata.xml 
b/dev-python/aiohappyeyeballs/metadata.xml
new file mode 100644
index ..5f0349700b9f
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   
+   aio-libs/aiohappyeyeballs
+   aiohappyeyeballs
+   
+