summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-01-02 14:16:03 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-01-02 14:16:03 +0100
commitc565caa04db4a7e5013bee4eb4709ca0dbf85458 (patch)
tree608d864fc8cb582aaabcbc8abcb8820c96276c2b /sci-libs
parentsci-libs/onnx: PythonCompatUpdate (diff)
downloadgentoo-c565caa04db4a7e5013bee4eb4709ca0dbf85458.tar.gz
gentoo-c565caa04db4a7e5013bee4eb4709ca0dbf85458.tar.bz2
gentoo-c565caa04db4a7e5013bee4eb4709ca0dbf85458.zip
sci-libs/kineto: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/kineto/Manifest1
-rw-r--r--sci-libs/kineto/kineto-0.4.0.ebuild42
-rw-r--r--sci-libs/kineto/kineto-0.4.0_p20231031-r1.ebuild (renamed from sci-libs/kineto/kineto-0.4.0_p20231031.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
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