void-packages/srcpkgs/python3-parso/template
2021-02-02 15:28:53 -05:00

19 lines
544 B
Bash

# Template file for 'python3-parso'
pkgname=python3-parso
version=0.8.1
revision=1
wrksrc="parso-${version}"
build_style=python3-module
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=8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e
post_install() {
vlicense LICENSE.txt
}