19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'python3-gast'
|
|
pkgname=python3-gast
|
|
version=0.5.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python AST that abstracts the underlying Python version"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/serge-sans-paille/gast"
|
|
distfiles="${PYPI_SITE}/g/gast/gast-${version}.tar.gz"
|
|
checksum=cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|