python3-parso: update to 0.8.2.
This commit is contained in:
parent
62aedda55a
commit
057cefc8f5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-parso'
|
# Template file for 'python3-parso'
|
||||||
pkgname=python3-parso
|
pkgname=python3-parso
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="parso-${version}"
|
wrksrc="parso-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,7 +12,7 @@ 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=8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e
|
checksum=12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue