diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-11-04 14:44:37 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-11-04 14:54:40 -0700 |
commit | 0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f (patch) | |
tree | 64aa2142dac33e1060bb2c4e0c8a1f2d05f51178 /dev-python/sphinx-epytext | |
parent | dev-perl/Params-Validate: Stabilize 1.300.0 arm, #810199 (diff) | |
download | gentoo-0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f.tar.gz gentoo-0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f.tar.bz2 gentoo-0f094d7ba3c1fe921c661c253bf56ccc96e1bd6f.zip |
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 <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-epytext')
-rw-r--r-- | dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 fb9686691380..604010ab6690 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 |