commit:     f9aacf6c83d0d315deb1911df58d3176a4cc66f1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 05:07:17 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 06:04:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aacf6c

dev-python/pycares: Bump to 4.11.0

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

 dev-python/pycares/Manifest              |  1 +
 dev-python/pycares/pycares-4.11.0.ebuild | 44 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
index e1c4d0bb2f2d..e056bf418a6c 100644
--- a/dev-python/pycares/Manifest
+++ b/dev-python/pycares/Manifest
@@ -1 +1,2 @@
 DIST pycares-4.10.0.tar.gz 654318 BLAKE2B 
fc5d9315d26f5b55150d0fc623775ecbc0fabf4f0c0bdee1cdda6828d674a95c78bb804e26a48591ffb2aba1bffe0d0fd798a8032dcd04731c277fc87b6f59cd
 SHA512 
e4f21c2fa08142f46fccb18f3ff1de106b567daba565375e2ef58e819a56a98a2950f9a396b19092a3b720269e7112509698c325d51ad52fd49d84c4e84d7ba5
+DIST pycares-4.11.0.tar.gz 654473 BLAKE2B 
2e2ce4330258307ec593641fe26e6441b06578d0bac9c58c9bca89f24979efe0099f926b72b991fbaf4a30a128bfb93cb272896c18136c9007efb38f5b23779f
 SHA512 
5ded9356942233f8c77792cdf5061018ec6c7ccc0ce144657c0ca7473d18fbd649699e4814047c41dec3ca393d4fc2402b1b60fbdbd947c05dc881f574edff4b

diff --git a/dev-python/pycares/pycares-4.11.0.ebuild 
b/dev-python/pycares/pycares-4.11.0.ebuild
new file mode 100644
index 000000000000..4cbd336bbce9
--- /dev/null
+++ b/dev-python/pycares/pycares-4.11.0.ebuild
@@ -0,0 +1,44 @@
+# 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}
+"
+
+EPYTEST_PLUGINS=()
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+export PYCARES_USE_SYSTEM_LIB=1

Reply via email to