From 48ec511717f870cb8dfff753af4d40ddf11a51a6 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Sun, 13 Apr 2025 19:15:26 +0300 Subject: [PATCH] dev-libs/fortran-stdlib: add py3.13 compat Signed-off-by: Sergey Torokhov --- dev-libs/fortran-stdlib/fortran-stdlib-0.5.0.ebuild | 4 ++-- dev-libs/fortran-stdlib/fortran-stdlib-0.6.1.ebuild | 4 ++-- dev-libs/fortran-stdlib/fortran-stdlib-0.7.0.ebuild | 4 ++-- dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.5.0.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-0.5.0.ebuild index 41166a79f3..d5a82bf341 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-0.5.0.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-0.5.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake fortran-2 python-any-r1 diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.6.1.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-0.6.1.ebuild index 41166a79f3..d5a82bf341 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-0.6.1.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-0.6.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake fortran-2 python-any-r1 diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-0.7.0.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-0.7.0.ebuild index 41166a79f3..d5a82bf341 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-0.7.0.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-0.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake fortran-2 python-any-r1 diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild index e8bd8e4211..725b7ca01c 100644 --- a/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild +++ b/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_STANDARD="2003" -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake fortran-2 git-r3 python-any-r1