Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-epytext/
Date: Thu, 04 Nov 2021 21:54:52
Message-Id: 1636062880.0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f.zmedico@gentoo
1 commit: 0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 21:44:37 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 21:54:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f094d7b
7
8 dev-python/sphinx-epytext: PYTHON_COMPAT+=(pypy3)
9
10 Bug: https://bugs.gentoo.org/821619
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
18 index fb968669138..604010ab669 100644
19 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
20 +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
27
28 inherit distutils-r1