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 912E415800F for ; Tue, 10 Jan 2023 14:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C064AE0809; Tue, 10 Jan 2023 14:15:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A5E4AE0809 for ; Tue, 10 Jan 2023 14:15:37 +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 0DC6533BE3B for ; Tue, 10 Jan 2023 14:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35104836 for ; Tue, 10 Jan 2023 14:15:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1673360126.24ccf8a3904b9bb780b7d21a2de829d598d99a53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/tensorboard/tensorboard-2.10.0.ebuild sci-visualization/tensorboard/tensorboard-2.11.0.ebuild X-VCS-Directories: sci-visualization/tensorboard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24ccf8a3904b9bb780b7d21a2de829d598d99a53 X-VCS-Branch: master Date: Tue, 10 Jan 2023 14:15:33 +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: 07481aa9-54f8-45b2-93bd-b5fd8be163d4 X-Archives-Hash: cec39c0c005aa292960ad9797d9ce66a commit: 24ccf8a3904b9bb780b7d21a2de829d598d99a53 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 10 14:13:30 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 10 14:15:26 2023 +0000 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"