python-parso: update to 0.3.3.
This commit is contained in:
parent
1f5be3cf5c
commit
134c600a31
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-parso'
|
||||
pkgname=python-parso
|
||||
version=0.3.1
|
||||
version=0.3.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="parso-${version}"
|
||||
|
@ -8,12 +8,12 @@ build_style=python-module
|
|||
pycompile_module="parso"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="A Python parser (Python2)"
|
||||
short_desc="Python parser (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/davidhalter/parso"
|
||||
license="MIT"
|
||||
homepage="https://github.com/davidhalter/parso"
|
||||
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
||||
checksum=35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2
|
||||
checksum=8162be7570ffb34ec0b8d215d7f3b6c5fab24f51eb3886d6dee362de96b6db94
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue