python-parso: update to 0.3.1

This commit is contained in:
Alessio Sergi 2018-08-02 23:01:01 +02:00
parent 5edb112414
commit 1e3420c668

View file

@ -1,6 +1,6 @@
# Template file for 'python-parso'
pkgname=python-parso
version=0.2.1
version=0.3.1
revision=1
noarch=yes
wrksrc="parso-${version}"
@ -13,10 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/davidhalter/parso"
license="MIT"
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
checksum=f0604a40b96e062b0fd99cf134cc2d5cdf66939d0902f8267d938b0d5b26707f
checksum=35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2
post_install() {
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
python3-parso_package() {
@ -26,6 +26,6 @@ python3-parso_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
}