From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99532158043 for ; Sat, 20 Apr 2024 15:54:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B47BE29FD; Sat, 20 Apr 2024 15:54:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CCCCE29FD for ; Sat, 20 Apr 2024 15:54:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 541703433DA for ; Sat, 20 Apr 2024 15:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8A631742 for ; Sat, 20 Apr 2024 15:54:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713628301.16b4963a7e901fac18deaad27940a7fe4dd0c39a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiodns/Manifest dev-python/aiodns/aiodns-3.1.1.ebuild X-VCS-Directories: dev-python/aiodns/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 16b4963a7e901fac18deaad27940a7fe4dd0c39a X-VCS-Branch: master Date: Sat, 20 Apr 2024 15:54:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de6ff095-f73f-48df-8531-2929b5461e31 X-Archives-Hash: 8e1c8c8de962212c56643649f757547e commit: 16b4963a7e901fac18deaad27940a7fe4dd0c39a Author: Michał Górny gentoo org> AuthorDate: Sat Apr 20 15:51:41 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 20 15:51:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b4963a dev-python/aiodns: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/aiodns/Manifest | 1 - dev-python/aiodns/aiodns-3.1.1.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest index 238836382033..eb086c8df57a 100644 --- a/dev-python/aiodns/Manifest +++ b/dev-python/aiodns/Manifest @@ -1,2 +1 @@ -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.1.1.ebuild b/dev-python/aiodns/aiodns-3.1.1.ebuild deleted file mode 100644 index e02ba3f75621..000000000000 --- a/dev-python/aiodns/aiodns-3.1.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 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://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 -}