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 205A71382C5 for ; Wed, 12 May 2021 08:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 397ACE081E; Wed, 12 May 2021 08:37:33 +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 22A9CE081E for ; Wed, 12 May 2021 08:37:33 +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 CEAC4340CDF for ; Wed, 12 May 2021 08:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7864C3 for ; Wed, 12 May 2021 08:37:29 +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: <1620808618.ec38cce1fc2077309b8da3a3bf305af792b02117.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asgiref/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asgiref/asgiref-3.3.4.ebuild X-VCS-Directories: dev-python/asgiref/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec38cce1fc2077309b8da3a3bf305af792b02117 X-VCS-Branch: master Date: Wed, 12 May 2021 08:37:29 +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: b9981c0f-1725-4c3b-9a67-ed421a29b11a X-Archives-Hash: 4dabb384b5dbea45a5b7b715a6bc02d7 commit: ec38cce1fc2077309b8da3a3bf305af792b02117 Author: Michał Górny gentoo org> AuthorDate: Wed May 12 07:29:36 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 12 08:36:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec38cce1 dev-python/asgiref: Enable pypy3 Signed-off-by: Michał Górny gentoo.org> dev-python/asgiref/asgiref-3.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild b/dev-python/asgiref/asgiref-3.3.4.ebuild index edb57ed26ea..c6fd7ab9152 100644 --- a/dev-python/asgiref/asgiref-3.3.4.ebuild +++ b/dev-python/asgiref/asgiref-3.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 DESCRIPTION="ASGI utilities (successor to WSGI)" @@ -20,7 +20,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86" RDEPEND=" $(python_gen_cond_dep ' dev-python/typing-extensions[${PYTHON_USEDEP}] - ' python3_7)" + ' python3_7 pypy3)" BDEPEND=" test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"