aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-31 12:09:03 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-05-31 12:26:50 +0500
commit87c8a255083100ca07d4d204d74975838013d7cf (patch)
tree26feff5220d3af279ba4763e95c8c97dcf6f5f35
parentdev-python/vttlib: update EAPI 7 -> 8 (diff)
downloadguru-87c8a255083100ca07d4d204d74975838013d7cf.tar.gz
guru-87c8a255083100ca07d4d204d74975838013d7cf.tar.bz2
guru-87c8a255083100ca07d4d204d74975838013d7cf.zip
dev-vcs/git-cu: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/848360 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-vcs/git-cu/git-cu-0.5.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
index 25bed99a1..f8391af7b 100644
--- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
+++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Helps to keep your local git repositories organized"