commit:     14456147f06b86ee227b097c62250361b1b028d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 11:36:34 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 11:46:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14456147

dev-python/pycares: Remove old

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

 dev-python/pycares/Manifest             |  1 -
 dev-python/pycares/pycares-4.4.0.ebuild | 57 ---------------------------------
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
index 154af9781796..5a31d6b3607c 100644
--- a/dev-python/pycares/Manifest
+++ b/dev-python/pycares/Manifest
@@ -1,2 +1 @@
-DIST pycares-4.4.0.tar.gz 821630 BLAKE2B 
c2bddc54db9cd6ba92d7c4fb3809609a8a3526bab68e4cf48f0fee2e7473828f70ca696be11b904e9c3f9241de8b13568cd0317c8cb305a4aca7356f1b74cfb5
 SHA512 
db387f21975d015e0fcb01972ffb018476d51331a7a49bb4c0bf23ccfa13dff3f8b9c21d5f11da8ece3018debf36b1cddea032ef860353203cf38ab2b3d01e8a
 DIST pycares-4.5.0.tar.gz 821554 BLAKE2B 
75e178d288779876becae08af08218364f13fd6b2e03c4dc6a67e5e330e26ef17fee831d0a9329a66cc9358fcc167808379b6881a0f8e18bd76a8e6ed2587c60
 SHA512 
224c8807396590e07fbe10c3f26eae1a457bf4969788b432b4367898382a5c68f2d7ef33f62e31dea772491319287ff1685f3cb0eb78f9c07cec80d50864e617

diff --git a/dev-python/pycares/pycares-4.4.0.ebuild 
b/dev-python/pycares/pycares-4.4.0.ebuild
deleted file mode 100644
index 3c65a4ebbb90..000000000000
--- a/dev-python/pycares/pycares-4.4.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 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 python3_{10..13} )
-
-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

Reply via email to