diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-01-13 08:32:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 04:51:52 +0000 |
commit | 98d5b6596a4529e1460e046548e0b6a3b2a7573f (patch) | |
tree | ec695287f338bcf2adde7e6ad4b2ba74cdb69bd9 /dev-util | |
parent | x11-libs/libxklavier: tweak patch formatting (diff) | |
download | gentoo-98d5b6596a4529e1460e046548e0b6a3b2a7573f.tar.gz gentoo-98d5b6596a4529e1460e046548e0b6a3b2a7573f.tar.bz2 gentoo-98d5b6596a4529e1460e046548e0b6a3b2a7573f.zip |
dev-util/ropper: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ropper/ropper-1.13.8.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ropper/ropper-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/ropper/ropper-1.13.8.ebuild b/dev-util/ropper/ropper-1.13.8.ebuild index 1f7931fc54fc..9ce94c0d3dac 100644 --- a/dev-util/ropper/ropper-1.13.8.ebuild +++ b/dev-util/ropper/ropper-1.13.8.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_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/dev-util/ropper/ropper-9999.ebuild b/dev-util/ropper/ropper-9999.ebuild index d72cea81d840..a58456324402 100644 --- a/dev-util/ropper/ropper-9999.ebuild +++ b/dev-util/ropper/ropper-9999.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_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |