commit: 90c6fc37f8ea69d8a53ac6008cb6313148a150dd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 02:45:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 02:45:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c6fc37
net-misc/streamlink: enable py3.13 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/streamlink/streamlink-6.8.3.ebuild | 2 +- net-misc/streamlink/streamlink-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/streamlink/streamlink-6.8.3.ebuild b/net-misc/streamlink/streamlink-6.8.3.ebuild index 6d9015879476..3e4bc7e2f370 100644 --- a/net-misc/streamlink/streamlink-6.8.3.ebuild +++ b/net-misc/streamlink/streamlink-6.8.3.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) 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 6d9015879476..3e4bc7e2f370 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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE='xml(+),threads(+)' inherit distutils-r1
