New package: python3-parso-0.8.0

This commit is contained in:
Andrew J. Hesford 2020-08-04 20:37:03 -04:00
parent a4c3d3aada
commit 6629b57bd9

View file

@ -0,0 +1,19 @@
# Template file for 'python3-parso'
pkgname=python3-parso
version=0.8.0
revision=1
archs=noarch
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=2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64
post_install() {
vlicense LICENSE.txt
}