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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7C5F158087 for ; Wed, 2 Feb 2022 09:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA8F2BC013; Wed, 2 Feb 2022 09:27:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67F522BC013 for ; Wed, 2 Feb 2022 09:27:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95368343208 for ; Wed, 2 Feb 2022 09:27:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457072C8 for ; Wed, 2 Feb 2022 09:27: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: <1643794006.c6605946544f03e88c5ce3cd37d97f62ef9ee264.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/incremental/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/incremental/incremental-21.3.0.ebuild X-VCS-Directories: dev-python/incremental/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c6605946544f03e88c5ce3cd37d97f62ef9ee264 X-VCS-Branch: master Date: Wed, 2 Feb 2022 09:27: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: cd23572e-ff83-491a-a298-24229aac033e X-Archives-Hash: 95d69c8e1738c068cddf3b23891f41c6 commit: c6605946544f03e88c5ce3cd37d97f62ef9ee264 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 2 08:54:04 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 2 09:26:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6605946 dev-python/incremental: Add pypy3 love Signed-off-by: Michał Górny gentoo.org> dev-python/incremental/incremental-21.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/incremental/incremental-21.3.0.ebuild b/dev-python/incremental/incremental-21.3.0.ebuild index b26924b94c32..7b68e0ada22a 100644 --- a/dev-python/incremental/incremental-21.3.0.ebuild +++ b/dev-python/incremental/incremental-21.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) # TODO: revert to rdepend once this has been merged: # https://github.com/twisted/incremental/pull/59 DISTUTILS_USE_SETUPTOOLS=manual