void-packages/srcpkgs/python3-executing/template
2025-02-04 12:21:03 -05:00

19 lines
657 B
Bash

# Template file for 'python3-executing'
pkgname=python3-executing
version=2.2.0
revision=1
build_style=python3-pep517
make_check_target="tests/test_main.py"
hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3"
checkdepends="python3-pytest python3-asttokens $depends"
short_desc="Get information about what a Python frame is currently doing"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/alexmojaki/executing"
distfiles="${PYPI_SITE}/e/executing/executing-${version}.tar.gz"
checksum=5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755
post_install() {
vlicense LICENSE.txt
}