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: Wed, 03 Jan 2018 22:13:16
Message-Id: 1515017584.0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e.mgorny@gentoo
1 commit: 0b23bae29905a01dd8a80f2e2e3afa6e21a5d80e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 12:24:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 22:13:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b23bae2
7
8 dev-python/dnspython: Clean old up
9
10 dev-python/dnspython/Manifest | 2 --
11 dev-python/dnspython/dnspython-1.12.0-r200.ebuild | 36 --------------------
12 dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 41 -----------------------
13 3 files changed, 79 deletions(-)
14
15 diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest
16 index 31c7e06e21f..f547dd89ee4 100644
17 --- a/dev-python/dnspython/Manifest
18 +++ b/dev-python/dnspython/Manifest
19 @@ -1,3 +1 @@
20 -DIST dnspython-1.12.0.tar.gz 135164 BLAKE2B ff2a49188dd5b9ab510f3b1cd99d3f409286431bc17bd4ddb23e84c696ddc2a652c662505176539254b7854b10c5f83335a0c3c42aa9b21a788c4d432a7a565f SHA512 583d069ed7ee9b20f16a964023fa0300f15032c27de6d084205f73394f19a2d5bb1641ef95b08a8ddf1f622eeb5fa8cbfa62b8a2ee478a49b0dff0995e4ae42e
21 DIST dnspython-1.15.0.zip 252157 BLAKE2B 6766c1e69bc4225b08f3b1b3871fac2aba7ae707de5f16718798ce4d6846308500c5341f9ace1b48d3858ffc965a7295ee42cc2c35ff23ac38d71927dcaecfe9 SHA512 942f7cf083d1b0a9f03f040ceca194c38777f2e40862c388051986112b3f2a4a8426733ff46ec5a155319776e4a856412c3430b052b2f92f251f0e3260eb9bc1
22 -DIST dnspython3-1.12.0.zip 226945 BLAKE2B 1bad6df7d62481d52407146c8ee33fab9dad47ed52ae43855ec11fe347588a2d8b251deed4527ab9b2291cb5aa23e8d508e5e7af0ca89686b2c7dedc2b7684fc SHA512 02c61eb91c2e872f2c8fa0e09b88d593a067130b5ac3ea6eabd0abec413ecb6d3b7d5472ca502334f4c441af249511109006ae6a7b41d36ba1db3e777971b3ae
23
24 diff --git a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild b/dev-python/dnspython/dnspython-1.12.0-r200.ebuild
25 deleted file mode 100644
26 index 2e61d8d91ba..00000000000
27 --- a/dev-python/dnspython/dnspython-1.12.0-r200.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="DNS toolkit for Python"
40 -HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
41 -SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz"
42 -
43 -LICENSE="ISC"
44 -SLOT="py2"
45 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
46 -IUSE="examples test"
47 -
48 -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
49 - !dev-python/dnspython:0"
50 -DEPEND="${RDEPEND}
51 - app-arch/unzip"
52 -
53 -# For testsuite
54 -DISTUTILS_IN_SOURCE_BUILD=1
55 -
56 -python_test() {
57 - cd tests || die
58 - "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
59 - einfo "Testsuite passed under ${EPYTHON}"
60 -}
61 -
62 -python_install_all() {
63 - use examples && local EXAMPLES=( examples/. )
64 - distutils-r1_python_install_all
65 -}
66
67 diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
68 deleted file mode 100644
69 index a327618e6d5..00000000000
70 --- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
71 +++ /dev/null
72 @@ -1,41 +0,0 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -PYTHON_COMPAT=( python3_{4,5,6} )
79 -
80 -inherit distutils-r1
81 -
82 -MY_PN="${PN}3"
83 -MY_P="${MY_PN}-${PV}"
84 -
85 -DESCRIPTION="DNS toolkit for Python"
86 -HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython"
87 -SRC_URI="http://www.dnspython.org/kits3/${PV}/${MY_P}.zip"
88 -
89 -LICENSE="ISC"
90 -SLOT="py3"
91 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
92 -IUSE="examples test"
93 -
94 -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
95 - !dev-python/dnspython:0"
96 -DEPEND="${RDEPEND}
97 - app-arch/unzip"
98 -
99 -S="${WORKDIR}/${MY_P}"
100 -
101 -# For testsuite
102 -DISTUTILS_IN_SOURCE_BUILD=1
103 -
104 -python_test() {
105 - cd tests || die
106 - "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
107 - einfo "Testsuite passed under ${EPYTHON}"
108 -}
109 -
110 -python_install_all() {
111 - use examples && local EXAMPLES=( examples/. )
112 - distutils-r1_python_install_all
113 -}