From 09e3a2e48fdbbcc730fa4bcc569492d428f7f70a Mon Sep 17 00:00:00 2001 From: travankor Date: Fri, 18 Dec 2020 14:07:19 -0700 Subject: [PATCH] python3-asteval: update to 0.9.21. --- srcpkgs/python3-asteval/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template index 0603a3e942b..b4c5a672b02 100644 --- a/srcpkgs/python3-asteval/template +++ b/srcpkgs/python3-asteval/template @@ -1,16 +1,17 @@ # Template file for 'python3-asteval' pkgname=python3-asteval -version=0.9.19 +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="travankor " +maintainer="Orphaned " license="MIT" homepage="https://github.com/newville/asteval" distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz" -checksum=5ba661d334adbed6e5dac462f7a2c327cf9fe66e2ebafcc4a363d52b26a04a9d +checksum=e152ae28555fbe5c3b5c03c5426127df25042c1136bf6cfe3db23dcf100a0a00 post_install() { vlicense LICENSE