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 49EA11382C5 for ; Thu, 27 May 2021 14:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562EBE091F; Thu, 27 May 2021 14:15:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3E5E9E091F for ; Thu, 27 May 2021 14:15:55 +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 7B8A6335C51 for ; Thu, 27 May 2021 14:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B6D793 for ; Thu, 27 May 2021 14:15:52 +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: <1622124947.7f7996a8dffda6994829a53c0e45e066f9db4d41.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-57.0.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7f7996a8dffda6994829a53c0e45e066f9db4d41 X-VCS-Branch: master Date: Thu, 27 May 2021 14:15:52 +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: cf84fbdf-03fe-40a7-bac9-c07ad52839c7 X-Archives-Hash: 7f4016b6388a475309a225a1a6d67c73 commit: 7f7996a8dffda6994829a53c0e45e066f9db4d41 Author: Michał Górny gentoo org> AuthorDate: Thu May 27 14:15:24 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 27 14:15:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7996a8 dev-python/setuptools: Reenable setuptools_scm PDEP for py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-57.0.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/setuptools/setuptools-57.0.0.ebuild b/dev-python/setuptools/setuptools-57.0.0.ebuild index 77c8325733a..de5047202c8 100644 --- a/dev-python/setuptools/setuptools-57.0.0.ebuild +++ b/dev-python/setuptools/setuptools-57.0.0.ebuild @@ -38,9 +38,7 @@ BDEPEND=" " PDEPEND=" >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/setuptools_scm[${PYTHON_USEDEP}] - ' python3_{7..9} pypy3)" + dev-python/setuptools_scm[${PYTHON_USEDEP}]" # Force in-source build because build system modifies sources. DISTUTILS_IN_SOURCE_BUILD=1