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 82E5315803E for ; Tue, 2 Jan 2024 13:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC8FB2BC01C; Tue, 2 Jan 2024 13:16:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B08672BC01C for ; Tue, 2 Jan 2024 13:16:48 +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 B8DC134069F for ; Tue, 2 Jan 2024 13:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 580EEAC2 for ; Tue, 2 Jan 2024 13:16:46 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1704201363.c565caa04db4a7e5013bee4eb4709ca0dbf85458.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/kineto/Manifest sci-libs/kineto/kineto-0.4.0.ebuild sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild sci-libs/kineto/kineto-0.4.0_p20231031.ebuild X-VCS-Directories: sci-libs/kineto/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c565caa04db4a7e5013bee4eb4709ca0dbf85458 X-VCS-Branch: master Date: Tue, 2 Jan 2024 13:16:46 +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: 98962b7d-74a1-4946-99c2-05d8e5292880 X-Archives-Hash: c65598d2dc73327abdb51ddb6e12265e commit: c565caa04db4a7e5013bee4eb4709ca0dbf85458 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 2 13:16:03 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 2 13:16:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c565caa0 sci-libs/kineto: PythonCompatUpdate Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/kineto/Manifest | 1 - sci-libs/kineto/kineto-0.4.0.ebuild | 42 ---------------------- ...031.ebuild => kineto-0.4.0_p20231031-r1.ebuild} | 4 +-- 3 files changed, 2 insertions(+), 45 deletions(-) diff --git a/sci-libs/kineto/Manifest b/sci-libs/kineto/Manifest index 3c8e81362366..903e9a85559e 100644 --- a/sci-libs/kineto/Manifest +++ b/sci-libs/kineto/Manifest @@ -1,2 +1 @@ -DIST kineto-0.4.0.tar.gz 8190627 BLAKE2B 015017096b6a01b2f2172580884aef6c57df0d33c3d8904c959acc7f7dcc36386f72acb9a672571fa25b7f74c1d2d763692b8cc5a634a73ac143819f811737df SHA512 4a3cbf2f29aa174b9a67f55d0f4e7b8d952ed5dba612f33d144a4d019055031e2a6ff8c98ef1971bf2508460cb871dace38bfc669c10c076cc42d685a1842d86 DIST kineto-0.4.0_p20231031.tar.gz 8234532 BLAKE2B 11ff60f865a09f651facdb9752d9cb401f89d36d72f977b79fd35a128fe6666c6cba6aaaf8119a939d1e26b30dff55d8d30f484c7d9fb4ab626327f2bd574bf4 SHA512 48421d9a6f4487112f37222350b33a171fc0e2119fa4636380e6ecb6574300576325d5c21affc8ab3b9769264ab549918fa2c4e5fee2c2e24c09c1f3f87f3444 diff --git a/sci-libs/kineto/kineto-0.4.0.ebuild b/sci-libs/kineto/kineto-0.4.0.ebuild deleted file mode 100644 index 2282c4406855..000000000000 --- a/sci-libs/kineto/kineto-0.4.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit python-any-r1 cmake - -DESCRIPTION="part of the PyTorch Profiler" -HOMEPAGE="https://github.com/pytorch/kineto" -SRC_URI="https://github.com/pytorch/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - dev-libs/libfmt -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( dev-cpp/gtest ) - ${PYTHON_DEPS} -" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${PN}-2021.11.17-gentoo.patch - "${FILESDIR}"/${P}-gcc13.patch -) - -src_prepare() { - cd libkineto - cmake_src_prepare -} - -src_configure() { - cd libkineto - cmake_src_configure -} diff --git a/sci-libs/kineto/kineto-0.4.0_p20231031.ebuild b/sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild similarity index 92% rename from sci-libs/kineto/kineto-0.4.0_p20231031.ebuild rename to sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild index aa8b2eea8a00..b03ddc912224 100644 --- a/sci-libs/kineto/kineto-0.4.0_p20231031.ebuild +++ b/sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-any-r1 cmake prefix CommitId=a30ca3f9509c2cfd28561abbca51328f0bdf9014