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