New package: python3-pure_eval-0.2.2

This commit is contained in:
Andrew J. Hesford 2022-02-14 10:10:22 -05:00
parent b8a31c1ce5
commit 9c0063f8ac

View file

@ -0,0 +1,19 @@
# Template file for 'python3-pure_eval'
pkgname=python3-pure_eval
version=0.2.2
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest"
short_desc="Safely evaluate Python AST nodes without side effects"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/alexmojaki/pure_eval"
distfiles="${PYPI_SITE}/p/pure_eval/pure_eval-${version}.tar.gz"
checksum=2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3
post_install() {
vlicense LICENSE.txt
}