void-packages/srcpkgs/python3-asteval/template
2022-02-20 12:59:40 +01:00

20 lines
595 B
Bash

# Template file for 'python3-asteval'
pkgname=python3-asteval
version=0.9.26
revision=1
wrksrc=${pkgname#*-}-${version}
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
}