diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-10 09:50:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-10 09:51:07 +0300 |
commit | 5f7a0da57a23ce0a08bcb3897d58ab35c3a39f92 (patch) | |
tree | 4aa1090765a1cd26658bf0f14fe9ff1f88db9cf1 /dev-python/ropemode/ropemode-0.5.ebuild | |
parent | dev-python/funcparserlib: add github upstream metadata (diff) | |
download | gentoo-5f7a0da57a23ce0a08bcb3897d58ab35c3a39f92.tar.gz gentoo-5f7a0da57a23ce0a08bcb3897d58ab35c3a39f92.tar.bz2 gentoo-5f7a0da57a23ce0a08bcb3897d58ab35c3a39f92.zip |
dev-python/ropemode: enable py3.10, EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/ropemode/ropemode-0.5.ebuild')
-rw-r--r-- | dev-python/ropemode/ropemode-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ropemode/ropemode-0.5.ebuild b/dev-python/ropemode/ropemode-0.5.ebuild index 52d9fc458cb5..3c490628e39b 100644 --- a/dev-python/ropemode/ropemode-0.5.ebuild +++ b/dev-python/ropemode/ropemode-0.5.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |