python-parso: update to 0.5.2.
This commit is contained in:
parent
1d05df7190
commit
eb7c255dc5
1 changed files with 6 additions and 8 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-parso'
|
# Template file for 'python-parso'
|
||||||
pkgname=python-parso
|
pkgname=python-parso
|
||||||
version=0.5.1
|
version=0.5.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="parso-${version}"
|
wrksrc="parso-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="parso"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python parser (Python 2)"
|
short_desc="Python parser (Python 2)"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
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=666b0ee4a7a1220f65d367617f2cd3ffddff3e205f3f16a0284df30e774c2a9c
|
checksum=55cf25df1a35fd88b878715874d2c4dc1ad3f0eebd1e0266a67e1f55efccfbe1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
@ -22,10 +21,9 @@ post_install() {
|
||||||
python3-parso_package() {
|
python3-parso_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="parso"
|
short_desc="${short_desc/2/3}"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove "usr/lib/python3*"
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue