summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-04-14 17:15:40 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-04-14 17:33:42 +0200
commit54ae1c3ab7edb924f787120c1fa301130d2f430c (patch)
tree2626e05547328a126f94e5014caf2d2959c14948 /dev-python/pyDes
parentdev-python/youtube-search-python: enable py3.12 compat (diff)
downloadgentoo-54ae1c3ab7edb924f787120c1fa301130d2f430c.tar.gz
gentoo-54ae1c3ab7edb924f787120c1fa301130d2f430c.tar.bz2
gentoo-54ae1c3ab7edb924f787120c1fa301130d2f430c.zip
dev-python/pyDes: enable py3.12 compat
Closes: https://bugs.gentoo.org/929488 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/pyDes')
-rw-r--r--dev-python/pyDes/pyDes-2.0.1-r1.ebuild (renamed from dev-python/pyDes/pyDes-2.0.1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyDes/pyDes-2.0.1.ebuild b/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
index c0711df34d23..82c2ac1c359f 100644
--- a/dev-python/pyDes/pyDes-2.0.1.ebuild
+++ b/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi