[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/, profiles/

2024-02-24 Thread Jakov Smolić
commit: 85d84726b46edc2f62db4f0b699a12bc0b025b55
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 24 12:45:07 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 24 12:45:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d84726

sci-visualization/tensorboard: treeclean

Closes: https://bugs.gentoo.org/897248
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask  |  1 -
 sci-visualization/tensorboard/Manifest |  1 -
 sci-visualization/tensorboard/metadata.xml | 14 -
 .../tensorboard/tensorboard-2.15.1.ebuild  | 71 --
 4 files changed, 87 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index aed1d86235aa..cc371373cb39 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -212,7 +212,6 @@ dev-build/bazel
 sci-libs/keras
 sci-libs/tensorflow
 sci-libs/tensorflow-estimator
-sci-visualization/tensorboard
 
 # Andreas Sturmlechner  (2023-12-25)
 # Masked until KF6 is unmasked.

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
deleted file mode 100644
index abfd09a540fc..
--- a/sci-visualization/tensorboard/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tensorboard-2.15.1-py3-none-any.whl.zip 5539710 BLAKE2B 
39791d7c7a857df8836d5113c4514bd9d8fd568df6e67f2f3c43f1faa125ba445c1aaa137b38de2cfcccb4ebbda9e7d0ffc2f41e61770d44f7e93683acb3ab13
 SHA512 
cd73752fa375075ed9ec3240853401f87df16aaae784c7ccf820d8a5a3ff1bf1f2a1424fa62a417ea0a8ed2463ac1be7de5228bc161f9f3f9e52b56b02354323

diff --git a/sci-visualization/tensorboard/metadata.xml 
b/sci-visualization/tensorboard/metadata.xml
deleted file mode 100644
index a27acbcc909d..
--- a/sci-visualization/tensorboard/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   perfin...@gentoo.org
-   Jason Zaman
-   
-   
-   TensorBoard is a suite of web applications for inspecting and 
understanding your TensorFlow runs and graphs.
-   
-   
-   tensorflow/tensorboard
-   
-

diff --git a/sci-visualization/tensorboard/tensorboard-2.15.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.15.1.ebuild
deleted file mode 100644
index c1090cd5fc97..
--- a/sci-visualization/tensorboard/tensorboard-2.15.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit python-r1 pypi
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="$(pypi_wheel_url --unpack)"
-S=${WORKDIR}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   app-arch/unzip
-   ${PYTHON_DEPS}
-"
-PDEPEND="
-   =sci-libs/tensorflow-2.15*[python,${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   eapply_user
-
-   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
-   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import /import /' \
-   -e 's/^from tensorboard\._vendor\./from /' \
-   {} + || die "failed to unvendor"
-
-   rm -rf "${S}/${PN}/_vendor" || die
-
-   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
-   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
-   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
-   || die "failed to relax oauth deps"
-   sed -i -e 's/protobuf.*$/protobuf/' "${S}/${P}.dist-info/METADATA" \
-   || die "failed to relax protobuf deps"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2024-02-14 Thread Jason Zaman
commit: d553f8c6e520402e2e330374474077c70bc4fbed
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Feb  4 20:13:39 2024 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Feb 14 16:50:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d553f8c6

sci-visualization/tensorboard: drop 2.10.0, 2.11.0, 2.12.0, 2.13.0, 2.14.1

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  5 --
 .../tensorboard/tensorboard-2.10.0.ebuild  | 66 
 .../tensorboard/tensorboard-2.11.0.ebuild  | 72 --
 .../tensorboard/tensorboard-2.12.0.ebuild  | 72 --
 .../tensorboard/tensorboard-2.13.0.ebuild  | 72 --
 .../tensorboard/tensorboard-2.14.1.ebuild  | 71 -
 6 files changed, 358 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index c2e8344f9623..abfd09a540fc 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,6 +1 @@
-DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
-DIST tensorboard-2.11.0-py3-none-any.whl.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209
-DIST tensorboard-2.12.0-py3-none-any.whl.zip 5638388 BLAKE2B 
617c76fa49b2aa647d7f099d8dbc7d53449e3024981f2f5858c1eff44b6a3c9369169579436562373fd2f44222e506b54d10083292352b70c400f16dcfaf1dec
 SHA512 
d7eaeeb68adf1ad121bffd15f5147564af78ee74b7f2f251f6111bc94973b4ee7c952de51eab4608126a230b4709af5c67944608f4c5c73918af82945abc63e3
-DIST tensorboard-2.13.0-py3-none-any.whl.zip 5569681 BLAKE2B 
f7c671e9a59ab50c9bf150d52826a70091908876ebd65ee39e347eef15f63d1c1e3dadd6c2748917bdd640a09e1816238b755de92c2eb82ca296a67a28be0387
 SHA512 
6d934632855431056a4b255be52312a9cb6592ca4fde97a2a563634dbbc7ff2809cac6adbffbd6ea5eb03f22cdf682593b704704ed9af208cea9a36030cd9ff1
-DIST tensorboard-2.14.1-py3-none-any.whl.zip 5508920 BLAKE2B 
b1f7afccc29ea7f1694127a02ef571bfd984be17c9a4f4e30be0fece64c94e8f3e6c4f4dfc49cb0544694a806ab09d83d56b0064aae0a226721ca47d20e7bf6a
 SHA512 
6d4f61452a99b88aef2e640a9be9324eb7c287121faff267b9fb8b114381f03c90cbcd46d38f2fd0aa54d6c7c5ed9f8123bd76675454564169ab0ccd67abaa6e
 DIST tensorboard-2.15.1-py3-none-any.whl.zip 5539710 BLAKE2B 
39791d7c7a857df8836d5113c4514bd9d8fd568df6e67f2f3c43f1faa125ba445c1aaa137b38de2cfcccb4ebbda9e7d0ffc2f41e61770d44f7e93683acb3ab13
 SHA512 
cd73752fa375075ed9ec3240853401f87df16aaae784c7ccf820d8a5a3ff1bf1f2a1424fa62a417ea0a8ed2463ac1be7de5228bc161f9f3f9e52b56b02354323

diff --git a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
deleted file mode 100644
index 207c16f36c79..
--- a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
-   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
-
-   find "${S}/${PN}" -name 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2024-02-03 Thread Jason Zaman
commit: f82ba8a3ae5c7cfd018ca00e2c71f98c8ad3c5ff
Author: wangjiezhe  gmail  com>
AuthorDate: Sat Jan 20 11:22:10 2024 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  3 19:32:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82ba8a3

sci-visualization/tensorboard: add 2.15.1

Signed-off-by: wangjiezhe  gmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.15.1.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index dd1c5fee7f69..c2e8344f9623 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -3,3 +3,4 @@ DIST tensorboard-2.11.0-py3-none-any.whl.zip 5990351 BLAKE2B 
d6796fceb047abc69c8
 DIST tensorboard-2.12.0-py3-none-any.whl.zip 5638388 BLAKE2B 
617c76fa49b2aa647d7f099d8dbc7d53449e3024981f2f5858c1eff44b6a3c9369169579436562373fd2f44222e506b54d10083292352b70c400f16dcfaf1dec
 SHA512 
d7eaeeb68adf1ad121bffd15f5147564af78ee74b7f2f251f6111bc94973b4ee7c952de51eab4608126a230b4709af5c67944608f4c5c73918af82945abc63e3
 DIST tensorboard-2.13.0-py3-none-any.whl.zip 5569681 BLAKE2B 
f7c671e9a59ab50c9bf150d52826a70091908876ebd65ee39e347eef15f63d1c1e3dadd6c2748917bdd640a09e1816238b755de92c2eb82ca296a67a28be0387
 SHA512 
6d934632855431056a4b255be52312a9cb6592ca4fde97a2a563634dbbc7ff2809cac6adbffbd6ea5eb03f22cdf682593b704704ed9af208cea9a36030cd9ff1
 DIST tensorboard-2.14.1-py3-none-any.whl.zip 5508920 BLAKE2B 
b1f7afccc29ea7f1694127a02ef571bfd984be17c9a4f4e30be0fece64c94e8f3e6c4f4dfc49cb0544694a806ab09d83d56b0064aae0a226721ca47d20e7bf6a
 SHA512 
6d4f61452a99b88aef2e640a9be9324eb7c287121faff267b9fb8b114381f03c90cbcd46d38f2fd0aa54d6c7c5ed9f8123bd76675454564169ab0ccd67abaa6e
+DIST tensorboard-2.15.1-py3-none-any.whl.zip 5539710 BLAKE2B 
39791d7c7a857df8836d5113c4514bd9d8fd568df6e67f2f3c43f1faa125ba445c1aaa137b38de2cfcccb4ebbda9e7d0ffc2f41e61770d44f7e93683acb3ab13
 SHA512 
cd73752fa375075ed9ec3240853401f87df16aaae784c7ccf820d8a5a3ff1bf1f2a1424fa62a417ea0a8ed2463ac1be7de5228bc161f9f3f9e52b56b02354323

diff --git a/sci-visualization/tensorboard/tensorboard-2.15.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.15.1.ebuild
new file mode 100644
index ..c1090cd5fc97
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.15.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit python-r1 pypi
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="$(pypi_wheel_url --unpack)"
+S=${WORKDIR}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   app-arch/unzip
+   ${PYTHON_DEPS}
+"
+PDEPEND="
+   =sci-libs/tensorflow-2.15*[python,${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+   sed -i -e 's/protobuf.*$/protobuf/' "${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax protobuf deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+  

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2024-02-03 Thread Jason Zaman
commit: beef914babe36ac00193e9a0263a584a4bf467db
Author: wangjiezhe  gmail  com>
AuthorDate: Fri Jan 19 12:59:34 2024 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  3 19:32:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beef914b

sci-visualization/tensorboard: add 2.13.0

Signed-off-by: wangjiezhe  gmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.13.0.ebuild  | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 520d06a75624..e775562064f5 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,4 @@
 DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
 DIST tensorboard-2.11.0-py3-none-any.whl.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209
 DIST tensorboard-2.12.0-py3-none-any.whl.zip 5638388 BLAKE2B 
617c76fa49b2aa647d7f099d8dbc7d53449e3024981f2f5858c1eff44b6a3c9369169579436562373fd2f44222e506b54d10083292352b70c400f16dcfaf1dec
 SHA512 
d7eaeeb68adf1ad121bffd15f5147564af78ee74b7f2f251f6111bc94973b4ee7c952de51eab4608126a230b4709af5c67944608f4c5c73918af82945abc63e3
+DIST tensorboard-2.13.0-py3-none-any.whl.zip 5569681 BLAKE2B 
f7c671e9a59ab50c9bf150d52826a70091908876ebd65ee39e347eef15f63d1c1e3dadd6c2748917bdd640a09e1816238b755de92c2eb82ca296a67a28be0387
 SHA512 
6d934632855431056a4b255be52312a9cb6592ca4fde97a2a563634dbbc7ff2809cac6adbffbd6ea5eb03f22cdf682593b704704ed9af208cea9a36030cd9ff1

diff --git a/sci-visualization/tensorboard/tensorboard-2.13.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.13.0.ebuild
new file mode 100644
index ..1983d32cdb5b
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.13.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit python-r1 pypi
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="$(pypi_wheel_url --unpack)"
+S=${WORKDIR}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   app-arch/unzip
+   ${PYTHON_DEPS}
+"
+PDEPEND="
+   =sci-libs/tensorflow-2.13*[python,${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+   sed -i -e 's/protobuf.*$/protobuf/' "${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax protobuf deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2024-02-03 Thread Jason Zaman
commit: b5b098e630ea6572ee49afa06b1971283d13cb5b
Author: wangjiezhe  gmail  com>
AuthorDate: Sat Jan 20 06:40:55 2024 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Feb  3 19:32:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b098e6

sci-visualization/tensorboard: add 2.14.1

Signed-off-by: wangjiezhe  gmail.com>
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.14.1.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index e775562064f5..dd1c5fee7f69 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -2,3 +2,4 @@ DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301
 DIST tensorboard-2.11.0-py3-none-any.whl.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209
 DIST tensorboard-2.12.0-py3-none-any.whl.zip 5638388 BLAKE2B 
617c76fa49b2aa647d7f099d8dbc7d53449e3024981f2f5858c1eff44b6a3c9369169579436562373fd2f44222e506b54d10083292352b70c400f16dcfaf1dec
 SHA512 
d7eaeeb68adf1ad121bffd15f5147564af78ee74b7f2f251f6111bc94973b4ee7c952de51eab4608126a230b4709af5c67944608f4c5c73918af82945abc63e3
 DIST tensorboard-2.13.0-py3-none-any.whl.zip 5569681 BLAKE2B 
f7c671e9a59ab50c9bf150d52826a70091908876ebd65ee39e347eef15f63d1c1e3dadd6c2748917bdd640a09e1816238b755de92c2eb82ca296a67a28be0387
 SHA512 
6d934632855431056a4b255be52312a9cb6592ca4fde97a2a563634dbbc7ff2809cac6adbffbd6ea5eb03f22cdf682593b704704ed9af208cea9a36030cd9ff1
+DIST tensorboard-2.14.1-py3-none-any.whl.zip 5508920 BLAKE2B 
b1f7afccc29ea7f1694127a02ef571bfd984be17c9a4f4e30be0fece64c94e8f3e6c4f4dfc49cb0544694a806ab09d83d56b0064aae0a226721ca47d20e7bf6a
 SHA512 
6d4f61452a99b88aef2e640a9be9324eb7c287121faff267b9fb8b114381f03c90cbcd46d38f2fd0aa54d6c7c5ed9f8123bd76675454564169ab0ccd67abaa6e

diff --git a/sci-visualization/tensorboard/tensorboard-2.14.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.14.1.ebuild
new file mode 100644
index ..d6832313d71c
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.14.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit python-r1 pypi
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="$(pypi_wheel_url --unpack)"
+S=${WORKDIR}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   app-arch/unzip
+   ${PYTHON_DEPS}
+"
+PDEPEND="
+   =sci-libs/tensorflow-2.14*[python,${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+   sed -i -e 's/protobuf.*$/protobuf/' "${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax protobuf deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+  

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2023-06-05 Thread Jason Zaman
commit: afa3949deabbf99a4a1df351f660a4cc1345735d
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jun  4 23:13:47 2023 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun  5 16:37:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa3949d

sci-visualization/tensorboard: add 2.12.0

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.12.0.ebuild  | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index d38029880fbe..520d06a75624 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
 DIST tensorboard-2.11.0-py3-none-any.whl.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209
+DIST tensorboard-2.12.0-py3-none-any.whl.zip 5638388 BLAKE2B 
617c76fa49b2aa647d7f099d8dbc7d53449e3024981f2f5858c1eff44b6a3c9369169579436562373fd2f44222e506b54d10083292352b70c400f16dcfaf1dec
 SHA512 
d7eaeeb68adf1ad121bffd15f5147564af78ee74b7f2f251f6111bc94973b4ee7c952de51eab4608126a230b4709af5c67944608f4c5c73918af82945abc63e3

diff --git a/sci-visualization/tensorboard/tensorboard-2.12.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.12.0.ebuild
new file mode 100644
index ..c85363899451
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.12.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 python3_11 )
+inherit python-r1 pypi
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="$(pypi_wheel_url --unpack)"
+S=${WORKDIR}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   app-arch/unzip
+   ${PYTHON_DEPS}
+"
+PDEPEND="
+   sci-libs/tensorflow[python,${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+   sed -i -e 's/protobuf.*$/protobuf/' "${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax protobuf deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2023-03-27 Thread Michał Górny
commit: c06dfca39c3b0fa4fa5bd42b6b5c0ba373b78fc2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 27 19:20:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 27 19:21:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06dfca3

sci-visualization/tensorboard: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 sci-visualization/tensorboard/Manifest   |  2 +-
 .../tensorboard/tensorboard-2.11.0.ebuild| 20 
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 5562b5598f8d..d38029880fbe 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,2 @@
 DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
-DIST tensorboard-2.11.0.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209
+DIST tensorboard-2.11.0-py3-none-any.whl.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209

diff --git a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
index 12a36b939370..871d7e71fde1 100644
--- a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
@@ -4,11 +4,12 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_10 )
-inherit python-r1
+inherit python-r1 pypi
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"
 HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+SRC_URI="$(pypi_wheel_url --unpack)"
+S=${WORKDIR}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -30,12 +31,15 @@ RDEPEND="
>=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   app-arch/unzip
+   ${PYTHON_DEPS}
+"
+PDEPEND="
+   sci-libs/tensorflow[python,${PYTHON_USEDEP}]
+"
 
 src_prepare() {
eapply_user



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2023-01-10 Thread Michał Górny
commit: 24ccf8a3904b9bb780b7d21a2de829d598d99a53
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:13:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:15:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ccf8a3

sci-visualization/tensorboard: Remove Python < 3.10

Signed-off-by: Michał Górny  gentoo.org>

 sci-visualization/tensorboard/tensorboard-2.10.0.ebuild | 4 ++--
 sci-visualization/tensorboard/tensorboard-2.11.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
index 33cd44742483..207c16f36c79 100644
--- a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
 inherit python-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"

diff --git a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
index f9f4786e1e1e..12a36b939370 100644
--- a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_10 )
 inherit python-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2022-11-25 Thread Jason Zaman
commit: 103c963ca6967f41134f66269f53d94169e9fd3c
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Nov 22 21:58:25 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Nov 25 18:22:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103c963c

sci-visualization/tensorboard: add 2.11.0

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.11.0.ebuild  | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 472537c49964..5562b5598f8d 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1 +1,2 @@
 DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
+DIST tensorboard-2.11.0.zip 5990351 BLAKE2B 
d6796fceb047abc69c84c8f30ce6b5e0739a376e110fb7e2bb78ee5b6c7dd8d1344546950d46dbdc3a47780f4ad685be186087286225dbeb9ebce558f0837d8c
 SHA512 
f1b908e13a56a86f6618ae8bf596339243642d0f00793d326ac884fd8e736bb316331728b474022936570fb6202b323d8ba2bf4908619aa1f79411b904edf209

diff --git a/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
new file mode 100644
index ..f9f4786e1e1e
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.11.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+   sed -i -e 's/protobuf.*$/protobuf/' "${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax protobuf deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2022-11-19 Thread Jason Zaman
commit: 9e64b84c2b5bf0dfe077b6f0257374d3d8d40d40
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Nov 19 18:12:36 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Nov 19 18:23:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e64b84c

sci-visualization/tensorboard: drop 2.8.0, 2.9.0

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  2 -
 .../tensorboard/tensorboard-2.8.0.ebuild   | 64 -
 .../tensorboard/tensorboard-2.9.0.ebuild   | 66 --
 3 files changed, 132 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 15c3f7786956..472537c49964 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1 @@
 DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
-DIST tensorboard-2.8.0.zip 5776309 BLAKE2B 
b06c740fbe01c707e937018184e286fb7221391715c5ca6d843a89c9dd3a364b8693e748ccbde735d074b0abdbca65d4e2dd9a6e57b4ede61f78a661bd16e702
 SHA512 
3d937e41ac0abfe44cfab12f0b5269de45615c512499107a239bb348df7f3ccaabf283afcea2a7bac4a34d7b9318947c709a84154d0d2e61912138c31c86673f
-DIST tensorboard-2.9.0.zip 5797045 BLAKE2B 
e91988637a0e30fcd6341f02bc5e83ba92ae1f6e65a2aa5ddb1626ec4bb95a97d1306984b899279281e5d5f5ac70be76669ddc87524910861429e02259269b79
 SHA512 
244e117de989a56efc4120b6374d5cc6c31bb233e234cf95df9ddf7cbd0ec494b925dae238c59f3663087136bbf789284096f20b300f0b4c56c9de7faddc520b

diff --git a/sci-visualization/tensorboard/tensorboard-2.8.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.8.0.ebuild
deleted file mode 100644
index 8923ebaec0e7..
--- a/sci-visualization/tensorboard/tensorboard-2.8.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
-   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import /import /' \
-   -e 's/^from tensorboard\._vendor\./from /' \
-   {} + || die "failed to unvendor"
-
-   rm -rf "${S}/${PN}/_vendor" || die
-
-   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
-   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}

diff --git a/sci-visualization/tensorboard/tensorboard-2.9.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.9.0.ebuild
deleted file mode 100644
index 33cd44742483..
--- a/sci-visualization/tensorboard/tensorboard-2.9.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2022-09-22 Thread Jason Zaman
commit: cf4acdd60551be33b472970203b1bdb1a458bb78
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Sep 19 01:51:22 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Sep 23 03:06:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4acdd6

sci-visualization/tensorboard: add 2.10.0

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.10.0.ebuild  | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index e87e03b85480..15c3f7786956 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
+DIST tensorboard-2.10.0.zip 5873469 BLAKE2B 
b03a804682275abd83482e6dc8e62bef4301d796ef5bd2b02bed8d15ab16ff4bd19f1b9e3488e12ea6c03e1b7a85fd69a6a226f0a5378da2067c661b7f1f2f7e
 SHA512 
04da20089d7e24e2c519da24bb8ad32f622386799e28403e036d40c29bc99011cc374480176776b0801df0e37eb2b0e93a987d2a97cd7406eabb75bfd649a311
 DIST tensorboard-2.8.0.zip 5776309 BLAKE2B 
b06c740fbe01c707e937018184e286fb7221391715c5ca6d843a89c9dd3a364b8693e748ccbde735d074b0abdbca65d4e2dd9a6e57b4ede61f78a661bd16e702
 SHA512 
3d937e41ac0abfe44cfab12f0b5269de45615c512499107a239bb348df7f3ccaabf283afcea2a7bac4a34d7b9318947c709a84154d0d2e61912138c31c86673f
 DIST tensorboard-2.9.0.zip 5797045 BLAKE2B 
e91988637a0e30fcd6341f02bc5e83ba92ae1f6e65a2aa5ddb1626ec4bb95a97d1306984b899279281e5d5f5ac70be76669ddc87524910861429e02259269b79
 SHA512 
244e117de989a56efc4120b6374d5cc6c31bb233e234cf95df9ddf7cbd0ec494b925dae238c59f3663087136bbf789284096f20b300f0b4c56c9de7faddc520b

diff --git a/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
new file mode 100644
index ..33cd44742483
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.10.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2022-06-25 Thread Jason Zaman
commit: d6c234dbe4b1231e984b4bfe15f95f0f1df9938a
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Jun 25 16:49:42 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jun 26 02:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c234db

sci-visualization/tensorboard: add 2.9.0

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.9.0.ebuild   | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index dce8f87d1d20..e87e03b85480 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1 +1,2 @@
 DIST tensorboard-2.8.0.zip 5776309 BLAKE2B 
b06c740fbe01c707e937018184e286fb7221391715c5ca6d843a89c9dd3a364b8693e748ccbde735d074b0abdbca65d4e2dd9a6e57b4ede61f78a661bd16e702
 SHA512 
3d937e41ac0abfe44cfab12f0b5269de45615c512499107a239bb348df7f3ccaabf283afcea2a7bac4a34d7b9318947c709a84154d0d2e61912138c31c86673f
+DIST tensorboard-2.9.0.zip 5797045 BLAKE2B 
e91988637a0e30fcd6341f02bc5e83ba92ae1f6e65a2aa5ddb1626ec4bb95a97d1306984b899279281e5d5f5ac70be76669ddc87524910861429e02259269b79
 SHA512 
244e117de989a56efc4120b6374d5cc6c31bb233e234cf95df9ddf7cbd0ec494b925dae238c59f3663087136bbf789284096f20b300f0b4c56c9de7faddc520b

diff --git a/sci-visualization/tensorboard/tensorboard-2.9.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.9.0.ebuild
new file mode 100644
index ..33cd44742483
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.9.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+   sed -i -e 's/google-auth-oauthlib.*$/google-auth-oauthlib/' 
"${S}/${P}.dist-info/METADATA" \
+   || die "failed to relax oauth deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2022-06-25 Thread Jason Zaman
commit: d98e5778fc720b58e3f2e19d5ddcc45ed6f3f92e
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Jun 25 16:34:43 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jun 26 02:37:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98e5778

sci-visualization/tensorboard: drop 2.5.0, 2.7.0

Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  2 -
 .../tensorboard/tensorboard-2.5.0.ebuild   | 64 --
 .../tensorboard/tensorboard-2.7.0.ebuild   | 64 --
 3 files changed, 130 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 62b5a34f8427..dce8f87d1d20 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1 @@
-DIST tensorboard-2.5.0.zip 6019104 BLAKE2B 
f07db4fec7cc39e15c4f580f479679f0db4f06e66d81768799ed3652bb9ba63c7b61bde7f12119d09474009e55c12d91ef0f2b3aeeb05682532630314cab871a
 SHA512 
e39ca09bd00fab9b5f6f9393e48cb6be2313f86c24b2f0ffcfd08b08b9ed4e95e7e19297bb67d8b558e1913640774f9b9d512a34153251acb9f566d6485e0f78
-DIST tensorboard-2.7.0.zip 5757617 BLAKE2B 
98e67e322548f4b88448856da3a2457a6aae9ecb1540916d46a90401307f4919df37af8a3048bdb850ea78886d18423edc87fca51812f3b9489de62d3effa0fc
 SHA512 
e9b046000250a78eab4e6e68e5cc05696254893cf7422b59d2e168d7322287501654370a797e90af7437e91b64a27743e348513bcb5571805b3f10bb2059636d
 DIST tensorboard-2.8.0.zip 5776309 BLAKE2B 
b06c740fbe01c707e937018184e286fb7221391715c5ca6d843a89c9dd3a364b8693e748ccbde735d074b0abdbca65d4e2dd9a6e57b4ede61f78a661bd16e702
 SHA512 
3d937e41ac0abfe44cfab12f0b5269de45615c512499107a239bb348df7f3ccaabf283afcea2a7bac4a34d7b9318947c709a84154d0d2e61912138c31c86673f

diff --git a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
deleted file mode 100644
index d2ada5a97d3e..
--- a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-
-   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
-   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}

diff --git a/sci-visualization/tensorboard/tensorboard-2.7.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.7.0.ebuild
deleted file mode 100644
index 8328b5e42f4b..
--- a/sci-visualization/tensorboard/tensorboard-2.7.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2022-02-06 Thread Jason Zaman
commit: 8069d722e272f5ab6348cd7e6f530fa8b173fe2f
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Feb  6 01:54:49 2022 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb  7 01:56:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8069d722

sci-visualization/tensorboard: bump 2.8.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.8.0.ebuild   | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index afa3e03768b3..62b5a34f8427 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-2.5.0.zip 6019104 BLAKE2B 
f07db4fec7cc39e15c4f580f479679f0db4f06e66d81768799ed3652bb9ba63c7b61bde7f12119d09474009e55c12d91ef0f2b3aeeb05682532630314cab871a
 SHA512 
e39ca09bd00fab9b5f6f9393e48cb6be2313f86c24b2f0ffcfd08b08b9ed4e95e7e19297bb67d8b558e1913640774f9b9d512a34153251acb9f566d6485e0f78
 DIST tensorboard-2.7.0.zip 5757617 BLAKE2B 
98e67e322548f4b88448856da3a2457a6aae9ecb1540916d46a90401307f4919df37af8a3048bdb850ea78886d18423edc87fca51812f3b9489de62d3effa0fc
 SHA512 
e9b046000250a78eab4e6e68e5cc05696254893cf7422b59d2e168d7322287501654370a797e90af7437e91b64a27743e348513bcb5571805b3f10bb2059636d
+DIST tensorboard-2.8.0.zip 5776309 BLAKE2B 
b06c740fbe01c707e937018184e286fb7221391715c5ca6d843a89c9dd3a364b8693e748ccbde735d074b0abdbca65d4e2dd9a6e57b4ede61f78a661bd16e702
 SHA512 
3d937e41ac0abfe44cfab12f0b5269de45615c512499107a239bb348df7f3ccaabf283afcea2a7bac4a34d7b9318947c709a84154d0d2e61912138c31c86673f

diff --git a/sci-visualization/tensorboard/tensorboard-2.8.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.8.0.ebuild
new file mode 100644
index ..8923ebaec0e7
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.8.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2021-11-15 Thread Jason Zaman
commit: c8c58442c194d85ee45febbcb55b752fe5d88cd4
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Nov 15 03:10:28 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 15 17:52:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c58442

sci-visualization/tensorboard: Drop old 2.4.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 -
 .../tensorboard/tensorboard-2.4.0.ebuild   | 63 --
 2 files changed, 64 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index a152beeb93ed..afa3e03768b3 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,2 @@
-DIST tensorboard-2.4.0.zip 10631832 BLAKE2B 
e892c3f62855bd900320adbbea2758191296e2863e8865f4ffed3c5623fe5273a5a26554504b63db58c60d2a8c407e234d6cf3edc3868c88dfebd894def99859
 SHA512 
2301f526a98ac85cf5d182fff0f565c86883ec795bbaf2322696416621c8473d850a3f508079f89ca2a86a05fe020acde1282b72e2bb5ad77aab2d0e5ea2db4f
 DIST tensorboard-2.5.0.zip 6019104 BLAKE2B 
f07db4fec7cc39e15c4f580f479679f0db4f06e66d81768799ed3652bb9ba63c7b61bde7f12119d09474009e55c12d91ef0f2b3aeeb05682532630314cab871a
 SHA512 
e39ca09bd00fab9b5f6f9393e48cb6be2313f86c24b2f0ffcfd08b08b9ed4e95e7e19297bb67d8b558e1913640774f9b9d512a34153251acb9f566d6485e0f78
 DIST tensorboard-2.7.0.zip 5757617 BLAKE2B 
98e67e322548f4b88448856da3a2457a6aae9ecb1540916d46a90401307f4919df37af8a3048bdb850ea78886d18423edc87fca51812f3b9489de62d3effa0fc
 SHA512 
e9b046000250a78eab4e6e68e5cc05696254893cf7422b59d2e168d7322287501654370a797e90af7437e91b64a27743e348513bcb5571805b3f10bb2059636d

diff --git a/sci-visualization/tensorboard/tensorboard-2.4.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.4.0.ebuild
deleted file mode 100644
index 7b70747a4e9b..
--- a/sci-visualization/tensorboard/tensorboard-2.4.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-
-   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2021-11-15 Thread Jason Zaman
commit: 74b624939f8ac711ee0a01820c04cb7ad8a45df3
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Nov 15 03:06:50 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 15 17:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b62493

sci-visualization/tensorboard: bump 2.7.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.7.0.ebuild   | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 28e630aaddc7..a152beeb93ed 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-2.4.0.zip 10631832 BLAKE2B 
e892c3f62855bd900320adbbea2758191296e2863e8865f4ffed3c5623fe5273a5a26554504b63db58c60d2a8c407e234d6cf3edc3868c88dfebd894def99859
 SHA512 
2301f526a98ac85cf5d182fff0f565c86883ec795bbaf2322696416621c8473d850a3f508079f89ca2a86a05fe020acde1282b72e2bb5ad77aab2d0e5ea2db4f
 DIST tensorboard-2.5.0.zip 6019104 BLAKE2B 
f07db4fec7cc39e15c4f580f479679f0db4f06e66d81768799ed3652bb9ba63c7b61bde7f12119d09474009e55c12d91ef0f2b3aeeb05682532630314cab871a
 SHA512 
e39ca09bd00fab9b5f6f9393e48cb6be2313f86c24b2f0ffcfd08b08b9ed4e95e7e19297bb67d8b558e1913640774f9b9d512a34153251acb9f566d6485e0f78
+DIST tensorboard-2.7.0.zip 5757617 BLAKE2B 
98e67e322548f4b88448856da3a2457a6aae9ecb1540916d46a90401307f4919df37af8a3048bdb850ea78886d18423edc87fca51812f3b9489de62d3effa0fc
 SHA512 
e9b046000250a78eab4e6e68e5cc05696254893cf7422b59d2e168d7322287501654370a797e90af7437e91b64a27743e348513bcb5571805b3f10bb2059636d

diff --git a/sci-visualization/tensorboard/tensorboard-2.7.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.7.0.ebuild
new file mode 100644
index ..8328b5e42f4b
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.7.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   sed -i -e '/_vendor.__init__/d' -e '/_vendor.bleach/d' -e 
'/_vendor.html5lib/d' -e '/_vendor.webencodings/d' \
+   "${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+   grep -q "_vendor" "${S}/${P}.dist-info/RECORD" && die "More vendored 
deps found"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import /import /' \
+   -e 's/^from tensorboard\._vendor\./from /' \
+   {} + || die "failed to unvendor"
+
+   rm -rf "${S}/${PN}/_vendor" || die
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2021-08-01 Thread Jason Zaman
commit: 0c0668afd6e05da4dbebe876543b9a9e65a2fccd
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Aug  1 12:48:57 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Aug  1 13:19:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0668af

sci-visualization/tensorboard: Add python3_9

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/tensorboard-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
index 345a4c81151..d2ada5a97d3 100644
--- a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit python-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2021-06-20 Thread Jason Zaman
commit: 212e9fedff4e4fdf3225df03c642f6ba19bef5a4
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon May 10 00:24:25 2021 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jun 20 21:55:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212e9fed

sci-visualization/tensorboard: bump 2.5.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.5.0.ebuild   | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 838f59d63d1..28e630aaddc 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1 +1,2 @@
 DIST tensorboard-2.4.0.zip 10631832 BLAKE2B 
e892c3f62855bd900320adbbea2758191296e2863e8865f4ffed3c5623fe5273a5a26554504b63db58c60d2a8c407e234d6cf3edc3868c88dfebd894def99859
 SHA512 
2301f526a98ac85cf5d182fff0f565c86883ec795bbaf2322696416621c8473d850a3f508079f89ca2a86a05fe020acde1282b72e2bb5ad77aab2d0e5ea2db4f
+DIST tensorboard-2.5.0.zip 6019104 BLAKE2B 
f07db4fec7cc39e15c4f580f479679f0db4f06e66d81768799ed3652bb9ba63c7b61bde7f12119d09474009e55c12d91ef0f2b3aeeb05682532630314cab871a
 SHA512 
e39ca09bd00fab9b5f6f9393e48cb6be2313f86c24b2f0ffcfd08b08b9ed4e95e7e19297bb67d8b558e1913640774f9b9d512a34153251acb9f566d6485e0f78

diff --git a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
new file mode 100644
index 000..345a4c81151
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+   sed -i -e '/tensorboard-data-server/d' "${S}/${P}.dist-info/METADATA" 
|| die "failed to remove data-server deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2021-01-20 Thread David Seifert
commit: e11c9647d0fffd6d70e1955e92c1ddcb1215c5ce
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Jan 20 10:16:23 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 20 10:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11c9647

sci-visualization/tensorboard: Remove old

Closes: https://github.com/gentoo/gentoo/pull/19115
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 -
 .../tensorboard/tensorboard-2.3.0.ebuild   | 63 --
 2 files changed, 64 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 5be2e2c09d4..838f59d63d1 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1 @@
-DIST tensorboard-2.3.0.zip 6789437 BLAKE2B 
34fe0ac903f6b79fc1ddebd2fab3d64e48a4ef9bb6159494e6b3ec5444ab6ad339f5ca7e4e478ec03dc7a788bbce6a4bd3ce253640136079a7a470f01f7b3a48
 SHA512 
d4cfdc8dbf030c022ecd635249f643d158c92274b142cd3de93cd8877c47cf59b9aca9aab12a971b986b84c7396bed3d7a012837b08d9dee6b0e53dc56e9fcbe
 DIST tensorboard-2.4.0.zip 10631832 BLAKE2B 
e892c3f62855bd900320adbbea2758191296e2863e8865f4ffed3c5623fe5273a5a26554504b63db58c60d2a8c407e234d6cf3edc3868c88dfebd894def99859
 SHA512 
2301f526a98ac85cf5d182fff0f565c86883ec795bbaf2322696416621c8473d850a3f508079f89ca2a86a05fe020acde1282b72e2bb5ad77aab2d0e5ea2db4f

diff --git a/sci-visualization/tensorboard/tensorboard-2.3.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.3.0.ebuild
deleted file mode 100644
index 9d1a9356334..000
--- a/sci-visualization/tensorboard/tensorboard-2.3.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-
-   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-12-06 Thread Jason Zaman
commit: 34bbbda9bf0fd503e930bda2a18f32f665d9dcfd
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Dec  6 20:09:24 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Dec  6 20:38:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bbbda9

sci-visualization/tensorboard: Drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  2 -
 .../tensorboard/tensorboard-2.1.0-r1.ebuild| 61 -
 .../tensorboard/tensorboard-2.2.1-r1.ebuild| 63 --
 .../tensorboard/tensorboard-2.2.1.ebuild   | 63 --
 4 files changed, 189 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 76cda98bc3c..5be2e2c09d4 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,4 +1,2 @@
-DIST tensorboard-2.1.0.zip 3835182 BLAKE2B 
c2c7dbc1ba4b85c52df6e693e1bd425bd76fe6db7ca25582b57d9c65c68b191dcdba2623ab0560139f1cac1bdf5c7a47261daaaf51fca46f2c5bf441f832a6fd
 SHA512 
7463ace0863b90312a62a7fa96f4eca0147e85cf46ff21729f8996a794d54e14d876d3abe083d6aa4efd8e4e1582f7d5029de367f199981a34d4057b558bc51c
-DIST tensorboard-2.2.1.zip 2950617 BLAKE2B 
487ad01981f994b23cb5fca8b60d9ed5f13ba13735d2613d1f3154eec9791b4b3068fb9fd50e75e16682e09ceb8a9ed8533ca2c43b6dea73db3adaeef15a889b
 SHA512 
e96f8853d282dc19911cf2210ece0a4d7239f37dcba82e91697c80881fbcc21f12e4ba3e7d2eea7a84c9bb5b6521bf488d93d2312e55af9ec2d2c20f135d94fa
 DIST tensorboard-2.3.0.zip 6789437 BLAKE2B 
34fe0ac903f6b79fc1ddebd2fab3d64e48a4ef9bb6159494e6b3ec5444ab6ad339f5ca7e4e478ec03dc7a788bbce6a4bd3ce253640136079a7a470f01f7b3a48
 SHA512 
d4cfdc8dbf030c022ecd635249f643d158c92274b142cd3de93cd8877c47cf59b9aca9aab12a971b986b84c7396bed3d7a012837b08d9dee6b0e53dc56e9fcbe
 DIST tensorboard-2.4.0.zip 10631832 BLAKE2B 
e892c3f62855bd900320adbbea2758191296e2863e8865f4ffed3c5623fe5273a5a26554504b63db58c60d2a8c407e234d6cf3edc3868c88dfebd894def99859
 SHA512 
2301f526a98ac85cf5d182fff0f565c86883ec795bbaf2322696416621c8473d850a3f508079f89ca2a86a05fe020acde1282b72e2bb5ad77aab2d0e5ea2db4f

diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
deleted file mode 100644
index b5bb6d33623..000
--- a/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}

diff --git a/sci-visualization/tensorboard/tensorboard-2.2.1-r1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.2.1-r1.ebuild
deleted file mode 100644
index 9d1a9356334..000
--- a/sci-visualization/tensorboard/tensorboard-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-11-28 Thread Jason Zaman
commit: 2f640640e5e16b210c3f0ad1523154df783dde81
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Nov 28 21:44:45 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Nov 28 22:41:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f640640

sci-visualization/tensorboard: bump 2.4.0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.4.0.ebuild   | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 248a8652d06..76cda98bc3c 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,4 @@
 DIST tensorboard-2.1.0.zip 3835182 BLAKE2B 
c2c7dbc1ba4b85c52df6e693e1bd425bd76fe6db7ca25582b57d9c65c68b191dcdba2623ab0560139f1cac1bdf5c7a47261daaaf51fca46f2c5bf441f832a6fd
 SHA512 
7463ace0863b90312a62a7fa96f4eca0147e85cf46ff21729f8996a794d54e14d876d3abe083d6aa4efd8e4e1582f7d5029de367f199981a34d4057b558bc51c
 DIST tensorboard-2.2.1.zip 2950617 BLAKE2B 
487ad01981f994b23cb5fca8b60d9ed5f13ba13735d2613d1f3154eec9791b4b3068fb9fd50e75e16682e09ceb8a9ed8533ca2c43b6dea73db3adaeef15a889b
 SHA512 
e96f8853d282dc19911cf2210ece0a4d7239f37dcba82e91697c80881fbcc21f12e4ba3e7d2eea7a84c9bb5b6521bf488d93d2312e55af9ec2d2c20f135d94fa
 DIST tensorboard-2.3.0.zip 6789437 BLAKE2B 
34fe0ac903f6b79fc1ddebd2fab3d64e48a4ef9bb6159494e6b3ec5444ab6ad339f5ca7e4e478ec03dc7a788bbce6a4bd3ce253640136079a7a470f01f7b3a48
 SHA512 
d4cfdc8dbf030c022ecd635249f643d158c92274b142cd3de93cd8877c47cf59b9aca9aab12a971b986b84c7396bed3d7a012837b08d9dee6b0e53dc56e9fcbe
+DIST tensorboard-2.4.0.zip 10631832 BLAKE2B 
e892c3f62855bd900320adbbea2758191296e2863e8865f4ffed3c5623fe5273a5a26554504b63db58c60d2a8c407e234d6cf3edc3868c88dfebd894def99859
 SHA512 
2301f526a98ac85cf5d182fff0f565c86883ec795bbaf2322696416621c8473d850a3f508079f89ca2a86a05fe020acde1282b72e2bb5ad77aab2d0e5ea2db4f

diff --git a/sci-visualization/tensorboard/tensorboard-2.4.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.4.0.ebuild
new file mode 100644
index 000..9d1a9356334
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.4.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-10-08 Thread Jason Zaman
commit: 0ea987dcbbc8c663e48f78c6ebb2454977cef1f6
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Oct  8 01:39:19 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Oct  9 03:39:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea987dc

sci-visualization/tensorboard: bump 2.3.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.3.0.ebuild   | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 78d8909c946..248a8652d06 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-2.1.0.zip 3835182 BLAKE2B 
c2c7dbc1ba4b85c52df6e693e1bd425bd76fe6db7ca25582b57d9c65c68b191dcdba2623ab0560139f1cac1bdf5c7a47261daaaf51fca46f2c5bf441f832a6fd
 SHA512 
7463ace0863b90312a62a7fa96f4eca0147e85cf46ff21729f8996a794d54e14d876d3abe083d6aa4efd8e4e1582f7d5029de367f199981a34d4057b558bc51c
 DIST tensorboard-2.2.1.zip 2950617 BLAKE2B 
487ad01981f994b23cb5fca8b60d9ed5f13ba13735d2613d1f3154eec9791b4b3068fb9fd50e75e16682e09ceb8a9ed8533ca2c43b6dea73db3adaeef15a889b
 SHA512 
e96f8853d282dc19911cf2210ece0a4d7239f37dcba82e91697c80881fbcc21f12e4ba3e7d2eea7a84c9bb5b6521bf488d93d2312e55af9ec2d2c20f135d94fa
+DIST tensorboard-2.3.0.zip 6789437 BLAKE2B 
34fe0ac903f6b79fc1ddebd2fab3d64e48a4ef9bb6159494e6b3ec5444ab6ad339f5ca7e4e478ec03dc7a788bbce6a4bd3ce253640136079a7a470f01f7b3a48
 SHA512 
d4cfdc8dbf030c022ecd635249f643d158c92274b142cd3de93cd8877c47cf59b9aca9aab12a971b986b84c7396bed3d7a012837b08d9dee6b0e53dc56e9fcbe

diff --git a/sci-visualization/tensorboard/tensorboard-2.3.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.3.0.ebuild
new file mode 100644
index 000..9d1a9356334
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.3.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-09-25 Thread Benda XU
commit: a544fd334d806db3447e2d5714530574afb2a2f2
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Sep 25 12:00:20 2020 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Sep 25 12:08:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a544fd33

sci-visualization/tensorboard: tested on Python 3.8.

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Benda Xu  gentoo.org>

 .../tensorboard/tensorboard-2.2.1-r1.ebuild| 63 ++
 1 file changed, 63 insertions(+)

diff --git a/sci-visualization/tensorboard/tensorboard-2.2.1-r1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.2.1-r1.ebuild
new file mode 100644
index 000..9d1a9356334
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.2.1-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-08-29 Thread Jason Zaman
commit: 339db812a3e3fe2b0f64bf9de80cc92cc18e3546
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Aug 30 00:31:48 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Aug 30 00:31:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339db812

sci-visualization/tensorboard: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  2 -
 .../tensorboard/tensorboard-1.15.0.ebuild  | 58 --
 .../tensorboard/tensorboard-2.0.0.ebuild   | 58 --
 3 files changed, 118 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index c8680026167..78d8909c946 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,4 +1,2 @@
-DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc
-DIST tensorboard-2.0.0.zip 3776140 BLAKE2B 
2bfd5b9d5b1c21f7df19ce5dae8a3d72381092630d1f53409fa0b96cab56be323ddef116bab95184d045f82fec88f4162e1f7277b25ed9c19b77189cf1a132ba
 SHA512 
e87ea39eae9b64c3314de771de98c21148517aee4103a4bc23d674273b1a220248d6ba85a9f94481c6d67e8d3733af099b91df3dae38537411082c1595aad73d
 DIST tensorboard-2.1.0.zip 3835182 BLAKE2B 
c2c7dbc1ba4b85c52df6e693e1bd425bd76fe6db7ca25582b57d9c65c68b191dcdba2623ab0560139f1cac1bdf5c7a47261daaaf51fca46f2c5bf441f832a6fd
 SHA512 
7463ace0863b90312a62a7fa96f4eca0147e85cf46ff21729f8996a794d54e14d876d3abe083d6aa4efd8e4e1582f7d5029de367f199981a34d4057b558bc51c
 DIST tensorboard-2.2.1.zip 2950617 BLAKE2B 
487ad01981f994b23cb5fca8b60d9ed5f13ba13735d2613d1f3154eec9791b4b3068fb9fd50e75e16682e09ceb8a9ed8533ca2c43b6dea73db3adaeef15a889b
 SHA512 
e96f8853d282dc19911cf2210ece0a4d7239f37dcba82e91697c80881fbcc21f12e4ba3e7d2eea7a84c9bb5b6521bf488d93d2312e55af9ec2d2c20f135d94fa

diff --git a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
deleted file mode 100644
index 4bf4063d7d7..000
--- a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}

diff --git a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
deleted file mode 100644
index 4bf4063d7d7..000
--- a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit python-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-05-15 Thread Jason Zaman
commit: 9201f7a0678a1cd1c3bd69c4fa490f8ba2af5760
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon May 11 06:11:37 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat May 16 00:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9201f7a0

sci-visualization/tensorboard: bump 2.2.1

Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.2.1.ebuild   | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index a13b9fcc68d..c8680026167 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,4 @@
 DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc
 DIST tensorboard-2.0.0.zip 3776140 BLAKE2B 
2bfd5b9d5b1c21f7df19ce5dae8a3d72381092630d1f53409fa0b96cab56be323ddef116bab95184d045f82fec88f4162e1f7277b25ed9c19b77189cf1a132ba
 SHA512 
e87ea39eae9b64c3314de771de98c21148517aee4103a4bc23d674273b1a220248d6ba85a9f94481c6d67e8d3733af099b91df3dae38537411082c1595aad73d
 DIST tensorboard-2.1.0.zip 3835182 BLAKE2B 
c2c7dbc1ba4b85c52df6e693e1bd425bd76fe6db7ca25582b57d9c65c68b191dcdba2623ab0560139f1cac1bdf5c7a47261daaaf51fca46f2c5bf441f832a6fd
 SHA512 
7463ace0863b90312a62a7fa96f4eca0147e85cf46ff21729f8996a794d54e14d876d3abe083d6aa4efd8e4e1582f7d5029de367f199981a34d4057b558bc51c
+DIST tensorboard-2.2.1.zip 2950617 BLAKE2B 
487ad01981f994b23cb5fca8b60d9ed5f13ba13735d2613d1f3154eec9791b4b3068fb9fd50e75e16682e09ceb8a9ed8533ca2c43b6dea73db3adaeef15a889b
 SHA512 
e96f8853d282dc19911cf2210ece0a4d7239f37dcba82e91697c80881fbcc21f12e4ba3e7d2eea7a84c9bb5b6521bf488d93d2312e55af9ec2d2c20f135d94fa

diff --git a/sci-visualization/tensorboard/tensorboard-2.2.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.2.1.ebuild
new file mode 100644
index 000..08bb80b2417
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.2.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit python-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+
+   sed -i -e '/tensorboard-plugin-/d' "${S}/${P}.dist-info/METADATA" || 
die "failed to remove plugin deps"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2020-03-16 Thread Michał Górny
commit: 4529c181067bee1c9eb0967f489bceb67a3932ca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 16 18:45:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 16 18:45:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4529c181

sci-visualization/tensorboard: Remove py2 virtuals

Signed-off-by: Michał Górny  gentoo.org>

 sci-visualization/tensorboard/tensorboard-1.15.0.ebuild   | 3 +--
 sci-visualization/tensorboard/tensorboard-2.0.0.ebuild| 3 +--
 sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
index 10bba99a364..4bf4063d7d7 100644
--- a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
@@ -27,8 +27,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]"
+   dev-python/wheel[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/unzip
${PYTHON_DEPS}"
 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"

diff --git a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
index 10bba99a364..4bf4063d7d7 100644
--- a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
@@ -27,8 +27,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]"
+   dev-python/wheel[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/unzip
${PYTHON_DEPS}"
 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"

diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
index 385c77db9a5..4b8819557eb 100644
--- a/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
@@ -30,8 +30,7 @@ RDEPEND="
>=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]"
+   >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/unzip
${PYTHON_DEPS}"
 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-29 Thread David Seifert
commit: c8ee32794c570ed04493c78fa0d462228884542e
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 09:55:26 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 09:55:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ee3279

sci-visualization/tensorboard: [QA] Remove explicit python-utils-r1 inherit

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 sci-visualization/tensorboard/tensorboard-1.15.0.ebuild   | 2 +-
 sci-visualization/tensorboard/tensorboard-2.0.0.ebuild| 2 +-
 sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
index c9b1f917559..9e9f44b1fac 100644
--- a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-inherit python-r1 python-utils-r1
+inherit python-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"
 HOMEPAGE="https://www.tensorflow.org/;

diff --git a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
index c9b1f917559..9e9f44b1fac 100644
--- a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-inherit python-r1 python-utils-r1
+inherit python-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"
 HOMEPAGE="https://www.tensorflow.org/;

diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
index 0445cb0427b..552c4f01d41 100644
--- a/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-inherit python-r1 python-utils-r1
+inherit python-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"
 HOMEPAGE="https://www.tensorflow.org/;



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-25 Thread Jason Zaman
commit: a052fadde44f92dac091c6546c84ad0bdf4e119e
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 25 11:34:27 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec 26 02:40:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a052fadd

sci-visualization/tensorboard: update deps

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 .../{tensorboard-2.1.0.ebuild => tensorboard-2.1.0-r1.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
similarity index 92%
rename from sci-visualization/tensorboard/tensorboard-2.1.0.ebuild
rename to sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
index c9b1f917559..0445cb0427b 100644
--- a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
@@ -19,6 +19,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RDEPEND="
${PYTHON_DEPS}
dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
@@ -28,6 +30,7 @@ RDEPEND="
>=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/unzip
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-23 Thread Jason Zaman
commit: eb14c42c1b7ec25c01ae4f16cb095fdf9bec3043
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Dec 23 19:42:47 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec 23 19:48:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb14c42c

sci-visualization/tensorboard: bump 2.1.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.1.0.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 0d4fa5cb8a9..a13b9fcc68d 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc
 DIST tensorboard-2.0.0.zip 3776140 BLAKE2B 
2bfd5b9d5b1c21f7df19ce5dae8a3d72381092630d1f53409fa0b96cab56be323ddef116bab95184d045f82fec88f4162e1f7277b25ed9c19b77189cf1a132ba
 SHA512 
e87ea39eae9b64c3314de771de98c21148517aee4103a4bc23d674273b1a220248d6ba85a9f94481c6d67e8d3733af099b91df3dae38537411082c1595aad73d
+DIST tensorboard-2.1.0.zip 3835182 BLAKE2B 
c2c7dbc1ba4b85c52df6e693e1bd425bd76fe6db7ca25582b57d9c65c68b191dcdba2623ab0560139f1cac1bdf5c7a47261daaaf51fca46f2c5bf441f832a6fd
 SHA512 
7463ace0863b90312a62a7fa96f4eca0147e85cf46ff21729f8996a794d54e14d876d3abe083d6aa4efd8e4e1582f7d5029de367f199981a34d4057b558bc51c

diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild
new file mode 100644
index 000..c9b1f917559
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-08 Thread Jason Zaman
commit: 5dd30f16993e315f4fdad36394709827904b8ca0
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Dec  9 02:59:19 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec  9 03:00:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd30f16

sci-visualization/tensorboard: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 -
 .../tensorboard/tensorboard-1.14.0.ebuild  | 59 --
 2 files changed, 60 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 8f2a452494f..0d4fa5cb8a9 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,2 @@
-DIST tensorboard-1.14.0.zip 3149160 BLAKE2B 
85a3544c2274757cdfb99e3d82751082415d9283a68808de50c4b14662542bd278db3320560cb39aee6bb62d1434dedfa720cfc83b7d464d99256cfe46081f78
 SHA512 
b19856b1c252b22e472efb9b91ea5c4509d0c3a9d5f99071dea04325e2346b37967b0be151227d150cf013aee5ae6f6273cd311085f4c6b1ca8021d14c2cf562
 DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc
 DIST tensorboard-2.0.0.zip 3776140 BLAKE2B 
2bfd5b9d5b1c21f7df19ce5dae8a3d72381092630d1f53409fa0b96cab56be323ddef116bab95184d045f82fec88f4162e1f7277b25ed9c19b77189cf1a132ba
 SHA512 
e87ea39eae9b64c3314de771de98c21148517aee4103a4bc23d674273b1a220248d6ba85a9f94481c6d67e8d3733af099b91df3dae38537411082c1595aad73d

diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
deleted file mode 100644
index c9b1f917559..000
--- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-inherit python-r1 python-utils-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-02 Thread Jason Zaman
commit: 33cec3e6d465234c9fc3b47a7a051c3256a088a9
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Dec  2 09:37:03 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec  2 14:50:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cec3e6

sci-visualization/tensorboard: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 -
 .../tensorboard/tensorboard-1.13.1.ebuild  | 58 --
 2 files changed, 59 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 3670e3a5822..8f2a452494f 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,4 +1,3 @@
-DIST tensorboard-1.13.1.zip 3187614 BLAKE2B 
e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648
 SHA512 
d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3
 DIST tensorboard-1.14.0.zip 3149160 BLAKE2B 
85a3544c2274757cdfb99e3d82751082415d9283a68808de50c4b14662542bd278db3320560cb39aee6bb62d1434dedfa720cfc83b7d464d99256cfe46081f78
 SHA512 
b19856b1c252b22e472efb9b91ea5c4509d0c3a9d5f99071dea04325e2346b37967b0be151227d150cf013aee5ae6f6273cd311085f4c6b1ca8021d14c2cf562
 DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc
 DIST tensorboard-2.0.0.zip 3776140 BLAKE2B 
2bfd5b9d5b1c21f7df19ce5dae8a3d72381092630d1f53409fa0b96cab56be323ddef116bab95184d045f82fec88f4162e1f7277b25ed9c19b77189cf1a132ba
 SHA512 
e87ea39eae9b64c3314de771de98c21148517aee4103a4bc23d674273b1a220248d6ba85a9f94481c6d67e8d3733af099b91df3dae38537411082c1595aad73d

diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
deleted file mode 100644
index 8b255440a24..000
--- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-inherit python-r1 python-utils-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/bleach[${PYTHON_USEDEP}]
-   dev-python/grpcio[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip
-   ${PYTHON_DEPS}"
-PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   eapply_user
-
-   rm -rf "${S}/${PN}/_vendor/bleach" || die
-   rm -rf "${S}/${PN}/_vendor/html5lib" || die
-   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
-
-   find "${S}/${PN}" -name '*.py' -exec sed -i \
-   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
-   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
-   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
-   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
-   {} + || die "failed to unvendor"
-}
-
-src_install() {
-   do_install() {
-   python_domodule "${PN}"
-   python_domodule "${P}.dist-info"
-   }
-   python_foreach_impl do_install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-02 Thread Jason Zaman
commit: 0f46c589eaaa11e0f74dd612cbf79f21fd6746a7
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Dec  2 09:35:52 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec  2 14:50:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f46c589

sci-visualization/tensorboard: drop python2_7 support

Bug: https://bugs.gentoo.org/696096
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 2 +-
 sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 2 +-
 sci-visualization/tensorboard/tensorboard-1.15.0.ebuild | 2 +-
 sci-visualization/tensorboard/tensorboard-2.0.0.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
index 11a0cd3bcb0..8b255440a24 100644
--- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-r1 python-utils-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"

diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
index 7c8540d2dd1..c9b1f917559 100644
--- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-r1 python-utils-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"

diff --git a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
index 7c8540d2dd1..c9b1f917559 100644
--- a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-r1 python-utils-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"

diff --git a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
index 7c8540d2dd1..c9b1f917559 100644
--- a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-r1 python-utils-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-10-01 Thread Jason Zaman
commit: 2c7965014e59adab80b6a137253c7f1c57f175f7
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Oct  1 14:37:35 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Oct  1 14:51:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c796501

sci-visualization/tensorboard: bump 2.0.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-2.0.0.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 3a834787fa3..3670e3a5822 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,4 @@
 DIST tensorboard-1.13.1.zip 3187614 BLAKE2B 
e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648
 SHA512 
d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3
 DIST tensorboard-1.14.0.zip 3149160 BLAKE2B 
85a3544c2274757cdfb99e3d82751082415d9283a68808de50c4b14662542bd278db3320560cb39aee6bb62d1434dedfa720cfc83b7d464d99256cfe46081f78
 SHA512 
b19856b1c252b22e472efb9b91ea5c4509d0c3a9d5f99071dea04325e2346b37967b0be151227d150cf013aee5ae6f6273cd311085f4c6b1ca8021d14c2cf562
 DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc
+DIST tensorboard-2.0.0.zip 3776140 BLAKE2B 
2bfd5b9d5b1c21f7df19ce5dae8a3d72381092630d1f53409fa0b96cab56be323ddef116bab95184d045f82fec88f4162e1f7277b25ed9c19b77189cf1a132ba
 SHA512 
e87ea39eae9b64c3314de771de98c21148517aee4103a4bc23d674273b1a220248d6ba85a9f94481c6d67e8d3733af099b91df3dae38537411082c1595aad73d

diff --git a/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
new file mode 100644
index 000..7c8540d2dd1
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-2.0.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-09-13 Thread Jason Zaman
commit: 2b8afab7fa12e91fe579199e47f4a494102160bb
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 13 08:19:57 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Sep 13 13:32:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8afab7

sci-visualization/tensorboard: bump 1.15.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-1.15.0.ebuild  | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 07af54fe92d..3a834787fa3 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-1.13.1.zip 3187614 BLAKE2B 
e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648
 SHA512 
d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3
 DIST tensorboard-1.14.0.zip 3149160 BLAKE2B 
85a3544c2274757cdfb99e3d82751082415d9283a68808de50c4b14662542bd278db3320560cb39aee6bb62d1434dedfa720cfc83b7d464d99256cfe46081f78
 SHA512 
b19856b1c252b22e472efb9b91ea5c4509d0c3a9d5f99071dea04325e2346b37967b0be151227d150cf013aee5ae6f6273cd311085f4c6b1ca8021d14c2cf562
+DIST tensorboard-1.15.0.zip 3765194 BLAKE2B 
54a9987b65d4e2b127789f0e66eb5bdef8c024d19a82867632b44eefc4718bc6eb6c68fa61fdb2306af2c3adbacc3c75ec15f7aa331038b15cec27af2d846f85
 SHA512 
7b47d60929b4be91b4d56e36fc5a19b79511b8f3a1081fe308d3a107f978f2c5d23ad2d209104de983bc44f4506cdb0cb6e09b37e552dc042600ea16e14827dc

diff --git a/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
new file mode 100644
index 000..7c8540d2dd1
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.15.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-08-13 Thread Michał Górny
commit: ced5eb730f88dfc6b9ea3208c3c0e22804733f89
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 07:33:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 07:33:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced5eb73

sci-visualization/tensorboard: Add missing PYTHON_*

Signed-off-by: Michał Górny  gentoo.org>

 sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 5 -
 sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
index 986202acf28..11a0cd3bcb0 100644
--- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
@@ -14,8 +14,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
+   ${PYTHON_DEPS}
dev-python/bleach[${PYTHON_USEDEP}]
dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
@@ -26,7 +28,8 @@ RDEPEND="
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
 
 S="${WORKDIR}"

diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
index 8a2917ed2de..7c8540d2dd1 100644
--- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
@@ -14,8 +14,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
+   ${PYTHON_DEPS}
dev-python/bleach[${PYTHON_USEDEP}]
dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
@@ -27,7 +29,8 @@ RDEPEND="
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip
+   ${PYTHON_DEPS}"
 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-08-07 Thread Jason Zaman
commit: 91b4a4a2b6f7bc1d574346691e7c235c29df92a6
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Aug  7 07:17:18 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug  7 07:57:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b4a4a2

sci-visualization/tensorboard: Update copyright line

Bug: https://bugs.gentoo.org/691646
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 2 +-
 sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
index 1665bc00912..986202acf28 100644
--- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Jason Zaman
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
index 1e9df6f9ed2..8a2917ed2de 100644
--- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Jason Zaman
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-06-19 Thread Jason Zaman
commit: 7a0d68cfd8526703c82d13f2218e031d1ab17477
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Jun 19 08:33:56 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Jun 19 08:38:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0d68cf

sci-visualization/tensorboard: add setuptools dep

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
index 1665bc00912..1e9df6f9ed2 100644
--- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-06-18 Thread Jason Zaman
commit: b1ccdd0dfbeaeee5daae91b79a020d72cd3ed02f
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Jun 19 01:00:10 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Jun 19 04:03:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ccdd0d

sci-visualization/tensorboard: bump 1.14.0

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-1.14.0.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 419c6f79841..07af54fe92d 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1 +1,2 @@
 DIST tensorboard-1.13.1.zip 3187614 BLAKE2B 
e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648
 SHA512 
d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3
+DIST tensorboard-1.14.0.zip 3149160 BLAKE2B 
85a3544c2274757cdfb99e3d82751082415d9283a68808de50c4b14662542bd278db3320560cb39aee6bb62d1434dedfa720cfc83b7d464d99256cfe46081f78
 SHA512 
b19856b1c252b22e472efb9b91ea5c4509d0c3a9d5f99071dea04325e2346b37967b0be151227d150cf013aee5ae6f6273cd311085f4c6b1ca8021d14c2cf562

diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
new file mode 100644
index 000..1665bc00912
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Jason Zaman
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-05-12 Thread Jason Zaman
commit: 0a52488af552b8bfb75f4fc71cafbe394667a1ee
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon May 13 05:50:37 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon May 13 05:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a52488a

sci-visualization/tensorboard: use predictable SRC_URI

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Jason Zaman  gentoo.org>

 sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
index c5f7d80d69d..1665bc00912 100644
--- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
@@ -8,7 +8,7 @@ inherit python-r1 python-utils-r1
 
 DESCRIPTION="TensorFlow's Visualization Toolkit"
 HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/${P}-py3-none-any.whl
 -> ${P}.zip"
+SRC_URI="https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
 -> ${P}.zip"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-04-29 Thread Jason Zaman
commit: d36b894f72742ef357e5d21db844793933f6df50
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Apr 29 14:09:52 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Apr 29 14:23:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36b894f

sci-visualization/tensorboard: drop old

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sci-visualization/tensorboard/Manifest |  4 --
 .../tensorboard/tensorboard-1.10.0.ebuild  | 47 --
 .../tensorboard/tensorboard-1.11.0-r1.ebuild   | 52 
 .../tensorboard/tensorboard-1.12.1.ebuild  | 55 --
 .../tensorboard/tensorboard-1.12.2.ebuild  | 55 --
 5 files changed, 213 deletions(-)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 8f01fa17b2d..419c6f79841 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,5 +1 @@
-DIST tensorboard-1.10.0.zip 3280385 BLAKE2B 
b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518
 SHA512 
2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818
-DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 
5a0c32571d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08
 SHA512 
d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426
-DIST tensorboard-1.12.1.zip 3046273 BLAKE2B 
13d49cc9ed194c629943942b95c7a084220ce5f7ac2faaf5c010f8c4b71412144528feb58b2b67cae0d342f6a41e078c0fdffa45fdf526ec93b39ad204242c7c
 SHA512 
b739f387c27a609d3064f7f7a162780d8807f4f9f6b95401f088bc7d6a1763613148056472c8b24b0941d562bb14bb323a82a248deb416ec5fba27fc25d7e62f
-DIST tensorboard-1.12.2.zip 3046421 BLAKE2B 
a43d2b10845364deac5742652bbae6edb6c87400ea45f03acf5ea2a7363f7687911c14a4d23631d329aec017ecac0d42ccda5501f1061f7835acadfc1ba2b377
 SHA512 
41b8fbd4b0e015931929cd701986c655785221debec3041638d807f412b73d46fbf1c9ad01cb20dbbe9bb8886f9e2e2439afa724f156fcea5bd35e74e278ac9b
 DIST tensorboard-1.13.1.zip 3187614 BLAKE2B 
e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648
 SHA512 
d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3

diff --git a/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild
deleted file mode 100644
index 0087abfa2ad..000
--- a/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-inherit python-r1 python-utils-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"
-HOMEPAGE="https://www.tensorflow.org/;
-SRC_URI="https://files.pythonhosted.org/packages/c6/17/ecd918a004f297955c30b4fffbea100b1606c225dbf0443264012773c3ff/${P}-py3-none-any.whl
 -> ${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]
-   dev-python/bleach[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]"
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   rm -rf "${S}/_vendor" || die
-   find "${S}" -name '*.py' -exec sed -i -e \
-   's/^from tensorboard\._vendor import /import /;
-   s/^from tensorboard\._vendor\./from /' {} + || die "failed to 
unvendor"
-
-   eapply_user
-}
-
-src_install() {
-   sed '1i #!/usr/bin/env python' "${S}/main.py" > "${T}/${PN}" || die
-   do_install() {
-   python_doscript "${T}/${PN}"
-   python_domodule "${S}"
-   }
-   python_foreach_impl do_install
-}

diff --git a/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
deleted file mode 100644
index c7bf274d1a9..000
--- a/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-inherit python-r1 python-utils-r1
-
-DESCRIPTION="TensorFlow's Visualization Toolkit"

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-04-05 Thread Jason Zaman
commit: a3ab781fefeacbaf5f48b945d7d5e25baba1ed52
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Mar 30 13:13:23 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr  5 15:38:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ab781f

sci-visualization/tensorboard: bump 1.13.1

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-1.13.1.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 30d02832f76..8f01fa17b2d 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -2,3 +2,4 @@ DIST tensorboard-1.10.0.zip 3280385 BLAKE2B 
b4e9f6d4fc6252b57f31e8514516205c8f81
 DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 
5a0c32571d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08
 SHA512 
d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426
 DIST tensorboard-1.12.1.zip 3046273 BLAKE2B 
13d49cc9ed194c629943942b95c7a084220ce5f7ac2faaf5c010f8c4b71412144528feb58b2b67cae0d342f6a41e078c0fdffa45fdf526ec93b39ad204242c7c
 SHA512 
b739f387c27a609d3064f7f7a162780d8807f4f9f6b95401f088bc7d6a1763613148056472c8b24b0941d562bb14bb323a82a248deb416ec5fba27fc25d7e62f
 DIST tensorboard-1.12.2.zip 3046421 BLAKE2B 
a43d2b10845364deac5742652bbae6edb6c87400ea45f03acf5ea2a7363f7687911c14a4d23631d329aec017ecac0d42ccda5501f1061f7835acadfc1ba2b377
 SHA512 
41b8fbd4b0e015931929cd701986c655785221debec3041638d807f412b73d46fbf1c9ad01cb20dbbe9bb8886f9e2e2439afa724f156fcea5bd35e74e278ac9b
+DIST tensorboard-1.13.1.zip 3187614 BLAKE2B 
e1b8cb43f7941b843e4fa8c84746f4b341e7c7e246422182eec9e1d3e2a5c367fb818c8e3ddd20cb6b5f64515a986dc5e814728340f0592d346dc55ec6065648
 SHA512 
d1581b7f694909e94a09d4c3fb2d34ddc31a18a6a09323ef48221e88560a9ec3bbb050ff12a2cd78607a2545053cabc448eab7264036a54dddc4720becfc44b3

diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
new file mode 100644
index 000..c5f7d80d69d
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Jason Zaman
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-02-18 Thread Jason Zaman
commit: 626af6077a23fcdabea4d04ef8b21b58e5fd4af2
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 18 12:49:24 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 18 12:52:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626af607

sci-visualization/tensorboard: bump 1.12.2

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-1.12.2.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index 70932708b72..30d02832f76 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,3 +1,4 @@
 DIST tensorboard-1.10.0.zip 3280385 BLAKE2B 
b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518
 SHA512 
2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818
 DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 
5a0c32571d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08
 SHA512 
d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426
 DIST tensorboard-1.12.1.zip 3046273 BLAKE2B 
13d49cc9ed194c629943942b95c7a084220ce5f7ac2faaf5c010f8c4b71412144528feb58b2b67cae0d342f6a41e078c0fdffa45fdf526ec93b39ad204242c7c
 SHA512 
b739f387c27a609d3064f7f7a162780d8807f4f9f6b95401f088bc7d6a1763613148056472c8b24b0941d562bb14bb323a82a248deb416ec5fba27fc25d7e62f
+DIST tensorboard-1.12.2.zip 3046421 BLAKE2B 
a43d2b10845364deac5742652bbae6edb6c87400ea45f03acf5ea2a7363f7687911c14a4d23631d329aec017ecac0d42ccda5501f1061f7835acadfc1ba2b377
 SHA512 
41b8fbd4b0e015931929cd701986c655785221debec3041638d807f412b73d46fbf1c9ad01cb20dbbe9bb8886f9e2e2439afa724f156fcea5bd35e74e278ac9b

diff --git a/sci-visualization/tensorboard/tensorboard-1.12.2.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.12.2.ebuild
new file mode 100644
index 000..b9662a8f42d
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.12.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Jason Zaman
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/07/53/8d32ce9471c18f8d99028b7cef2e5b39ea8765bd7ef250ca05b490880971/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2018-12-24 Thread Jason Zaman
commit: 123656127ddf36ff43fe86f6cafc95ef759f6d6a
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Nov 17 16:04:31 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Dec 24 09:27:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12365612

sci-visualization/tensorboard: bump 1.12.0

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-1.12.1.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index ff1ab4e460d..70932708b72 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1,2 +1,3 @@
 DIST tensorboard-1.10.0.zip 3280385 BLAKE2B 
b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518
 SHA512 
2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818
 DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 
5a0c32571d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08
 SHA512 
d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426
+DIST tensorboard-1.12.1.zip 3046273 BLAKE2B 
13d49cc9ed194c629943942b95c7a084220ce5f7ac2faaf5c010f8c4b71412144528feb58b2b67cae0d342f6a41e078c0fdffa45fdf526ec93b39ad204242c7c
 SHA512 
b739f387c27a609d3064f7f7a162780d8807f4f9f6b95401f088bc7d6a1763613148056472c8b24b0941d562bb14bb323a82a248deb416ec5fba27fc25d7e62f

diff --git a/sci-visualization/tensorboard/tensorboard-1.12.1.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.12.1.ebuild
new file mode 100644
index 000..8a277ed9165
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.12.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Jason Zaman
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/bd/7e/528c868bb8a0542c8a5686ff3a08502d2691bd50499c6e55f8989fa8e5a0/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}"
+
+src_prepare() {
+   eapply_user
+
+   rm -rf "${S}/${PN}/_vendor/bleach" || die
+   rm -rf "${S}/${PN}/_vendor/html5lib" || die
+   sed -i -e '/_vendor.bleach/d' -e '/_vendor.html5lib/d' 
"${S}/${P}.dist-info/RECORD" || die "failed to unvendor"
+
+   find "${S}/${PN}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${PN}"
+   python_domodule "${P}.dist-info"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2018-09-30 Thread Jason Zaman
commit: 2c484ac90e39d890a71ef54d64c13a1352737ed9
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Sep 30 11:18:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Sep 30 11:19:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c484ac9

sci-visualization/tensorboard: dont unvendor tensorflow_serving

Signed-off-by: Jason Zaman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 ...sorboard-1.11.0.ebuild => tensorboard-1.11.0-r1.ebuild} | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
similarity index 69%
rename from sci-visualization/tensorboard/tensorboard-1.11.0.ebuild
rename to sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
index 5e3272e5be0..c7bf274d1a9 100644
--- a/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/unzip"
 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
@@ -30,10 +31,15 @@ PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
 S="${WORKDIR}/${PN}"
 
 src_prepare() {
-   rm -rf "${S}/_vendor" || die
-   find "${S}" -name '*.py' -exec sed -i -e \
-   's/^from tensorboard\._vendor import /import /;
-   s/^from tensorboard\._vendor\./from /' {} + || die "failed to 
unvendor"
+   rm -rf "${S}/_vendor/bleach" || die
+   rm -rf "${S}/_vendor/html5lib" || die
+
+   find "${S}" -name '*.py' -exec sed -i \
+   -e 's/^from tensorboard\._vendor import html5lib/import 
html5lib/' \
+   -e 's/^from tensorboard\._vendor import bleach/import bleach/' \
+   -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \
+   -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \
+   {} + || die "failed to unvendor"
 
eapply_user
 }



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2018-09-28 Thread Jason Zaman
commit: 88893ecd80335238cfc1ca86db96f29f76a81af3
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 28 04:00:39 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Sep 28 10:23:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88893ecd

sci-visualization/tensorboard: bump 1.11.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-visualization/tensorboard/Manifest |  1 +
 .../tensorboard/tensorboard-1.11.0.ebuild  | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
index aeb37519bbc..ff1ab4e460d 100644
--- a/sci-visualization/tensorboard/Manifest
+++ b/sci-visualization/tensorboard/Manifest
@@ -1 +1,2 @@
 DIST tensorboard-1.10.0.zip 3280385 BLAKE2B 
b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518
 SHA512 
2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818
+DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 
5a0c32571d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08
 SHA512 
d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426

diff --git a/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild
new file mode 100644
index 000..5e3272e5be0
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/9b/2f/4d788919b1feef04624d63ed6ea45a49d1d1c834199ec50716edb5d310f4/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip"
+PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   rm -rf "${S}/_vendor" || die
+   find "${S}" -name '*.py' -exec sed -i -e \
+   's/^from tensorboard\._vendor import /import /;
+   s/^from tensorboard\._vendor\./from /' {} + || die "failed to 
unvendor"
+
+   eapply_user
+}
+
+src_install() {
+   do_install() {
+   python_domodule "${S}"
+   }
+   python_foreach_impl do_install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2018-08-09 Thread Jason Zaman
commit: ca198846ee9b9fa98c8a923e7bb0932461f9736c
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Aug  9 14:54:19 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Aug  9 16:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca198846

sci-visualization/tensorboard: new package, 1.10.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-visualization/tensorboard/Manifest |  1 +
 sci-visualization/tensorboard/metadata.xml | 14 +++
 .../tensorboard/tensorboard-1.10.0.ebuild  | 47 ++
 3 files changed, 62 insertions(+)

diff --git a/sci-visualization/tensorboard/Manifest 
b/sci-visualization/tensorboard/Manifest
new file mode 100644
index 000..aeb37519bbc
--- /dev/null
+++ b/sci-visualization/tensorboard/Manifest
@@ -0,0 +1 @@
+DIST tensorboard-1.10.0.zip 3280385 BLAKE2B 
b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518
 SHA512 
2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818

diff --git a/sci-visualization/tensorboard/metadata.xml 
b/sci-visualization/tensorboard/metadata.xml
new file mode 100644
index 000..d1f23aa30fb
--- /dev/null
+++ b/sci-visualization/tensorboard/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   perfin...@gentoo.org
+   Jason Zaman
+   
+   
+   TensorBoard is a suite of web applications for inspecting and 
understanding your TensorFlow runs and graphs.
+   
+   
+   tensorflow/tensorboard
+   
+

diff --git a/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild
new file mode 100644
index 000..0087abfa2ad
--- /dev/null
+++ b/sci-visualization/tensorboard/tensorboard-1.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit python-r1 python-utils-r1
+
+DESCRIPTION="TensorFlow's Visualization Toolkit"
+HOMEPAGE="https://www.tensorflow.org/;
+SRC_URI="https://files.pythonhosted.org/packages/c6/17/ecd918a004f297955c30b4fffbea100b1606c225dbf0443264012773c3ff/${P}-py3-none-any.whl
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+   rm -rf "${S}/_vendor" || die
+   find "${S}" -name '*.py' -exec sed -i -e \
+   's/^from tensorboard\._vendor import /import /;
+   s/^from tensorboard\._vendor\./from /' {} + || die "failed to 
unvendor"
+
+   eapply_user
+}
+
+src_install() {
+   sed '1i #!/usr/bin/env python' "${S}/main.py" > "${T}/${PN}" || die
+   do_install() {
+   python_doscript "${T}/${PN}"
+   python_domodule "${S}"
+   }
+   python_foreach_impl do_install
+}