void-packages/srcpkgs/python3-parso/template

20 lines
532 B
Bash

# Template file for 'python3-parso'
pkgname=python3-parso
reverts="0.8.0_1"
version=0.7.1
revision=2
wrksrc="parso-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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=caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9
post_install() {
vlicense LICENSE.txt
}