commit: 3969ca8bd87b00c543d26e0448149483f9c07895 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 06:45:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 06:45:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3969ca8b
net-misc/streamlink: enable py3.14 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/streamlink/streamlink-7.4.0.ebuild | 2 +- net-misc/streamlink/streamlink-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/streamlink/streamlink-7.4.0.ebuild b/net-misc/streamlink/streamlink-7.4.0.ebuild index 7f9096f67b0e..9b65a3f38651 100644 --- a/net-misc/streamlink/streamlink-7.4.0.ebuild +++ b/net-misc/streamlink/streamlink-7.4.0.ebuild @@ -12,7 +12,7 @@ DISTUTILS_SINGLE_IMPL=1 # >= 6.2.1 uses a bunch of setuptools hooks instead of vanilla setuptools # https://github.com/streamlink/streamlink/commit/194d9bc193f5285bc1ba33af5fd89209a96ad3a7 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE='xml(+),threads(+)' inherit distutils-r1 diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 7f9096f67b0e..9b65a3f38651 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -12,7 +12,7 @@ DISTUTILS_SINGLE_IMPL=1 # >= 6.2.1 uses a bunch of setuptools hooks instead of vanilla setuptools # https://github.com/streamlink/streamlink/commit/194d9bc193f5285bc1ba33af5fd89209a96ad3a7 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE='xml(+),threads(+)' inherit distutils-r1
