dev-python/gast: Enable pypy3

Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-17 19:39:25 +01:00
parent f9157cc091
commit 6f94e04177

View File

@@ -3,8 +3,9 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3 python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"