public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/
Date: Sun, 31 Mar 2024 19:07:01 +0000 (UTC)	[thread overview]
Message-ID: <1711910813.1e542fa6ccaf6749301512b56fe07eeb57b807e4.arthurzam@gentoo> (raw)

commit:     1e542fa6ccaf6749301512b56fe07eeb57b807e4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 18:32:19 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 18:46:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e542fa6

dev-python/aiodns: add 3.2.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/aiodns/Manifest            |  1 +
 dev-python/aiodns/aiodns-3.2.0.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 247d546a18e6..238836382033 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1 +1,2 @@
 DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786 SHA512 7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9
+DIST aiodns-3.2.0.tar.gz 7823 BLAKE2B 8bafeebbf6ef69001670dffe8df3bd89b817bca921e266e218eaf2a53653d5bb150cef0c99b2fd498d39befb57c6e2edb4d94fbf4b4548e1debce69bcd114ff3 SHA512 ca6ae2d53cc0a0e5b8cd5f47da56d7db43236eb6738509d5cc088e56db996c49eba8b024cfe368e5acf44ad4de4cb5d6f949c7f0d4cd16ff4d5cc42ae3b27cb1

diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild b/dev-python/aiodns/aiodns-3.2.0.ebuild
new file mode 100644
index 000000000000..04f4bea5d751
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="
+	https://pypi.org/project/aiodns/
+	https://github.com/saghul/aiodns/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+# Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# Internet changed, https://github.com/saghul/aiodns/issues/107
+		tests.py::DNSTest::test_query_bad_chars
+	)
+
+	epytest tests.py
+}


             reply	other threads:[~2024-03-31 19:07 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31 19:07 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 11:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/ Sam James
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:24 Arthur Zamarin
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-24  6:41 Michał Górny
2024-08-05 10:36 Arthur Zamarin
2024-08-05 10:34 Jakov Smolić
2024-08-05 10:34 Jakov Smolić
2024-07-24  7:20 Sam James
2024-07-23  3:18 Michał Górny
2024-06-19 12:50 Petr Vaněk
2024-04-20 15:54 Michał Górny
2024-04-20 11:46 Sam James
2023-11-11 20:02 Sam James
2023-10-16 13:56 Michał Górny
2023-10-08 17:48 Michał Górny
2023-05-29  6:23 Michał Górny
2023-05-29  6:23 Michał Górny
2022-08-30 19:09 Michał Górny
2022-08-30 18:40 Jakov Smolić
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-06-04 17:13 Michał Górny
2022-04-24 18:44 Jakov Smolić
2021-06-24  8:20 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-05-19  8:12 Michał Górny
2021-05-15  8:39 Michał Górny
2021-01-03  9:12 Sam James
2020-07-20  0:28 Zac Medico
2020-05-30 19:48 Michał Górny
2020-01-10  8:17 Michał Górny
2019-10-18  6:40 Zac Medico
2019-07-15 13:56 Michał Górny
2019-07-15 13:56 Michał Górny
2017-02-13  8:26 Zac Medico
2016-09-18 23:38 Zac Medico

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=1711910813.1e542fa6ccaf6749301512b56fe07eeb57b807e4.arthurzam@gentoo \
    --to=arthurzam@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