Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansi2html/
Date: Sun, 29 Dec 2019 13:06:39
Message-Id: 1577624763.5431047e5f37359f9b0d8038b7b074138b268f0e.soap@gentoo
1 commit: 5431047e5f37359f9b0d8038b7b074138b268f0e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 13:06:03 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:06:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5431047e
7
8 dev-python/ansi2html: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/ansi2html/Manifest | 3 --
14 dev-python/ansi2html/ansi2html-1.1.1.ebuild | 44 -------------------------
15 dev-python/ansi2html/ansi2html-1.2.0.ebuild | 44 -------------------------
16 dev-python/ansi2html/ansi2html-1.3.0.ebuild | 50 -----------------------------
17 4 files changed, 141 deletions(-)
18
19 diff --git a/dev-python/ansi2html/Manifest b/dev-python/ansi2html/Manifest
20 index a8b17e8cb5d..f1c966afae9 100644
21 --- a/dev-python/ansi2html/Manifest
22 +++ b/dev-python/ansi2html/Manifest
23 @@ -1,6 +1,3 @@
24 -DIST ansi2html-1.1.1.tar.gz 46591 BLAKE2B e2eb3d9b2665fd495ee8591a3cbfebcd1d565edec9f8ec6840bed8303bbc094e71b9371f496f5f479da9d61937fb2e4ac4deb485631c2576bed33bfee731fba5 SHA512 5f08e6e3e89797f23759da7aac8cbd17e86ffcac37af8db8c345423c69744d88a1517cb0f17dc9c366b509b972484d25877cce8c7466a7a463eea24af17133de
25 -DIST ansi2html-1.2.0.tar.gz 46748 BLAKE2B c5ea7d35640f93562f6098a46dbeff9248e25b6210bfa5e71265d529599eea7713581ef986faa5afefb445492fe09d2170d164a63b2a602c57a79f2c72cbe118 SHA512 3106488da19cd093d7ae2a7499a66baf77877f47da0e497791cea2a63079c184f1d36743e78116b3faf08ab145ca97b5774151114b9ca193020578c8a3bdc860
26 -DIST ansi2html-1.3.0.tar.gz 35989 BLAKE2B b2f949e2c559b2da91d3095b4d8ac2091bd15aad46b178a01aa59d4c900917e733f6ab3884d9c4c7c46bfa530936339d9b105a0471a09eb7a01693c43e8a87dd SHA512 73d1b3431e22146c4fe18fef4b05413231d79d627c396d67528d0aa1ab07a7ef4bcfeff56829b85d9fe9ad508599b782318911f7b10d6b9a1bc98780e31389d7
27 DIST ansi2html-1.4.2.tar.gz 25485 BLAKE2B 93f3bbd307b916c9ca60379235600606dbe16f1b6e423d0d2615f7825e92a6d7a8469ae7d60cf5131b4c3431897b3161bfcd2a0327525a332bcd6a6980dad5c9 SHA512 29c569839788968ba5a1fed8dddd4cc92f40ca88b4135b597815012ea44a44e8b7a3c2259d2d5d5f3cc690400be882236b88c0764a649da5679431501aab0b1c
28 DIST ansi2html-1.5.1.tar.gz 27133 BLAKE2B 8a8017b8f4edb878b105138ec0dfe3fbde8647315382d763eeae7f90f094b60f0cb7205718c75930ccb7ca1183e40e5205eca6f8362e20445d930d92db23bc22 SHA512 367fa9721de65a6e14118d65de9ea8ede1ecc9f0809115ecccf481947aa442409ca972442e51a75bc4f14913566255142da4e411fe060dfda5e55f84a7ac67af
29 DIST ansi2html-1.5.2.tar.gz 27124 BLAKE2B 0d02e8cea46622c4d2cbd06f06fd31b3c7e93d61f6b9eadb37815d2ee490b6ce4233fb019f175f61465ef89520a944bbe14543627a6421a64304b58dc038c0ca SHA512 163d5784d04e6eea0847676b967051382fa74a354c19462d1b73980fd1b0a7eb45ce1f1bd88cca803356e7767ccab1bbce6de4152c98aec98534f4ed7d65a83f
30
31 diff --git a/dev-python/ansi2html/ansi2html-1.1.1.ebuild b/dev-python/ansi2html/ansi2html-1.1.1.ebuild
32 deleted file mode 100644
33 index 278b315ef4e..00000000000
34 --- a/dev-python/ansi2html/ansi2html-1.1.1.ebuild
35 +++ /dev/null
36 @@ -1,44 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -PYTHON_COMPAT=( python3_5 )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Convert text with ANSI color codes to HTML"
47 -HOMEPAGE="https://pypi.org/project/ansi2html/ https://github.com/ralphbean/ansi2html"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="GPL-3+"
51 -SLOT="0"
52 -KEYWORDS="amd64 arm x86"
53 -IUSE="test"
54 -
55 -# They miserably fail.
56 -RESTRICT="test"
57 -
58 -RDEPEND="
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
61 -DEPEND="
62 - test? (
63 - ${RDEPEND}
64 - dev-python/nose[${PYTHON_USEDEP}]
65 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
66 - )
67 - dev-python/setuptools[${PYTHON_USEDEP}]
68 - "
69 -
70 -python_test() {
71 - chmod -x "${S}"/tests/* || die
72 - esetup.py check
73 - esetup.py test
74 -}
75 -
76 -python_install_all() {
77 - doman man/"${PN}.1"
78 - DOCS=( README.rst man/"${PN}".1.txt )
79 - distutils-r1_python_install_all
80 -}
81
82 diff --git a/dev-python/ansi2html/ansi2html-1.2.0.ebuild b/dev-python/ansi2html/ansi2html-1.2.0.ebuild
83 deleted file mode 100644
84 index 278b315ef4e..00000000000
85 --- a/dev-python/ansi2html/ansi2html-1.2.0.ebuild
86 +++ /dev/null
87 @@ -1,44 +0,0 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -
93 -PYTHON_COMPAT=( python3_5 )
94 -
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Convert text with ANSI color codes to HTML"
98 -HOMEPAGE="https://pypi.org/project/ansi2html/ https://github.com/ralphbean/ansi2html"
99 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
100 -
101 -LICENSE="GPL-3+"
102 -SLOT="0"
103 -KEYWORDS="amd64 arm x86"
104 -IUSE="test"
105 -
106 -# They miserably fail.
107 -RESTRICT="test"
108 -
109 -RDEPEND="
110 - dev-python/setuptools[${PYTHON_USEDEP}]
111 - >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
112 -DEPEND="
113 - test? (
114 - ${RDEPEND}
115 - dev-python/nose[${PYTHON_USEDEP}]
116 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
117 - )
118 - dev-python/setuptools[${PYTHON_USEDEP}]
119 - "
120 -
121 -python_test() {
122 - chmod -x "${S}"/tests/* || die
123 - esetup.py check
124 - esetup.py test
125 -}
126 -
127 -python_install_all() {
128 - doman man/"${PN}.1"
129 - DOCS=( README.rst man/"${PN}".1.txt )
130 - distutils-r1_python_install_all
131 -}
132
133 diff --git a/dev-python/ansi2html/ansi2html-1.3.0.ebuild b/dev-python/ansi2html/ansi2html-1.3.0.ebuild
134 deleted file mode 100644
135 index b7662f627ee..00000000000
136 --- a/dev-python/ansi2html/ansi2html-1.3.0.ebuild
137 +++ /dev/null
138 @@ -1,50 +0,0 @@
139 -# Copyright 1999-2019 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=6
143 -
144 -PYTHON_COMPAT=( python3_5 )
145 -
146 -inherit distutils-r1
147 -
148 -DESCRIPTION="Convert text with ANSI color codes to HTML"
149 -HOMEPAGE="https://pypi.org/project/ansi2html/ https://github.com/ralphbean/ansi2html"
150 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
151 -
152 -LICENSE="LGPL-3+"
153 -SLOT="0"
154 -KEYWORDS="~amd64 ~arm ~x86"
155 -IUSE="doc test"
156 -
157 -# They miserably fail.
158 -RESTRICT="test"
159 -
160 -RDEPEND="
161 - dev-python/setuptools[${PYTHON_USEDEP}]
162 - >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
163 -DEPEND="
164 - doc? ( app-text/asciidoc )
165 - test? (
166 - ${RDEPEND}
167 - dev-python/nose[${PYTHON_USEDEP}]
168 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
169 - )
170 - dev-python/setuptools[${PYTHON_USEDEP}]
171 - "
172 -
173 -src_compile() {
174 - use doc && emake man/${PN}.1
175 - distutils-r1_src_compile
176 -}
177 -
178 -python_test() {
179 - chmod -x "${S}"/tests/* || die
180 - esetup.py check
181 - esetup.py test
182 -}
183 -
184 -python_install_all() {
185 - use doc && doman man/${PN}.1
186 - DOCS=( README.rst man/${PN}.1.txt )
187 - distutils-r1_python_install_all
188 -}