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/aiodns/
Date: Fri, 10 Jan 2020 08:17:53
Message-Id: 1578644264.fa9f6c0df1e1b731fdb0f4e797f0f1f22e2e7ee8.mgorny@gentoo
1 commit: fa9f6c0df1e1b731fdb0f4e797f0f1f22e2e7ee8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 07:55:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 08:17:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9f6c0d
7
8 dev-python/aiodns: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiodns/Manifest | 2 --
13 dev-python/aiodns/aiodns-1.1.1.ebuild | 29 -----------------------------
14 dev-python/aiodns/aiodns-1.2.0.ebuild | 27 ---------------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
18 index 186058660e6..e13432e4f1a 100644
19 --- a/dev-python/aiodns/Manifest
20 +++ b/dev-python/aiodns/Manifest
21 @@ -1,3 +1 @@
22 -DIST aiodns-1.1.1.tar.gz 6084 BLAKE2B 8e58cedcf288f87ca9cc8d5f067bdf182f220979aba3d2aa53eb998ae877dcaa7c2a7419a50719ba150fdf17271d025668b28a3212fc5a819bf13129b4fb25a2 SHA512 4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
23 -DIST aiodns-1.2.0.tar.gz 6457 BLAKE2B c1035e5a31b179665be1c7c75e3e8f6665e04c43d5f2bada7e0d7ef76f17d99d2d86c2bd5063fbda2d2947c7a4aa1e21e66cef070019da6bf56e94d716edc0ea SHA512 2e80c275d98f54378b121cafe4680221f29eb57346976b3c476c7110fcb215892744982de25736193663ab4ac3f3cf516fa38b664e3303e6c67180ed6c31e21b
24 DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11 SHA512 d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0
25
26 diff --git a/dev-python/aiodns/aiodns-1.1.1.ebuild b/dev-python/aiodns/aiodns-1.1.1.ebuild
27 deleted file mode 100644
28 index c682b3a842f..00000000000
29 --- a/dev-python/aiodns/aiodns-1.1.1.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 python3_6 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Simple DNS resolver for asyncio"
41 -HOMEPAGE="https://github.com/saghul/aiodns/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -# Tests fail with network-sandbox, since they try to resolve google.com
49 -RESTRICT="test"
50 -
51 -RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
52 - python_targets_python2_7? (
53 - dev-python/trollius[python_targets_python2_7]
54 - )"
55 -DEPEND="${RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]"
57 -
58 -python_test() {
59 - "${PYTHON:-python}" tests.py || die
60 -}
61
62 diff --git a/dev-python/aiodns/aiodns-1.2.0.ebuild b/dev-python/aiodns/aiodns-1.2.0.ebuild
63 deleted file mode 100644
64 index 3f6a593a86d..00000000000
65 --- a/dev-python/aiodns/aiodns-1.2.0.ebuild
66 +++ /dev/null
67 @@ -1,27 +0,0 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Simple DNS resolver for asyncio"
77 -HOMEPAGE="https://github.com/saghul/aiodns/"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="MIT"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -# Tests fail with network-sandbox, since they try to resolve google.com
85 -RESTRICT="test"
86 -
87 -RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
88 -$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' -2)"
89 -DEPEND="${RDEPEND}
90 - dev-python/setuptools[${PYTHON_USEDEP}]"
91 -
92 -python_test() {
93 - "${EPYTHON}" tests.py -v || die
94 -}