From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F6171581FD for ; Wed, 10 Sep 2025 06:04:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C50A34105B for ; Wed, 10 Sep 2025 06:04:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8529211057A; Wed, 10 Sep 2025 06:04:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7D3F011057A for ; Wed, 10 Sep 2025 06:04:35 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34178340FDC for ; Wed, 10 Sep 2025 06:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A773980 for ; Wed, 10 Sep 2025 06:04:32 +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: <1757484258.2e3bccca54795e10694d7ca9299ff0f1915b0bb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycares/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycares/Manifest dev-python/pycares/pycares-4.9.0.ebuild X-VCS-Directories: dev-python/pycares/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e3bccca54795e10694d7ca9299ff0f1915b0bb4 X-VCS-Branch: master Date: Wed, 10 Sep 2025 06:04:32 +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: 4dc39aaf-2efd-437d-b6be-3bbbc7b23fa7 X-Archives-Hash: ff607c209efbae675be965624d4d6833 commit: 2e3bccca54795e10694d7ca9299ff0f1915b0bb4 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 10 05:05:38 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 10 06:04:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3bccca dev-python/pycares: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pycares/Manifest | 1 - dev-python/pycares/pycares-4.9.0.ebuild | 57 --------------------------------- 2 files changed, 58 deletions(-) diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest index 88de8eda5d93..e1c4d0bb2f2d 100644 --- a/dev-python/pycares/Manifest +++ b/dev-python/pycares/Manifest @@ -1,2 +1 @@ DIST pycares-4.10.0.tar.gz 654318 BLAKE2B fc5d9315d26f5b55150d0fc623775ecbc0fabf4f0c0bdee1cdda6828d674a95c78bb804e26a48591ffb2aba1bffe0d0fd798a8032dcd04731c277fc87b6f59cd SHA512 e4f21c2fa08142f46fccb18f3ff1de106b567daba565375e2ef58e819a56a98a2950f9a396b19092a3b720269e7112509698c325d51ad52fd49d84c4e84d7ba5 -DIST pycares-4.9.0.tar.gz 655365 BLAKE2B c30ccd57f31dbaad4dc7689ca4997dc909363a175a33d672e3e9167573c9c7935eb002d2d0ff97aa2f90ccd6ed76b8d1f2a82b17c26378db08422764b6e936ba SHA512 3be5aa36fbfbc47e54f7b41e14ef951bdb1528a60f51a11ef7d010da2ef9ca2830f89d277063788c44468f27fb4d875ce472729106cf1c0bb32000727d2841b7 diff --git a/dev-python/pycares/pycares-4.9.0.ebuild b/dev-python/pycares/pycares-4.9.0.ebuild deleted file mode 100644 index 82f3626b0e98..000000000000 --- a/dev-python/pycares/pycares-4.9.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python interface for c-ares" -HOMEPAGE=" - https://github.com/saghul/pycares/ - https://pypi.org/project/pycares/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="test" -# Tests fail with network-sandbox, since they try to resolve google.com -PROPERTIES="test_network" -RESTRICT="test" - -DEPEND=" - net-dns/c-ares:= -" -BDEPEND=" - $(python_gen_cond_dep ' - dev-python/cffi[${PYTHON_USEDEP}] - ' 'python*') -" -RDEPEND=" - dev-python/idna[${PYTHON_USEDEP}] - ${DEPEND} - ${BDEPEND} -" -BDEPEND+=" - test? ( - dev-python/idna[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # regression due to Internet changing (probably) - # https://github.com/saghul/pycares/issues/187 - tests/test_all.py::DNSTest::test_query_class_chaos - tests/test_all.py::DNSTest::test_idna_encoding_query_a - tests/test_all.py::DNSTest::test_query_txt_chunked - # TODO - tests/test_all.py::DNSTest::test_custom_resolvconf -) - -export PYCARES_USE_SYSTEM_LIB=1