sci-mathematics/stp: bump PYTHON_COMPAT to py3.14

Closes: https://bugs.gentoo.org/974114
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-05-05 23:38:31 +02:00
parent bd4909c91b
commit 770bc4da77
@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit flag-o-matic python-single-r1 cmake
@@ -14,7 +14,7 @@ HOMEPAGE="https://stp.github.io/
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/stp/stp.git"
EGIT_REPO_URI="https://github.com/stp/stp"
else
SRC_URI="https://github.com/stp/stp/archive/${PV}.tar.gz
-> ${P}.tar.gz"