19 lines
586 B
Bash
19 lines
586 B
Bash
# Template file for 'python3-asteval'
|
|
pkgname=python3-asteval
|
|
version=0.9.21
|
|
revision=1
|
|
wrksrc=${pkgname#*-}-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Safe, minimalistic evaluator of python expression using ast module"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/newville/asteval"
|
|
distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz"
|
|
checksum=e152ae28555fbe5c3b5c03c5426127df25042c1136bf6cfe3db23dcf100a0a00
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|