python3-parso: update to 0.8.1.

This commit is contained in:
Andrew J. Hesford 2021-02-02 14:45:35 -05:00
parent e5752696b0
commit 3fe23c8da2

View file

@ -1,18 +1,18 @@
# Template file for 'python3-parso' # Template file for 'python3-parso'
pkgname=python3-parso pkgname=python3-parso
reverts="0.8.0_1" version=0.8.1
version=0.7.1 revision=1
revision=2
wrksrc="parso-${version}" wrksrc="parso-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-pytest"
short_desc="Python parser (Python 3)" short_desc="Python parser (Python 3)"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"
homepage="https://github.com/davidhalter/parso" homepage="https://github.com/davidhalter/parso"
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz" distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
checksum=caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9 checksum=8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt