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: Sat,  6 Jan 2024 19:50:02 +0000 (UTC)	[thread overview]
Message-ID: <1704570588.4f5e89fb7fd5a82573e7ca8e7b54fcaa38196ee5.mgorny@gentoo> (raw)

commit:     4f5e89fb7fd5a82573e7ca8e7b54fcaa38196ee5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 19:47:57 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 19:49:48 2024 +0000
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 <mgorny <AT> 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 000000000000..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 000000000000..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 000000000000..5f0349700b9f
--- /dev/null
+++ b/dev-python/aiohappyeyeballs/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">aio-libs/aiohappyeyeballs</remote-id>
+		<remote-id type="pypi">aiohappyeyeballs</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2024-01-06 19:50 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 19:50 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-07  5:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohappyeyeballs/ WANG Xuerui
2024-01-07  6:14 Sam James
2024-01-07  6:14 Sam James
2024-01-07  6:28 Sam James
2024-01-07  6:28 Sam James
2024-01-07 11:30 Jakov Smolić
2024-01-07 12:42 Arthur Zamarin
2024-01-07 12:42 Arthur Zamarin
2024-01-09  2:55 Sam James
2024-01-23 18:58 Arthur Zamarin
2024-01-26  2:09 Ionen Wolkens
2024-01-31  6:59 Michał Górny
2024-05-20 16:56 Michał Górny
2024-08-01  1:44 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-17 16:55 Michał Górny
2024-08-20  1:43 Michał Górny
2024-09-07 10:14 Michał Górny
2024-09-07 10:24 Arthur Zamarin
2024-09-07 10:38 Arthur Zamarin
2024-09-07 11:26 Jakov Smolić
2024-09-07 12:31 Jakov Smolić
2024-09-07 14:16 Arthur Zamarin
2024-09-08 19:10 Arthur Zamarin
2024-09-12  8:01 Arthur Zamarin
2024-09-12 17:29 Arthur Zamarin
2024-09-27  6:32 Michał Górny
2024-10-01  4:24 Michał Górny
2024-10-08 11:07 Sam James
2024-10-19  7:38 Arthur Zamarin
2024-10-19  8:36 Michał Górny
2024-12-01  3:24 Michał Górny
2024-12-21 11:31 Michał Górny
2024-12-21 11:34 Michał Górny
2025-02-08  7:12 Michał Górny
2025-02-22  8:47 Arthur Zamarin
2025-02-22  9:20 Michał Górny
2025-03-04  6:48 Michał Górny
2025-03-06  3:31 Michał Górny
2025-03-10 16:44 Michał Górny
2025-03-12  8:15 Michał Górny
2025-03-22 11:41 Michał Górny
2025-03-29  7:41 Arthur Zamarin
2025-03-29  9:13 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=1704570588.4f5e89fb7fd5a82573e7ca8e7b54fcaa38196ee5.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