From b2d3769042cfd3d8ceadaa52f6a5aafabb0d4114 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 May 2023 09:16:49 +0100 Subject: gentoo auto-resync : 29:05:2023 - 09:16:49 --- dev-python/pycares/Manifest | 2 +- dev-python/pycares/pycares-4.3.0.ebuild | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'dev-python/pycares') diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest index 4b02d729a57c..22b3814e7533 100644 --- a/dev-python/pycares/Manifest +++ b/dev-python/pycares/Manifest @@ -1,3 +1,3 @@ DIST pycares-4.3.0.gh.tar.gz 44577 BLAKE2B b69eeb34a2f8c9d7025dc74881431b3fc5489b7f7e9142bb9ecdaf217e495ad72b1a6a7dc484a52e6a01394bbfa6d0609b2054dd4a663176cfb73d980642a3e1 SHA512 1dad1a6722bdd2bc59cc4ca774cc9da243e61a442ef383c238714b1274e90359352c72d16a2c1af2fcce3ea92708a7e5cee89a9b3eb7c015f9a194051c685f52 -EBUILD pycares-4.3.0.ebuild 921 BLAKE2B 873aed2dcec7d404b69c038757cc994d342d4ba87c4d986f092cd9714df005c4c99064106ba878a637734244d7a356dd1f98a408a00487a2afe1014d7a48817d SHA512 0b0b3dc137a14812c082a0d637fea89b61297c903ec412c3604d4cc0f38776a3a2ebaf080b810f369284e62f68ed70f198a46ce0a1113383beddb713df2a990e +EBUILD pycares-4.3.0.ebuild 1128 BLAKE2B 64346cc7503a9b61722dfa64dd061a3376e5b9b52ebad0d7ef44053accc3be90a1c541a6580302b2cc4b5c69ea5e968a7bb4cf0cef9a045588d00893ea628af7 SHA512 1df0b4851e6592929fb7bcb36b1a091406eeb95c5f7df24804c51ed9be73193aaaded614ae35dcd464c257cea7dc31a3481c9c25118e4597899773cfddefe576 MISC metadata.xml 444 BLAKE2B a68f545c6f704176b98ebb3665e2f56e4879016ea4ffa4f342954d568d6fe76ad67bcf9d521f694b8fc0f199bff50969eb646554fff4a78f8644ac44edda0cdf SHA512 fe893795f2031639d9fa27efcb8afbb5a3e0ac2eb2a05f0465391813d60fba07372633e40136ce38eb429bae95d1ae5dccecd0aba228537553524343133dd202 diff --git a/dev-python/pycares/pycares-4.3.0.ebuild b/dev-python/pycares/pycares-4.3.0.ebuild index 19ac39d76e8f..65783928aa52 100644 --- a/dev-python/pycares/pycares-4.3.0.ebuild +++ b/dev-python/pycares/pycares-4.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -32,7 +32,9 @@ DEPEND=" net-dns/c-ares:= " BDEPEND=" - virtual/python-cffi[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cffi[${PYTHON_USEDEP}] + ' 'python*') " RDEPEND=" dev-python/idna[${PYTHON_USEDEP}] @@ -45,6 +47,12 @@ BDEPEND+=" ) " -distutils_enable_tests unittest +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 +) export PYCARES_USE_SYSTEM_LIB=1 -- cgit v1.2.3