Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/
Date: Tue, 13 Aug 2019 07:40:47
Message-Id: 1565681582.ced5eb730f88dfc6b9ea3208c3c0e22804733f89.mgorny@gentoo
1 commit: ced5eb730f88dfc6b9ea3208c3c0e22804733f89
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 07:33:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 07:33:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced5eb73
7
8 sci-visualization/tensorboard: Add missing PYTHON_*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 5 ++++-
13 sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 5 ++++-
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
17 index 986202acf28..11a0cd3bcb0 100644
18 --- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
19 +++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild
20 @@ -14,8 +14,10 @@ LICENSE="Apache-2.0"
21 SLOT="0"
22 KEYWORDS="~amd64"
23 IUSE=""
24 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
25
26 RDEPEND="
27 + ${PYTHON_DEPS}
28 dev-python/bleach[${PYTHON_USEDEP}]
29 dev-python/grpcio[${PYTHON_USEDEP}]
30 dev-python/html5lib[${PYTHON_USEDEP}]
31 @@ -26,7 +28,8 @@ RDEPEND="
32 dev-python/werkzeug[${PYTHON_USEDEP}]
33 dev-python/wheel[${PYTHON_USEDEP}]
34 virtual/python-futures[${PYTHON_USEDEP}]"
35 -BDEPEND="app-arch/unzip"
36 +BDEPEND="app-arch/unzip
37 + ${PYTHON_DEPS}"
38 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
39
40 S="${WORKDIR}"
41
42 diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
43 index 8a2917ed2de..7c8540d2dd1 100644
44 --- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
45 +++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild
46 @@ -14,8 +14,10 @@ LICENSE="Apache-2.0"
47 SLOT="0"
48 KEYWORDS="~amd64"
49 IUSE=""
50 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
51
52 RDEPEND="
53 + ${PYTHON_DEPS}
54 dev-python/bleach[${PYTHON_USEDEP}]
55 dev-python/grpcio[${PYTHON_USEDEP}]
56 dev-python/html5lib[${PYTHON_USEDEP}]
57 @@ -27,7 +29,8 @@ RDEPEND="
58 dev-python/werkzeug[${PYTHON_USEDEP}]
59 dev-python/wheel[${PYTHON_USEDEP}]
60 virtual/python-futures[${PYTHON_USEDEP}]"
61 -BDEPEND="app-arch/unzip"
62 +BDEPEND="app-arch/unzip
63 + ${PYTHON_DEPS}"
64 PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]"
65
66 S="${WORKDIR}"