summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-05-22 17:01:09 +0800
committerYixun Lan <dlan@gentoo.org>2022-05-22 17:02:11 +0800
commitf9559e5981fe2ed6982c5ed40d3d52333249a5ac (patch)
tree469146a495a36d71ff1e156df11c7b72443ea0bb /dev-vcs
parentdev-python/requests-toolbelt: Enable py3.11 (diff)
downloadgentoo-f9559e5981fe2ed6982c5ed40d3d52333249a5ac.tar.gz
gentoo-f9559e5981fe2ed6982c5ed40d3d52333249a5ac.tar.bz2
gentoo-f9559e5981fe2ed6982c5ed40d3d52333249a5ac.zip
dev-vcs/git-pw: update EAPI 7 -> 8, python3.10 support
Closes: https://bugs.gentoo.org/845978 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-pw/git-pw-2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-pw/git-pw-2.3.0.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild
index 340a2c3bdb5a..8658b3068beb 100644
--- a/dev-vcs/git-pw/git-pw-2.3.0.ebuild
+++ b/dev-vcs/git-pw/git-pw-2.3.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
if [[ "${PV}" == 9999 ]] ; then