summaryrefslogtreecommitdiff
path: root/dev-python/pycares
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-07 06:41:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-07 06:41:06 +0000
commitd69399c7befdd98cda62d6a1788ae2aa7f104c5e (patch)
treeeac7184f4cfe7d67580c1d0a0d9942a91e6cb4ee /dev-python/pycares
parente4d9d6796d5018e338f0b27a3bc97716195bf0b8 (diff)
gentoo auto-resync : 07:01:2025 - 06:41:06
Diffstat (limited to 'dev-python/pycares')
-rw-r--r--dev-python/pycares/Manifest4
-rw-r--r--dev-python/pycares/pycares-4.4.0.ebuild57
-rw-r--r--dev-python/pycares/pycares-4.5.0.ebuild4
3 files changed, 3 insertions, 62 deletions
diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
index 6b16abeaef8a..2d917f9bee3a 100644
--- a/dev-python/pycares/Manifest
+++ b/dev-python/pycares/Manifest
@@ -1,5 +1,3 @@
-DIST pycares-4.4.0.tar.gz 821630 BLAKE2B c2bddc54db9cd6ba92d7c4fb3809609a8a3526bab68e4cf48f0fee2e7473828f70ca696be11b904e9c3f9241de8b13568cd0317c8cb305a4aca7356f1b74cfb5 SHA512 db387f21975d015e0fcb01972ffb018476d51331a7a49bb4c0bf23ccfa13dff3f8b9c21d5f11da8ece3018debf36b1cddea032ef860353203cf38ab2b3d01e8a
DIST pycares-4.5.0.tar.gz 821554 BLAKE2B 75e178d288779876becae08af08218364f13fd6b2e03c4dc6a67e5e330e26ef17fee831d0a9329a66cc9358fcc167808379b6881a0f8e18bd76a8e6ed2587c60 SHA512 224c8807396590e07fbe10c3f26eae1a457bf4969788b432b4367898382a5c68f2d7ef33f62e31dea772491319287ff1685f3cb0eb78f9c07cec80d50864e617
-EBUILD pycares-4.4.0.ebuild 1243 BLAKE2B d7cb383b426031a9a4133f2a57b6c634db5b0f70a1bbebb38971babfc232e72f1d2f520a8b59faa1809922df12410860f92775fe65f28621888cfa8bbe0187be SHA512 fc42a8f4b988710d8293ec822e0b9fac518c6e26d3637e91448c164d10c5f6822059ccee2577d6afd991a3c62ff2da73e47a57a3ba4233add9c8a0686840d0ef
-EBUILD pycares-4.5.0.ebuild 1244 BLAKE2B 64d0374f06730d4166cb7219d88082b6c6b0feeb42c98c09393d87a6a77d9c066077c64e9218046d9c144e05f8ba9fa18437b9f9aba1b8a810d8128a34714044 SHA512 6b80a940d6d5d5a2a56df8e5ab67637cdb151481df1ead44d83a38e62009f92242c880aee70448039149b057d97428644c2b4422e2711a655860d262ac04244d
+EBUILD pycares-4.5.0.ebuild 1243 BLAKE2B 5a98bba1e3a83a44b7da3dcc7e4e007b04c46e423a388febaf489c17b1e3891ac2bb4522c1360e11c8e9f3228947d1c76adc5f7c5f60243ae8c569bf01f3b2ec SHA512 aa30185555b2203b2ac79454dd7428565d2713ccd4d9a5f6c49216ac5cbdff9e5a78596ae9ee8600781fb929964fb2ffb132ed68dd3dd1dbd46c5a55044d6dcb
MISC metadata.xml 365 BLAKE2B 25e3fcfc824ba25f7f8069c1378632be9e46ae31a05f8b0c84a137524d538fc0c995872bb2aad7c82fff788085852d1f6283ef5643ac97e3e79c403d023113ed SHA512 d20c28823172252202424d3601f17d289018f6aae5fec1f184a4322eb982dd658159e884b0334ddfa76cf594c3e8274d403c62cfa1ad8026f387799c92fc69e4
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
diff --git a/dev-python/pycares/pycares-4.5.0.ebuild b/dev-python/pycares/pycares-4.5.0.ebuild
index 718bdd9bb397..d67ce305747d 100644
--- a/dev-python/pycares/pycares-4.5.0.ebuild
+++ b/dev-python/pycares/pycares-4.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+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"