mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user