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/dnspython/
Date: Thu, 26 Mar 2020 20:53:05
Message-Id: 1585255580.f003317a62104a4d33e4e67f11c4a20f61248183.mgorny@gentoo
1 commit: f003317a62104a4d33e4e67f11c4a20f61248183
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 20:46:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 20:46:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f003317a
7
8 dev-python/dnspython: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dnspython/Manifest | 1 -
13 dev-python/dnspython/dnspython-1.15.0-r1.ebuild | 41 -------------------------
14 dev-python/dnspython/dnspython-1.16.0.ebuild | 39 -----------------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest
18 index cb735da94cb..72633cea41b 100644
19 --- a/dev-python/dnspython/Manifest
20 +++ b/dev-python/dnspython/Manifest
21 @@ -1,2 +1 @@
22 -DIST dnspython-1.15.0.zip 252157 BLAKE2B 6766c1e69bc4225b08f3b1b3871fac2aba7ae707de5f16718798ce4d6846308500c5341f9ace1b48d3858ffc965a7295ee42cc2c35ff23ac38d71927dcaecfe9 SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1
23 DIST dnspython-1.16.0.tar.gz 167172 BLAKE2B a246684aae8651d94b4312a4b4cce2236a0c4f2289a8fe8a2bb8e81c6beddf6e81a7d54928bc50f950fde862b27e589e83fa9f7aaff7d263a6442f47fe9bb3bb SHA512 825a1815855e036ea1dfece6ec0d42242f83163960439ecba3da58d9adb85b65dda7e628cf38c386807a6c0c36aa026d5e95f7a1bdc2927aa2f6f042f873c14c
24
25 diff --git a/dev-python/dnspython/dnspython-1.15.0-r1.ebuild b/dev-python/dnspython/dnspython-1.15.0-r1.ebuild
26 deleted file mode 100644
27 index 9a67bca626a..00000000000
28 --- a/dev-python/dnspython/dnspython-1.15.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_6 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="DNS toolkit for Python"
41 -HOMEPAGE="http://www.dnspython.org/ https://pypi.org/project/dnspython/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
47 -IUSE="examples test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
51 - !dev-python/dnspython:py2
52 - !dev-python/dnspython:py3"
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
54 - app-arch/unzip"
55 -
56 -# For testsuite
57 -DISTUTILS_IN_SOURCE_BUILD=1
58 -
59 -python_test() {
60 - cd tests || die
61 - "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
62 - einfo "Testsuite passed under ${EPYTHON}"
63 -}
64 -
65 -python_install_all() {
66 - distutils-r1_python_install_all
67 - if use examples; then
68 - dodoc -r examples
69 - docompress -x /usr/share/doc/${PF}/examples
70 - fi
71 -}
72
73 diff --git a/dev-python/dnspython/dnspython-1.16.0.ebuild b/dev-python/dnspython/dnspython-1.16.0.ebuild
74 deleted file mode 100644
75 index 6fe8fc07c09..00000000000
76 --- a/dev-python/dnspython/dnspython-1.16.0.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="DNS toolkit for Python"
89 -HOMEPAGE="http://www.dnspython.org/ https://pypi.org/project/dnspython/"
90 -SRC_URI="https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="ISC"
93 -SLOT="0"
94 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
95 -IUSE="examples test"
96 -RESTRICT="!test? ( test )"
97 -
98 -RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]
99 - >=dev-python/ecdsa-0.13[${PYTHON_USEDEP}]
100 - >=dev-python/idna-2.1[${PYTHON_USEDEP}]
101 - !dev-python/dnspython:py2
102 - !dev-python/dnspython:py3"
103 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
104 -
105 -python_test() {
106 - cd tests || die
107 - "${EPYTHON}" utest.py || die "tests failed under ${EPYTHON}"
108 - einfo "Testsuite passed under ${EPYTHON}"
109 -}
110 -
111 -python_install_all() {
112 - distutils-r1_python_install_all
113 - if use examples; then
114 - dodoc -r examples
115 - docompress -x /usr/share/doc/${PF}/examples
116 - fi
117 -}