21 lines
645 B
Bash
21 lines
645 B
Bash
# Template file for 'python3-parso'
|
|
pkgname=python3-parso
|
|
version=0.8.3
|
|
revision=3
|
|
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=8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|