public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 27 Sep 2024 06:32:28 +0000 (UTC)	[thread overview]
Message-ID: <1727417987.27babc43b4a320e5c84a24f426c181dfd5242f1b.mgorny@gentoo> (raw)

commit:     27babc43b4a320e5c84a24f426c181dfd5242f1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 06:19:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 06:19:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27babc43

dev-python/aiohappyeyeballs: Bump to 2.4.2

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

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

diff --git a/dev-python/aiohappyeyeballs/Manifest b/dev-python/aiohappyeyeballs/Manifest
index 62e214942730..8da54e32b9b3 100644
--- a/dev-python/aiohappyeyeballs/Manifest
+++ b/dev-python/aiohappyeyeballs/Manifest
@@ -1 +1,2 @@
 DIST aiohappyeyeballs-2.4.0.gh.tar.gz 55452 BLAKE2B 11e34818ed652b2904e78c7a48726d68118a6ecb811be8dcd5008acefd96093b8a2bf25bf92ebb79cdac4735100cec9ca05c856034900f8cda93f45be4f4d627 SHA512 8c2e931fa8b0423e1958a45ac5a040f35e9c0c4df7e4bd6662b5c0288fd25f64cce556cb386b27d07c7438b901a3468fa993c929a3b9c221fb5a318e7809db5a
+DIST aiohappyeyeballs-2.4.2.gh.tar.gz 57136 BLAKE2B 557eb7de33467f05c1b558367b16a9af9a3435bf290b4df3d5f189aeee2f336fa7b4d6fb1e523f04fcac0ccb382100b4976e6577e9e7227fa7b417589fabf8f8 SHA512 c2c4e585a00ddcbc7007779a8d59ceb0d5ce9dcce4f929efce2453b6cf370834ea29ee60769fd2885111130eaa89c3d2084702cd247141052d37833e370bbf6e

diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.2.ebuild b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.2.ebuild
new file mode 100644
index 000000000000..0aa0cdf41541
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.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..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	other threads:[~2024-09-27  6:32 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-27  6:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-12 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/ Sam James
2025-03-29  9:13 Michał Górny
2025-03-29  7:41 Arthur Zamarin
2025-03-22 11:41 Michał Górny
2025-03-12  8:15 Michał Górny
2025-03-10 16:44 Michał Górny
2025-03-06  3:31 Michał Górny
2025-03-04  6:48 Michał Górny
2025-02-22  9:20 Michał Górny
2025-02-22  8:47 Arthur Zamarin
2025-02-08  7:12 Michał Górny
2024-12-21 11:34 Michał Górny
2024-12-21 11:31 Michał Górny
2024-12-01  3:24 Michał Górny
2024-10-19  8:36 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-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-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=1727417987.27babc43b4a320e5c84a24f426c181dfd5242f1b.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