18 lines
554 B
Bash
18 lines
554 B
Bash
# 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
|
|
}
|