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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F3EA158086 for ; Thu, 4 Nov 2021 21:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64742E086E; Thu, 4 Nov 2021 21:54:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8761E086E for ; Thu, 4 Nov 2021 21:54:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75549342ED8 for ; Thu, 4 Nov 2021 21:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4EB83 for ; Thu, 4 Nov 2021 21:54:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1636062880.0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-epytext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild X-VCS-Directories: dev-python/sphinx-epytext/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f X-VCS-Branch: master Date: Thu, 4 Nov 2021 21:54:46 +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: 58115991-b864-483a-9e77-94395e79b258 X-Archives-Hash: f9e58688393add7f678b5566879b28a4 commit: 0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f Author: Zac Medico gentoo org> AuthorDate: Thu Nov 4 21:44:37 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Nov 4 21:54:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f094d7b dev-python/sphinx-epytext: PYTHON_COMPAT+=(pypy3) Bug: https://bugs.gentoo.org/821619 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild index fb968669138..604010ab669 100644 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1