void-packages/srcpkgs/python3-stack_data/template

20 lines
654 B
Bash

# Template file for 'python3-stack_data'
pkgname=python3-stack_data
version=0.6.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-executing python3-asttokens python3-pure_eval"
short_desc="Module to extract data from Python stack frames and tracebacks"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/alexmojaki/stack_data"
distfiles="${PYPI_SITE}/s/stack_data/stack_data-${version}.tar.gz"
checksum=836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9
# Tests require unpackaged dependencies
make_check=no
post_install() {
vlicense LICENSE.txt
}