diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-17 23:25:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-17 23:25:07 +0000 |
| commit | b5e2ef2e085eea4c7c184a27f86ce021c939d9e9 (patch) | |
| tree | 8b5b63480997eaa26afa12ba5928264fdeaf78e6 /dev-python/gast | |
| parent | 8a0c1f4e33e6093e789a0c8318c1a4349e20a910 (diff) | |
| download | baldeagleos-repo-b5e2ef2e085eea4c7c184a27f86ce021c939d9e9.tar.gz baldeagleos-repo-b5e2ef2e085eea4c7c184a27f86ce021c939d9e9.tar.xz baldeagleos-repo-b5e2ef2e085eea4c7c184a27f86ce021c939d9e9.zip | |
Adding metadata
Diffstat (limited to 'dev-python/gast')
| -rw-r--r-- | dev-python/gast/gast-0.5.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/gast/gast-0.5.3-r1.ebuild b/dev-python/gast/gast-0.5.3-r1.ebuild index 43ee92cee8dc..1ae70c1d4abd 100644 --- a/dev-python/gast/gast-0.5.3-r1.ebuild +++ b/dev-python/gast/gast-0.5.3-r1.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) DISTUTILS_USE_PEP517=setuptools + inherit distutils-r1 pypi DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)" |
