19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'python3-gast'
|
|
pkgname=python3-gast
|
|
version=0.6.0
|
|
revision=1
|
|
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=88fc5300d32c7ac6ca7b515310862f71e6fdf2c029bbec7c66c0f5dd47b6b1fb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|