dev-python/backports-tempfile: Add pypy
authorMichał Górny <mgorny@gentoo.org>
Sun, 22 Dec 2019 13:08:51 +0000 (14:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Dec 2019 10:20:56 +0000 (11:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/backports-tempfile/backports-tempfile-1.0.ebuild

index 632139290b10ec653f194a9048961ca32ecbb666..a89290bb8843f8c6d249a2c1e6a876eaf03053b5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
 inherit distutils-r1