New package: python3-esprima-4.0.1

closes #3941
This commit is contained in:
Toby Merz 2018-10-19 08:48:01 +02:00 committed by maxice8
parent 933071d4b9
commit a506110344
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'python3-esprima'
pkgname=python3-esprima
version=4.0.1
revision=1
wrksrc="esprima-${version}"
build_style=python3-module
pycompile_module="esprima"
hostmakedepends="python3-setuptools"
depends="python3 python3-setuptools"
short_desc="ECMAScript parsing infrastructure for multipurpose analysis in Python3"
maintainer="shizonic <realtiaz@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/Kronuz/esprima-python"
distfiles="${PYPI_SITE}/e/esprima/esprima-${version}.tar.gz
https://raw.githubusercontent.com/jquery/esprima/master/LICENSE.BSD>LICENSE.txt"
checksum="08db1a876d3c2910db9cfaeb83108193af5411fc3a3a66ebefacd390d21323ee
94bcb9959136723aa4fb36e1a6c4d5c662a2369978cfae344dabfb83ae619e79"
post_install() {
vlicense ../LICENSE.txt LICENSE
}