summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-15 03:45:20 +0100
committerSam James <sam@gentoo.org>2024-07-15 03:45:20 +0100
commit90c6fc37f8ea69d8a53ac6008cb6313148a150dd (patch)
tree893280f25f3d8741af5cd16cfc685acde24cbd4a
parentsys-block/thin-provisioning-tools: Stabilize 0.9.0-r4 arm64, #936077 (diff)
downloadgentoo-90c6fc37f8ea69d8a53ac6008cb6313148a150dd.tar.gz
gentoo-90c6fc37f8ea69d8a53ac6008cb6313148a150dd.tar.bz2
gentoo-90c6fc37f8ea69d8a53ac6008cb6313148a150dd.zip
net-misc/streamlink: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/streamlink/streamlink-6.8.3.ebuild2
-rw-r--r--net-misc/streamlink/streamlink-9999.ebuild2
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