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

index 027168047eab5ae30256d37b22515b2195ee917e..03b75de4278bf6eef611bfebf503f5847df993c9 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