dev-python/testpath: add PyPy and PyPy3
authorLouis Sautier <sbraz@gentoo.org>
Thu, 6 Sep 2018 22:41:11 +0000 (00:41 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Thu, 6 Sep 2018 22:41:17 +0000 (00:41 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/testpath/testpath-0.3.1.ebuild

index 397e86efd29fb4b55174b1b207db381253550c08..14874dcf51ff512107b6dbf992855c0d94599dd2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1