New package: python3-asteval-0.9.19

This commit is contained in:
travankor 2020-05-25 12:44:43 -07:00 committed by Đoàn Trần Công Danh
parent c96628e9c3
commit ea37c1920f

View file

@ -0,0 +1,17 @@
# Template file for 'python3-asteval'
pkgname=python3-asteval
version=0.9.19
revision=1
wrksrc=${pkgname#*-}-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Safe, minimalistic evaluator of python expression using ast module"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/newville/asteval"
distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
checksum=5ba661d334adbed6e5dac462f7a2c327cf9fe66e2ebafcc4a363d52b26a04a9d
post_install() {
vlicense LICENSE
}