diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-10 11:03:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-12 01:35:46 +0000 |
commit | 58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4 (patch) | |
tree | 44a9e0ff38aa9ee79833a3792ef5d78fe6e0edb3 /sci-libs | |
parent | media-gfx/gnofract4d: version bump to 4.3_p20211108 (diff) | |
download | gentoo-58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4.tar.gz gentoo-58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4.tar.bz2 gentoo-58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4.zip |
sci-libs/tensorflow-estimator: cleanup eclasses, add missing app-arch/unzip dep
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19864
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild | 8 | ||||
-rw-r--r-- | sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild index f898cea48909..afa7f6232c47 100644 --- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild +++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,15 +8,14 @@ MY_PN="estimator" MY_PV=${PV/_rc/-rc} MY_P=${MY_PN}-${MY_PV} -inherit bazel distutils-r1 flag-o-matic toolchain-funcs +inherit bazel distutils-r1 -DESCRIPTION="A high-level TensorFlow API that greatly simplifies machine learning programming" +DESCRIPTION="High-level TensorFlow API that greatly simplifies machine learning programming" HOMEPAGE="https://www.tensorflow.org/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="" bazel_external_uris=" https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip -> bazelbuild-rules_cc-0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip @@ -29,6 +28,7 @@ SRC_URI="https://github.com/tensorflow/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P} RDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" BDEPEND=" + app-arch/unzip dev-java/java-config >=dev-util/bazel-3" diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild index fb37f8655e7c..afa7f6232c47 100644 --- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild +++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,15 +8,14 @@ MY_PN="estimator" MY_PV=${PV/_rc/-rc} MY_P=${MY_PN}-${MY_PV} -inherit bazel distutils-r1 flag-o-matic toolchain-funcs +inherit bazel distutils-r1 -DESCRIPTION="A high-level TensorFlow API that greatly simplifies machine learning programming" +DESCRIPTION="High-level TensorFlow API that greatly simplifies machine learning programming" HOMEPAGE="https://www.tensorflow.org/" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="" bazel_external_uris=" https://github.com/bazelbuild/rules_cc/archive/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip -> bazelbuild-rules_cc-0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip |