summaryrefslogtreecommitdiff
path: root/dev-python/pycares
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-python/pycares
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-python/pycares')
-rw-r--r--dev-python/pycares/Manifest4
-rw-r--r--dev-python/pycares/pycares-4.0.0.ebuild31
-rw-r--r--dev-python/pycares/pycares-4.1.2.ebuild2
3 files changed, 2 insertions, 35 deletions
diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
index b65edcd52d6a..985878cb3407 100644
--- a/dev-python/pycares/Manifest
+++ b/dev-python/pycares/Manifest
@@ -1,5 +1,3 @@
-DIST pycares-4.0.0.tar.gz 43512 BLAKE2B cccfd5738582da570a2b9b17e6e31764ff2fffe4306f08c09374707a8e1c997ca7bdf0c867252c6ec66712622c927989c4d8bcad42075c48cb2af0a5364908e8 SHA512 796f14fb13c5e848b98459287d9658e8d81a48b2b6e08793f794bf9bcf7381bd400f43a07b50b23c4578579098dab5954beae09f8d35da7b809552f701d03b05
DIST pycares-4.1.2.tar.gz 43668 BLAKE2B 4b26f8643ff5ce297981b0b60b3afb34b249138e8f702dd4aa0a38935e9e5338d048f3be1b4fb64d6d8b2259a279a8881dbd44b412c10427dbd7eee664e70495 SHA512 6fb2d24fb5f2638c55424608b02ebe9f630866d644decfb663ab9d8e2bb7a42629748fa220054747f9c36ce3dcb42f3b8e457c5c39009f94b564ff07efde0c84
-EBUILD pycares-4.0.0.ebuild 726 BLAKE2B fb25f94b2d75866eae37be6e8d6b3634cb185a9fb96181dbfb6ab6f504e757d154c8aa5343c76f3042c2aecdec83b1d1a4540d0a54217314a703da001ec9edad SHA512 70cfe97a92e1c142754cb95d53cc017a02cfd8afc18440453790f970706e830149057bd230923b2a7aa5867918b617f15b8bbc6934651d8fa4be68a00bbdb87d
-EBUILD pycares-4.1.2.ebuild 831 BLAKE2B 1d2f9bef253be90d5e67fe352f2c358ee381f9f162e74923439379991536ed5419d489cdbe6a9cae569f400f61ff9d73a86723520d87d157d1341a8a9edb2418 SHA512 ffcf3c56bcbaf7bffce6b5ac3c611b552c14e1e51451d208e89b46741da25f6a6012db756bab511ca5dbb72794fca6f401f63c7174e6e41fac8dbd90bcc20bcd
+EBUILD pycares-4.1.2.ebuild 830 BLAKE2B fd5fad3311ea0beea222f9809db9f8ec2228760f9e14406629dd9b79bb50a9285dee05762a9c9555f6884340a351e89e77b410b4f6212c324a1b578e029f973e SHA512 c6e31558388b93217d1cd6c51c638e8d9d37d3f12324f217039618342bfab137e70eeaf9bdbb2599148dd52aa08577936ba67a6c6c26645d1294148e415b190b
MISC metadata.xml 444 BLAKE2B a68f545c6f704176b98ebb3665e2f56e4879016ea4ffa4f342954d568d6fe76ad67bcf9d521f694b8fc0f199bff50969eb646554fff4a78f8644ac44edda0cdf SHA512 fe893795f2031639d9fa27efcb8afbb5a3e0ac2eb2a05f0465391813d60fba07372633e40136ce38eb429bae95d1ae5dccecd0aba228537553524343133dd202
diff --git a/dev-python/pycares/pycares-4.0.0.ebuild b/dev-python/pycares/pycares-4.0.0.ebuild
deleted file mode 100644
index eceb9a8469eb..000000000000
--- a/dev-python/pycares/pycares-4.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface for c-ares"
-HOMEPAGE="https://github.com/saghul/pycares/"
-SRC_URI="https://github.com/saghul/pycares/archive/${P/_p/-fix}.tar.gz"
-S=${WORKDIR}/${PN}-${P/_p/-fix}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-DEPEND="net-dns/c-ares"
-BDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
-RDEPEND="
- ${DEPEND}
- ${BDEPEND}"
-
-export PYCARES_USE_SYSTEM_LIB=1
-
-python_test() {
- "${EPYTHON}" tests/tests.py -v || die
-}
diff --git a/dev-python/pycares/pycares-4.1.2.ebuild b/dev-python/pycares/pycares-4.1.2.ebuild
index c24fe865ba50..1ff06a1aacd3 100644
--- a/dev-python/pycares/pycares-4.1.2.ebuild
+++ b/dev-python/pycares/pycares-4.1.2.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${PN}-${P/_p/-fix}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="test"
# Tests fail with network-sandbox, since they try to resolve google.com
PROPERTIES="test_network"