Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/
Date: Mon, 29 Apr 2019 14:24:59
Message-Id: 1556547793.d36b894f72742ef357e5d21db844793933f6df50.perfinion@gentoo
1 commit: d36b894f72742ef357e5d21db844793933f6df50
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 14:09:52 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 14:23:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36b894f
7
8 sci-visualization/tensorboard: drop old
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sci-visualization/tensorboard/Manifest | 4 --
14 .../tensorboard/tensorboard-1.10.0.ebuild | 47 ------------------
15 .../tensorboard/tensorboard-1.11.0-r1.ebuild | 52 --------------------
16 .../tensorboard/tensorboard-1.12.1.ebuild | 55 ----------------------
17 .../tensorboard/tensorboard-1.12.2.ebuild | 55 ----------------------
18 5 files changed, 213 deletions(-)
19
20 diff --git a/sci-visualization/tensorboard/Manifest b/sci-visualization/tensorboard/Manifest
21 index 8f01fa17b2d..419c6f79841 100644
22 --- a/sci-visualization/tensorboard/Manifest
23 +++ b/sci-visualization/tensorboard/Manifest
24 @@ -1,5 +1 @@
25 -DIST tensorboard-1.10.0.zip 3280385 BLAKE2B b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518 SHA512 2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818
26 -DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 5a0c325755551d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08 SHA512 d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426
27 -DIST tensorboard-1.12.1.zip 3046273 BLAKE2B 13d49cc9ed194c629943942b95c7a084220ce5f7ac2faaf5c010f8c4b71412144528feb58b2b67cae0d342f6a41e078c0fdffa45fdf526ec93b39ad204242c7c SHA512 b739f387c27a609d3064f7f7a162780d8807f4f9f6b95401f088bc7d6a1763613148056472c8b24b0941d562bb14bb323a82a248deb416ec5fba27fc25d7e62f
28 -DIST tensorboard-1.12.2.zip 3046421 BLAKE2B a43d2b10845364deac5742652bbae6edb6c87400ea45f03acf5ea2a7363f7687911c14a4d23631d329aec017ecac0d42ccda5501f1061f7835acadfc1ba2b377 SHA512 41b8fbd4b0e015931929cd701986c655785221debec3041638d807f412b73d46fbf1c9ad01cb20dbbe9bb8886f9e2e2439afa724f156fcea5bd35e74e278ac9b
29 DIST tensorboard-1.13.1.zip 3187614 BLAKE2B e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648 SHA512 d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3
30
31 diff --git a/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild b/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild
32 deleted file mode 100644
33 index 0087abfa2ad..00000000000
34 --- a/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild
35 +++ /dev/null
36 @@ -1,47 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
43 -inherit python-r1 python-utils-r1
44 -
45 -DESCRIPTION="TensorFlow's Visualization Toolkit"
46 -HOMEPAGE="https://www.tensorflow.org/"
47 -SRC_URI="https://files.pythonhosted.org/packages/c6/17/ecd918a004f297955c30b4fffbea100b1606c225dbf0443264012773c3ff/${P}-py3-none-any.whl -> ${P}.zip"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -IUSE=""
53 -
54 -RDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]
55 - dev-python/bleach[${PYTHON_USEDEP}]
56 - dev-python/html5lib[${PYTHON_USEDEP}]
57 - dev-python/markdown[${PYTHON_USEDEP}]
58 - dev-python/numpy[${PYTHON_USEDEP}]
59 - dev-python/protobuf-python[${PYTHON_USEDEP}]
60 - dev-python/six[${PYTHON_USEDEP}]
61 - dev-python/werkzeug[${PYTHON_USEDEP}]
62 - virtual/python-futures[${PYTHON_USEDEP}]"
63 -BDEPEND="app-arch/unzip"
64 -
65 -S="${WORKDIR}/${PN}"
66 -
67 -src_prepare() {
68 - rm -rf "${S}/_vendor" || die
69 - find "${S}" -name '*.py' -exec sed -i -e \
70 - 's/^from tensorboard\._vendor import /import /;
71 - s/^from tensorboard\._vendor\./from /' {} + || die "failed to unvendor"
72 -
73 - eapply_user
74 -}
75 -
76 -src_install() {
77 - sed '1i #!/usr/bin/env python' "${S}/main.py" > "${T}/${PN}" || die
78 - do_install() {
79 - python_doscript "${T}/${PN}"
80 - python_domodule "${S}"
81 - }
82 - python_foreach_impl do_install
83 -}
84
85 diff --git a/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild b/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
86 deleted file mode 100644
87 index c7bf274d1a9..00000000000
88 --- a/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 1999-2018 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -
96 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
97 -inherit python-r1 python-utils-r1
98 -
99 -DESCRIPTION="TensorFlow's Visualization Toolkit"
100 -HOMEPAGE="https://www.tensorflow.org/"
101 -SRC_URI="https://files.pythonhosted.org/packages/9b/2f/4d788919b1feef04624d63ed6ea45a49d1d1c834199ec50716edb5d310f4/${P}-py3-none-any.whl -> ${P}.zip"
102 -
103 -LICENSE="Apache-2.0"
104 -SLOT="0"
105 -KEYWORDS="~amd64"
106 -IUSE=""
107 -
108 -RDEPEND="
109 - dev-python/bleach[${PYTHON_USEDEP}]
110 - dev-python/html5lib[${PYTHON_USEDEP}]
111 - dev-python/markdown[${PYTHON_USEDEP}]
112 - dev-python/numpy[${PYTHON_USEDEP}]
113 - dev-python/protobuf-python[${PYTHON_USEDEP}]
114 - dev-python/six[${PYTHON_USEDEP}]
115 - dev-python/werkzeug[${PYTHON_USEDEP}]
116 - dev-python/wheel[${PYTHON_USEDEP}]
117 - virtual/python-futures[${PYTHON_USEDEP}]"
118 -BDEPEND="app-arch/unzip"
119 -PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
120 -
121 -S="${WORKDIR}/${PN}"
122 -
123 -src_prepare() {
124 - rm -rf "${S}/_vendor/bleach" || die
125 - rm -rf "${S}/_vendor/html5lib" || die
126 -
127 - find "${S}" -name '*.py' -exec sed -i \
128 - -e 's/^from tensorboard\._vendor import html5lib/import html5lib/' \
129 - -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
130 - -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
131 - -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
132 - {} + || die "failed to unvendor"
133 -
134 - eapply_user
135 -}
136 -
137 -src_install() {
138 - do_install() {
139 - python_domodule "${S}"
140 - }
141 - python_foreach_impl do_install
142 -}
143
144 diff --git a/sci-visualization/tensorboard/tensorboard-1.12.1.ebuild b/sci-visualization/tensorboard/tensorboard-1.12.1.ebuild
145 deleted file mode 100644
146 index 8a277ed9165..00000000000
147 --- a/sci-visualization/tensorboard/tensorboard-1.12.1.ebuild
148 +++ /dev/null
149 @@ -1,55 +0,0 @@
150 -# Copyright 1999-2018 Jason Zaman
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=7
154 -
155 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
156 -inherit python-r1 python-utils-r1
157 -
158 -DESCRIPTION="TensorFlow's Visualization Toolkit"
159 -HOMEPAGE="https://www.tensorflow.org/"
160 -SRC_URI="https://files.pythonhosted.org/packages/bd/7e/528c868bb8a0542c8a5686ff3a08502d2691bd50499c6e55f8989fa8e5a0/${P}-py3-none-any.whl -> ${P}.zip"
161 -
162 -LICENSE="Apache-2.0"
163 -SLOT="0"
164 -KEYWORDS="~amd64"
165 -IUSE=""
166 -
167 -RDEPEND="
168 - dev-python/bleach[${PYTHON_USEDEP}]
169 - dev-python/grpcio[${PYTHON_USEDEP}]
170 - dev-python/html5lib[${PYTHON_USEDEP}]
171 - dev-python/markdown[${PYTHON_USEDEP}]
172 - dev-python/numpy[${PYTHON_USEDEP}]
173 - dev-python/protobuf-python[${PYTHON_USEDEP}]
174 - dev-python/six[${PYTHON_USEDEP}]
175 - dev-python/werkzeug[${PYTHON_USEDEP}]
176 - dev-python/wheel[${PYTHON_USEDEP}]
177 - virtual/python-futures[${PYTHON_USEDEP}]"
178 -BDEPEND="app-arch/unzip"
179 -PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
180 -
181 -S="${WORKDIR}"
182 -
183 -src_prepare() {
184 - eapply_user
185 -
186 - rm -rf "${S}/${PN}/_vendor/bleach" || die
187 - rm -rf "${S}/${PN}/_vendor/html5lib" || die
188 - sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
189 -
190 - find "${S}/${PN}" -name '*.py' -exec sed -i \
191 - -e 's/^from tensorboard\._vendor import html5lib/import html5lib/' \
192 - -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
193 - -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
194 - -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
195 - {} + || die "failed to unvendor"
196 -}
197 -
198 -src_install() {
199 - do_install() {
200 - python_domodule "${PN}"
201 - python_domodule "${P}.dist-info"
202 - }
203 - python_foreach_impl do_install
204 -}
205
206 diff --git a/sci-visualization/tensorboard/tensorboard-1.12.2.ebuild b/sci-visualization/tensorboard/tensorboard-1.12.2.ebuild
207 deleted file mode 100644
208 index b9662a8f42d..00000000000
209 --- a/sci-visualization/tensorboard/tensorboard-1.12.2.ebuild
210 +++ /dev/null
211 @@ -1,55 +0,0 @@
212 -# Copyright 1999-2019 Jason Zaman
213 -# Distributed under the terms of the GNU General Public License v2
214 -
215 -EAPI=7
216 -
217 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
218 -inherit python-r1 python-utils-r1
219 -
220 -DESCRIPTION="TensorFlow's Visualization Toolkit"
221 -HOMEPAGE="https://www.tensorflow.org/"
222 -SRC_URI="https://files.pythonhosted.org/packages/07/53/8d32ce9471c18f8d99028b7cef2e5b39ea8765bd7ef250ca05b490880971/${P}-py3-none-any.whl -> ${P}.zip"
223 -
224 -LICENSE="Apache-2.0"
225 -SLOT="0"
226 -KEYWORDS="~amd64"
227 -IUSE=""
228 -
229 -RDEPEND="
230 - dev-python/bleach[${PYTHON_USEDEP}]
231 - dev-python/grpcio[${PYTHON_USEDEP}]
232 - dev-python/html5lib[${PYTHON_USEDEP}]
233 - dev-python/markdown[${PYTHON_USEDEP}]
234 - dev-python/numpy[${PYTHON_USEDEP}]
235 - dev-python/protobuf-python[${PYTHON_USEDEP}]
236 - dev-python/six[${PYTHON_USEDEP}]
237 - dev-python/werkzeug[${PYTHON_USEDEP}]
238 - dev-python/wheel[${PYTHON_USEDEP}]
239 - virtual/python-futures[${PYTHON_USEDEP}]"
240 -BDEPEND="app-arch/unzip"
241 -PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
242 -
243 -S="${WORKDIR}"
244 -
245 -src_prepare() {
246 - eapply_user
247 -
248 - rm -rf "${S}/${PN}/_vendor/bleach" || die
249 - rm -rf "${S}/${PN}/_vendor/html5lib" || die
250 - sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
251 -
252 - find "${S}/${PN}" -name '*.py' -exec sed -i \
253 - -e 's/^from tensorboard\._vendor import html5lib/import html5lib/' \
254 - -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
255 - -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
256 - -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
257 - {} + || die "failed to unvendor"
258 -}
259 -
260 -src_install() {
261 - do_install() {
262 - python_domodule "${PN}"
263 - python_domodule "${P}.dist-info"
264 - }
265 - python_foreach_impl do_install
266 -}