diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-03-26 11:18:53 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-03-26 15:38:59 -0700 |
commit | 8acf70e1fdfba401482309008299b4620e33b328 (patch) | |
tree | 4ce32042b902fa6d95e368ed37a5869fda54b177 /dev-python/jaraco-text | |
parent | dev-python/pytest-services-2.0.1: Add py38 (diff) | |
download | gentoo-8acf70e1fdfba401482309008299b4620e33b328.tar.gz gentoo-8acf70e1fdfba401482309008299b4620e33b328.tar.bz2 gentoo-8acf70e1fdfba401482309008299b4620e33b328.zip |
dev-python/jaraco-text-3.2.0: Add pypy3
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-text')
-rw-r--r-- | dev-python/jaraco-text/jaraco-text-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild index d285b5395113..44128e1c10f8 100644 --- a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |