20 lines
519 B
Bash
20 lines
519 B
Bash
# Template file for 'python-parso'
|
|
pkgname=python-parso
|
|
version=0.7.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="parso-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
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=caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|