commit: 6c4610ee0544074c435417db797ba35a3f58c467 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 20:39:54 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 20:39:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4610ee
sci-libs/pytorch: PythonCompatUpdate Closes: https://bugs.gentoo.org/921248 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/pytorch/{pytorch-2.1.2.ebuild => pytorch-2.1.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pytorch/pytorch-2.1.2.ebuild b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild similarity index 95% rename from sci-libs/pytorch/pytorch-2.1.2.ebuild rename to sci-libs/pytorch/pytorch-2.1.2-r1.ebuild index cc603731123f..eeedad68bd1b 100644 --- a/sci-libs/pytorch/pytorch-2.1.2.ebuild +++ b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_EXT=1 inherit distutils-r1 prefix
