void-packages/srcpkgs/python3-gast/template

19 lines
555 B
Bash

# Template file for 'python3-gast'
pkgname=python3-gast
version=0.5.4
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=9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97
post_install() {
vlicense LICENSE
}