diff options
author | Jason Zaman <perfinion@gentoo.org> | 2024-01-20 13:13:43 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2024-01-20 13:19:01 -0800 |
commit | bf945f751e52129fc90112967a331f25f9b34c27 (patch) | |
tree | 73dde68fa8eb67c2b256c509771a76120ed69bae /dev-python/gast | |
parent | dev-util/spirv-llvm-translator: support new spirv headers (diff) | |
download | gentoo-bf945f751e52129fc90112967a331f25f9b34c27.tar.gz gentoo-bf945f751e52129fc90112967a331f25f9b34c27.tar.bz2 gentoo-bf945f751e52129fc90112967a331f25f9b34c27.zip |
dev-python/gast: add 0.5.4
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r-- | dev-python/gast/Manifest | 1 | ||||
-rw-r--r-- | dev-python/gast/gast-0.5.4.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest index 89156d9adb0c..8a370940e9ae 100644 --- a/dev-python/gast/Manifest +++ b/dev-python/gast/Manifest @@ -1 +1,2 @@ DIST gast-0.5.3.tar.gz 23455 BLAKE2B b7263e959178421a7ba1cdb41cb09edbe1c30680573e1ab3b4de114e0bd151d2278be799fcc1a01524bb5ee6f6d6764d9902dd0018e7cbe54ac7a3d1300bbeb1 SHA512 a836be76303591ca7c40596d98a29dbd53f281e277c8c23e3821b2003d4e8aaf4d806e7f532f27c0eadd4bdca5a28dc0a3902245505ab97497b9afbfee0c2e52 +DIST gast-0.5.4.tar.gz 25346 BLAKE2B c7161737367c2a3335d9e51af1dc09934ea16694d497cb151ed713b3372666456b5dcc2c595294c7162035af29d454bad5c8fb677030de9235c52d5ff8a3f05b SHA512 a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d diff --git a/dev-python/gast/gast-0.5.4.ebuild b/dev-python/gast/gast-0.5.4.ebuild new file mode 100644 index 000000000000..c7494e489742 --- /dev/null +++ b/dev-python/gast/gast-0.5.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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)" +HOMEPAGE="https://pypi.org/project/gast/" + +LICENSE="BSD PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +distutils_enable_tests unittest |