20 lines
610 B
Bash
20 lines
610 B
Bash
# 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
|
|
}
|