19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python3-pure_eval'
|
|
pkgname=python3-pure_eval
|
|
version=0.2.3
|
|
revision=1
|
|
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=5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|