summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-09-30 07:31:17 +0100
committerSam James <sam@gentoo.org>2024-10-03 10:23:40 +0100
commit3ce4ff6bb687a655ef7a5b9037d40b563c14b666 (patch)
tree9664c9da02825e7862aa96ba70459e8930089982
parentnet-libs/libtorrent-rasterbar: enable py3.13 (diff)
downloadgentoo-3ce4ff6bb687a655ef7a5b9037d40b563c14b666.tar.gz
gentoo-3ce4ff6bb687a655ef7a5b9037d40b563c14b666.tar.bz2
gentoo-3ce4ff6bb687a655ef7a5b9037d40b563c14b666.zip
net-p2p/deluge: enable py3.13
Closes: https://github.com/gentoo/gentoo/pull/38822 Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-p2p/deluge/deluge-2.1.1-r5.ebuild2
-rw-r--r--net-p2p/deluge/deluge-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-2.1.1-r5.ebuild b/net-p2p/deluge/deluge-2.1.1-r5.ebuild
index 5d9ec6ed1c78..c03f9d0f3185 100644
--- a/net-p2p/deluge/deluge-2.1.1-r5.ebuild
+++ b/net-p2p/deluge/deluge-2.1.1-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 systemd xdg
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
index b4f75815b021..85901ef59e67 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1 systemd xdg