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/idna/
Date: Sun, 26 Jan 2020 17:21:20
Message-Id: 1580059266.605de45a0d99758db06f4f8e121645c23bf6522b.mgorny@gentoo
1 commit: 605de45a0d99758db06f4f8e121645c23bf6522b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 17:13:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 17:21:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605de45a
7
8 dev-python/idna: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/idna/Manifest | 3 ---
13 dev-python/idna/idna-2.5.ebuild | 23 -----------------------
14 dev-python/idna/idna-2.6.ebuild | 23 -----------------------
15 dev-python/idna/idna-2.7.ebuild | 23 -----------------------
16 4 files changed, 72 deletions(-)
17
18 diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest
19 index 319d1b04603..071a3c83ad1 100644
20 --- a/dev-python/idna/Manifest
21 +++ b/dev-python/idna/Manifest
22 @@ -1,4 +1 @@
23 -DIST idna-2.5.tar.gz 130211 BLAKE2B 3b00b76f9d86f0961ca4613c4239e39fa19c28f60640d2c9d9b7ea05985f9eceac122bb9e5b30b2f22648506580202a187f95513fe5ab0af6632917335f2eda0 SHA512 29a69ede25a8855135c763da5d20ff81832c710038a38521c127d5b7b24b355c6cfa5e9f9a2a4ef1fa4437537d1d9e4b448357e07b4b5e3724d98fee0a3b7835
24 -DIST idna-2.6.tar.gz 135992 BLAKE2B 1397c93eae23a9ecbcc001205e83fd684cbdb4f0c916c30b7d80dc7fdd43c588a9a81a620a39108a31707c1aee8c4a315d1988ae5a8cf1f6519bb11bad6dc3a3 SHA512 cb5dbfab44c4d11521c67f9d29391f184d1267a3da6dc89f4ed12c60a7a909d5c7474c3ea2bddd0af7063f4f620e87a8dd586bb07e8b961b30b1dd7c969704c2
25 -DIST idna-2.7.tar.gz 172698 BLAKE2B d0c92988d78629af3b87b8b4842757395c1f439f25d77614ba05d48e57d7d9a414c5be33e3fcf191f7dc8fea7325c801ff9c6f687204dec3735406f6e2342923 SHA512 34ba985862e386243f43616586e53830177cf4ba0925b6054198dfa63c085ec5c6c5b54c2b3c0989bc768aacceeef76b84471e58a16183b960dc4b8812cd1c61
26 DIST idna-2.8.tar.gz 174481 BLAKE2B 68e5dddaae30097522e4e661438d7f89a391c5a0e2f72a99e1da88e0af9380f15958d5315fccb4221e7d44a6390a7b0daa537a4752c26cd915bf2d433a4f7cc4 SHA512 8ca5cfe6350c51250bafdac7c6e4ddd54c4a5d6bf7acbcef896760a759868c8e9df1fdf550121d8512fa3eb316dcf031ec6058e03b4f66eadee21b63e2187d33
27
28 diff --git a/dev-python/idna/idna-2.5.ebuild b/dev-python/idna/idna-2.5.ebuild
29 deleted file mode 100644
30 index c54210b95f8..00000000000
31 --- a/dev-python/idna/idna-2.5.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
44 -HOMEPAGE="https://github.com/kjd/idna"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -SLOT="0"
48 -LICENSE="BSD"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
50 -IUSE=""
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -
54 -python_test() {
55 - esetup.py test
56 -}
57
58 diff --git a/dev-python/idna/idna-2.6.ebuild b/dev-python/idna/idna-2.6.ebuild
59 deleted file mode 100644
60 index 12b09556b06..00000000000
61 --- a/dev-python/idna/idna-2.6.ebuild
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
74 -HOMEPAGE="https://github.com/kjd/idna https://pypi.org/project/idna/"
75 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
76 -
77 -SLOT="0"
78 -LICENSE="BSD"
79 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
80 -IUSE=""
81 -
82 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
83 -
84 -python_test() {
85 - esetup.py test
86 -}
87
88 diff --git a/dev-python/idna/idna-2.7.ebuild b/dev-python/idna/idna-2.7.ebuild
89 deleted file mode 100644
90 index a62063f31c8..00000000000
91 --- a/dev-python/idna/idna-2.7.ebuild
92 +++ /dev/null
93 @@ -1,23 +0,0 @@
94 -# Copyright 1999-2020 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -
99 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
104 -HOMEPAGE="https://github.com/kjd/idna https://pypi.org/project/idna/"
105 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
106 -
107 -SLOT="0"
108 -LICENSE="BSD"
109 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
110 -IUSE=""
111 -
112 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
113 -
114 -python_test() {
115 - esetup.py test
116 -}