python3-asteval: update to 0.9.21, orphan.

Closes: #27262 [via git-merge-pr]
This commit is contained in:
travankor 2020-12-18 14:07:19 -07:00 committed by Érico Rolim
parent 0a35728e31
commit 688b402dc8

View file

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