python3-gast: update to 0.5.4.

This commit is contained in:
Andrew J. Hesford 2023-05-10 22:05:01 -04:00
parent e69e0c5264
commit 0fc1c44edb

View file

@ -1,7 +1,7 @@
# Template file for 'python3-gast' # Template file for 'python3-gast'
pkgname=python3-gast pkgname=python3-gast
version=0.5.3 version=0.5.4
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/serge-sans-paille/gast" homepage="https://github.com/serge-sans-paille/gast"
distfiles="${PYPI_SITE}/g/gast/gast-${version}.tar.gz" distfiles="${PYPI_SITE}/g/gast/gast-${version}.tar.gz"
checksum=cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea checksum=9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE