Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/
Date: Wed, 05 May 2021 18:20:08
Message-Id: 1620238762.6100c00e76ebf0c9446421e7bf552da9412942db.mgorny@gentoo
1 commit: 6100c00e76ebf0c9446421e7bf552da9412942db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 18:14:26 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 18:19:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6100c00e
7
8 dev-python/setuptools-git: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
16 index dcd5ea54a7f..086be375f1e 100644
17 --- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
18 +++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
19 @@ -3,9 +3,7 @@
20
21 EAPI=7
22
23 -DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
25 -
26 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="Setuptools revision control system plugin for Git"
30 @@ -16,9 +14,9 @@ LICENSE="BSD"
31 SLOT="0"
32 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
33
34 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
35 +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
36 dev-vcs/git"
37 -RDEPEND="${DEPEND}"
38 +BDEPEND=${RDEPEND}
39
40 python_test() {
41 git config --global user.name "test user" || die