From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 339F31382C5 for ; Wed, 5 May 2021 18:20:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87714E089A; Wed, 5 May 2021 18:20:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71F19E089A for ; Wed, 5 May 2021 18:20:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9607433BE95 for ; Wed, 5 May 2021 18:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F9B74C for ; Wed, 5 May 2021 18:20:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1620238762.6100c00e76ebf0c9446421e7bf552da9412942db.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild X-VCS-Directories: dev-python/setuptools-git/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6100c00e76ebf0c9446421e7bf552da9412942db X-VCS-Branch: master Date: Wed, 5 May 2021 18:20:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0893de57-652a-4287-9736-bf1f5e4cfaa6 X-Archives-Hash: 158e7da5163f9b485ca4704026b26351 commit: 6100c00e76ebf0c9446421e7bf552da9412942db Author: Michał Górny gentoo org> AuthorDate: Wed May 5 18:14:26 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 5 18:19:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6100c00e dev-python/setuptools-git: Enable python3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild index dcd5ea54a7f..086be375f1e 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild @@ -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