From ea37c1920fbb319ba7ea8fb4d7fe733fc4d849aa Mon Sep 17 00:00:00 2001 From: travankor Date: Mon, 25 May 2020 12:44:43 -0700 Subject: [PATCH] New package: python3-asteval-0.9.19 --- srcpkgs/python3-asteval/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-asteval/template diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template new file mode 100644 index 00000000000..0603a3e942b --- /dev/null +++ b/srcpkgs/python3-asteval/template @@ -0,0 +1,17 @@ +# Template file for 'python3-asteval' +pkgname=python3-asteval +version=0.9.19 +revision=1 +wrksrc=${pkgname#*-}-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Safe, minimalistic evaluator of python expression using ast module" +maintainer="travankor " +license="MIT" +homepage="https://github.com/newville/asteval" +distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz" +checksum=5ba661d334adbed6e5dac462f7a2c327cf9fe66e2ebafcc4a363d52b26a04a9d + +post_install() { + vlicense LICENSE +}