19 lines
563 B
Bash
19 lines
563 B
Bash
# Template file for 'python3-asteval'
|
|
pkgname=python3-asteval
|
|
version=0.9.26
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3"
|
|
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="${PYPI_SITE}/a/asteval/asteval-${version}.tar.gz"
|
|
checksum=36125613ec21ed3e33e370ca8960a1f1e8a2324d78a8016bfa5ad76f1e16ef05
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|