Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycares/
Date: Tue, 15 Jun 2021 05:40:40
Message-Id: 1623735510.2ea52f82aa8b805d1b5d713017331f2ad332c8fe.mgorny@gentoo
1 commit: 2ea52f82aa8b805d1b5d713017331f2ad332c8fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 15 05:38:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 15 05:38:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea52f82
7
8 dev-python/pycares: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pycares/Manifest | 2 --
13 dev-python/pycares/pycares-3.1.1.ebuild | 27 ---------------------------
14 dev-python/pycares/pycares-3.2.3.ebuild | 26 --------------------------
15 3 files changed, 55 deletions(-)
16
17 diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
18 index 597d361d7fe..71098557129 100644
19 --- a/dev-python/pycares/Manifest
20 +++ b/dev-python/pycares/Manifest
21 @@ -1,3 +1 @@
22 -DIST pycares-3.1.1.tar.gz 216259 BLAKE2B 4481689e418695838c456f1e15b38dcdabadb106f393f52ec21a358b06621650d4e82086ca913abb341b9d8658db1c9ddd0064e68413e71a4ddded070647edfb SHA512 52c529510e3342c0b97ad0b4b9277d1f364da7719817a31a3cfac1f88613ea82f127182eab7c52c2fcd08008c689885bb4196f887a0f81b769f08f7cbf39909e
23 -DIST pycares-3.2.3.tar.gz 214612 BLAKE2B e06f45a8b8e9312596ff6a56262cc91c32cd578ea2dc4c54c0a9e52ec1aa1cb8174aa03c486c74c98bbc22e7801e231244e64a943d40407f7731fe00400723f6 SHA512 126c4cc1390b558da4ce82dfbd11c56ad6be038ce5eda93641548faa4a59cd81f08265b71de31d5b54238ccf8e7d937272c13611111b04230c6ee7e4f01cb8d8
24 DIST pycares-4.0.0.tar.gz 43512 BLAKE2B cccfd5738582da570a2b9b17e6e31764ff2fffe4306f08c09374707a8e1c997ca7bdf0c867252c6ec66712622c927989c4d8bcad42075c48cb2af0a5364908e8 SHA512 796f14fb13c5e848b98459287d9658e8d81a48b2b6e08793f794bf9bcf7381bd400f43a07b50b23c4578579098dab5954beae09f8d35da7b809552f701d03b05
25
26 diff --git a/dev-python/pycares/pycares-3.1.1.ebuild b/dev-python/pycares/pycares-3.1.1.ebuild
27 deleted file mode 100644
28 index 681c7648313..00000000000
29 --- a/dev-python/pycares/pycares-3.1.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_{7..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python interface for c-ares"
41 -HOMEPAGE="https://github.com/saghul/pycares/"
42 -SRC_URI="https://github.com/saghul/pycares/archive/${P/_p/-fix}.tar.gz"
43 -S=${WORKDIR}/${PN}-${P/_p/-fix}
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 ~x86"
48 -IUSE=""
49 -# Tests fail with network-sandbox, since they try to resolve google.com
50 -RESTRICT="test"
51 -
52 -# uses bundled/patched c-ares
53 -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
54 -BDEPEND=${RDEPEND}
55 -
56 -python_test() {
57 - "${EPYTHON}" tests/tests.py -v || die
58 -}
59
60 diff --git a/dev-python/pycares/pycares-3.2.3.ebuild b/dev-python/pycares/pycares-3.2.3.ebuild
61 deleted file mode 100644
62 index dfc12ae28b0..00000000000
63 --- a/dev-python/pycares/pycares-3.2.3.ebuild
64 +++ /dev/null
65 @@ -1,26 +0,0 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -PYTHON_COMPAT=( python3_{7..10} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Python interface for c-ares"
75 -HOMEPAGE="https://github.com/saghul/pycares/"
76 -SRC_URI="https://github.com/saghul/pycares/archive/${P/_p/-fix}.tar.gz"
77 -S=${WORKDIR}/${PN}-${P/_p/-fix}
78 -
79 -LICENSE="MIT"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~arm64 ~x86"
82 -# Tests fail with network-sandbox, since they try to resolve google.com
83 -RESTRICT="test"
84 -
85 -# uses bundled/patched c-ares
86 -RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
87 -BDEPEND=${RDEPEND}
88 -
89 -python_test() {
90 - "${EPYTHON}" tests/tests.py -v || die
91 -}