From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34AEA158086 for ; Fri, 12 Nov 2021 01:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FD212BC18B; Fri, 12 Nov 2021 01:36:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3802B2BC18C for ; Fri, 12 Nov 2021 01:36:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 807E4342DBF for ; Fri, 12 Nov 2021 01:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736201CC for ; Fri, 12 Nov 2021 01:36:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636680946.58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow-estimator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild X-VCS-Directories: sci-libs/tensorflow-estimator/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4 X-VCS-Branch: master Date: Fri, 12 Nov 2021 01:36:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e520b67d-5cde-4787-bc58-18de17ec1185 X-Archives-Hash: 690566e6bee7ad1e6b7ce468b68fabeb commit: 58d88bbf9b7575d2b8c80e3250481bf3d5d58ee4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Mar 10 10:03:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 12 01:35:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d88bbf 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19864 Signed-off-by: Sam James gentoo.org> sci-libs/tensorflow-estimator/tensorflow-estimator-2.3.0.ebuild | 8 ++++---- 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 f898cea4890..afa7f6232c4 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 fb37f8655e7..afa7f6232c4 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