Files
horizon-packages/srcpkgs/python3-parso/template
T

21 lines
645 B
Bash

# Template file for 'python3-parso'
pkgname=python3-parso
version=0.8.6
revision=1
build_style=python3-module
# Several error messages changed form and trigger inappropriate failures
make_check_args="--ignore=test/test_python_errors.py"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python parser (Python 3)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/davidhalter/parso"
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
checksum=2b9a0332696df97d454fa67b81618fd69c35a7b90327cbe6ba5c92d2c68a7bfd
post_install() {
vlicense LICENSE.txt
}