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 0C4B41382C5 for ; Thu, 20 May 2021 20:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BC58E087C; Thu, 20 May 2021 20:11:08 +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 02C0EE087C for ; Thu, 20 May 2021 20:11:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9D3F9335D58 for ; Thu, 20 May 2021 20:11:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F335278B for ; Thu, 20 May 2021 20:11:04 +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: <1621541459.bf5ea6b935bfb00a395323ee4159c65fde94fb98.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-5.7.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf5ea6b935bfb00a395323ee4159c65fde94fb98 X-VCS-Branch: master Date: Thu, 20 May 2021 20:11:04 +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: cfb29fcf-3dc5-4209-9702-f3114db60f04 X-Archives-Hash: a6e7f16e0678d4de3b25fff0b979e307 commit: bf5ea6b935bfb00a395323ee4159c65fde94fb98 Author: Ekaterina Vaartis kotobank ch> AuthorDate: Thu May 20 18:54:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 20 20:10:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5ea6b9 dev-vcs/mercurial: Bump to python 3.10 Needed for setuptools_scm Signed-off-by: Ekaterina Vaartis kotobank.ch> Signed-off-by: Michał Górny gentoo.org> dev-vcs/mercurial/mercurial-5.7.ebuild | 2 +- dev-vcs/mercurial/mercurial-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-5.7.ebuild b/dev-vcs/mercurial/mercurial-5.7.ebuild index c9d1c758c60..9905370dff5 100644 --- a/dev-vcs/mercurial/mercurial-5.7.ebuild +++ b/dev-vcs/mercurial/mercurial-5.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index a18543f19b6..bc9d4124ebe 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1