dev-python/setuptools-git: Enable python3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-05 20:14:26 +02:00
parent bfe9fc427a
commit 6100c00e76

View File

@@ -3,9 +3,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Setuptools revision control system plugin for Git"
@@ -16,9 +14,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git"
RDEPEND="${DEPEND}"
BDEPEND=${RDEPEND}
python_test() {
git config --global user.name "test user" || die