From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/
Date: Wed, 7 Aug 2024 14:10:37 +0000 (UTC) [thread overview]
Message-ID: <1723039816.3dd4e07260ea837ff7a53b4365aeef5afd47e3ca.mgorny@gentoo> (raw)
commit: 3dd4e07260ea837ff7a53b4365aeef5afd47e3ca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 7 13:12:19 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 14:10:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd4e072
dev-python/aiohappyeyeballs: Bump to 2.3.5
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiohappyeyeballs/Manifest | 1 +
.../aiohappyeyeballs/aiohappyeyeballs-2.3.5.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/aiohappyeyeballs/Manifest b/dev-python/aiohappyeyeballs/Manifest
index 300212c0d0e2..48eca00674f6 100644
--- a/dev-python/aiohappyeyeballs/Manifest
+++ b/dev-python/aiohappyeyeballs/Manifest
@@ -1 +1,2 @@
DIST aiohappyeyeballs-2.3.4.gh.tar.gz 54416 BLAKE2B ca3f34af2d20528c229b6beba0896a7a2e6dc86a83310c36163c2213232d3222e8ba9eafc23461c5d79fae7af6a06127691ddfb582e12c3d402ee452c42803a0 SHA512 75adf8164e287113fb176f5f814f929dac57834941ba83eeec4c2e9aa28585c4659bc18fe7d7b010e9f53ee81d3a5b3727175ed981d4ec846e6209428a2516eb
+DIST aiohappyeyeballs-2.3.5.gh.tar.gz 55133 BLAKE2B 09560b2616ecb6f2b496269f6d9589965b46f3be577fb8f3385a7f05d8af41c411d74320bbe6090e95bcea520167474b54866f56e16fce897062f11a58f26d03 SHA512 bd322bb62d9fe5e82e8b7380a9b769f670fb0cb2a653d31ccfd3c25e5dc58dde814291deecfc3d159ca13282fa149e654d8e4b16bc8a042d31f40318b6aadd2b
diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.5.ebuild b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.5.ebuild
new file mode 100644
index 000000000000..05fb16344a39
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.3.5.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..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 ~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=
+}
next reply other threads:[~2024-08-07 14:10 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 14:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-19 8:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/ Michał Górny
2024-10-19 7:38 Arthur Zamarin
2024-10-08 11:07 Sam James
2024-10-01 4:24 Michał Górny
2024-09-27 6:32 Michał Górny
2024-09-12 17:29 Arthur Zamarin
2024-09-12 8:01 Arthur Zamarin
2024-09-08 19:10 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:38 Arthur Zamarin
2024-09-07 10:24 Arthur Zamarin
2024-09-07 10:14 Michał Górny
2024-08-20 1:43 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-01 1:44 Michał Górny
2024-05-20 16:56 Michał Górny
2024-01-31 6:59 Michał Górny
2024-01-26 2:09 Ionen Wolkens
2024-01-23 18:58 Arthur Zamarin
2024-01-09 2:55 Sam James
2024-01-07 12:42 Arthur Zamarin
2024-01-07 12:42 Arthur Zamarin
2024-01-07 11:30 Jakov Smolić
2024-01-07 6:28 Sam James
2024-01-07 6:28 Sam James
2024-01-07 6:14 Sam James
2024-01-07 6:14 Sam James
2024-01-07 5:57 WANG Xuerui
2024-01-06 19:50 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1723039816.3dd4e07260ea837ff7a53b4365aeef5afd47e3ca.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox