20 lines
527 B
Bash
20 lines
527 B
Bash
|
# Template file for 'python3-parso'
|
||
|
pkgname=python3-parso
|
||
|
version=0.8.0
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
wrksrc="parso-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3"
|
||
|
short_desc="Python parser (Python 3)"
|
||
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||
|
license="MIT"
|
||
|
homepage="https://github.com/davidhalter/parso"
|
||
|
distfiles="${PYPI_SITE}/p/parso/parso-${version}.tar.gz"
|
||
|
checksum=2b6db14759c528d857eeb9eac559c2166b2554548af39f5198bdfb976f72aa64
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE.txt
|
||
|
}
|