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,19 +1,18 @@
|
|||
# Template file for 'python-parso'
|
||||
pkgname=python-parso
|
||||
version=0.5.1
|
||||
revision=2
|
||||
version=0.5.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="parso-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="parso"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python parser (Python2)"
|
||||
short_desc="Python parser (Python 2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/davidhalter/parso"
|
||||
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
||||
checksum=666b0ee4a7a1220f65d367617f2cd3ffddff3e205f3f16a0284df30e774c2a9c
|
||||
checksum=55cf25df1a35fd88b878715874d2c4dc1ad3f0eebd1e0266a67e1f55efccfbe1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
@ -22,10 +21,9 @@ post_install() {
|
|||
python3-parso_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="parso"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
short_desc="${short_desc/2/3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vmove "usr/lib/python3*"
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue