diff options
author | 2024-06-17 18:08:58 +0200 | |
---|---|---|
committer | 2024-06-17 18:25:55 +0200 | |
commit | b940bc2700e03a2f0b693126224316bee2e407bd (patch) | |
tree | 87a2a653d85a6779db2bff9a69e63187c5f761df /dev-python/speg | |
parent | dev-python/simpervisor: Enable py3.13 (diff) | |
download | gentoo-b940bc2700e03a2f0b693126224316bee2e407bd.tar.gz gentoo-b940bc2700e03a2f0b693126224316bee2e407bd.tar.bz2 gentoo-b940bc2700e03a2f0b693126224316bee2e407bd.zip |
dev-python/speg: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/speg')
-rw-r--r-- | dev-python/speg/speg-0.3_p20180819-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/speg/speg-0.3_p20180819-r2.ebuild b/dev-python/speg/speg-0.3_p20180819-r2.ebuild index d9c99cff61f7..c3a15ccd42d7 100644 --- a/dev-python/speg/speg-0.3_p20180819-r2.ebuild +++ b/dev-python/speg/speg-0.3_p20180819-r2.ebuild @@ -1,10 +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 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 MY_COMMIT="877acddfd5ac5ae8b4a4592d045e74e108477643" @@ -18,8 +19,8 @@ SLOT="0" LICENSE="MIT" KEYWORDS="amd64 arm64 ~ppc ~riscv x86" -distutils_enable_tests pytest - RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest |