Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/
Date: Tue, 31 May 2022 07:27:09
Message-Id: 1653982010.87c8a255083100ca07d4d204d74975838013d7cf.cybertailor@gentoo
1 commit: 87c8a255083100ca07d4d204d74975838013d7cf
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 07:09:03 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 31 07:26:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87c8a255
7
8 dev-vcs/git-cu: update EAPI 7 -> 8
9
10 Closes: https://bugs.gentoo.org/848360
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-vcs/git-cu/git-cu-0.5.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
17 index 25bed99a1..f8391af7b 100644
18 --- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
19 +++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
20 @@ -1,10 +1,10 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 -DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
28 -PYTHON_COMPAT=( python3_{8,9} )
29 +DISTUTILS_USE_PEP517=poetry
30 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
31 inherit distutils-r1
32
33 DESCRIPTION="Helps to keep your local git repositories organized"