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 7E47513835A for ; Fri, 4 Jun 2021 08:52:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC4EE0869; Fri, 4 Jun 2021 08:52:25 +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 787BBE0869 for ; Fri, 4 Jun 2021 08:52:25 +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 E7BF4341110 for ; Fri, 4 Jun 2021 08:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B62E79D for ; Fri, 4 Jun 2021 08:52:22 +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: <1622796739.98025d41036e202b7047ed3bc89663f974b8b3c7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repoman/repoman-3.0.3-r1.ebuild app-portage/repoman/repoman-9999.ebuild X-VCS-Directories: app-portage/repoman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 98025d41036e202b7047ed3bc89663f974b8b3c7 X-VCS-Branch: master Date: Fri, 4 Jun 2021 08:52:22 +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: 5b6a965e-b493-458b-ae4c-0a4c76b52526 X-Archives-Hash: 43e6c2e1b60cb3ee7da56e43a6128393 commit: 98025d41036e202b7047ed3bc89663f974b8b3c7 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 4 08:50:46 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 4 08:52:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98025d41 app-portage/repoman: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> app-portage/repoman/repoman-3.0.3-r1.ebuild | 2 +- app-portage/repoman/repoman-9999.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app-portage/repoman/repoman-3.0.3-r1.ebuild b/app-portage/repoman/repoman-3.0.3-r1.ebuild index a7bb7dee6d4..3d9ec6752cf 100644 --- a/app-portage/repoman/repoman-3.0.3-r1.ebuild +++ b/app-portage/repoman/repoman-3.0.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild index 5db2b94f676..dc7aef1a980 100644 --- a/app-portage/repoman/repoman-9999.ebuild +++ b/app-portage/repoman/repoman-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 @@ -26,13 +26,14 @@ SLOT="0" IUSE="" RDEPEND=" - >=sys-apps/portage-3.0.4[${PYTHON_USEDEP}] + >=sys-apps/portage-3.0.18[${PYTHON_USEDEP}] >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" python_test() { + unset REPOMAN_DEFAULT_OPTS esetup.py test }