From 9ac0ce779f0f55303477d197f1ed40b5a328d4a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 14 Feb 2022 10:21:01 -0500 Subject: [PATCH] New package: python3-stack_data-0.1.4 --- srcpkgs/python3-stack_data/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-stack_data/template diff --git a/srcpkgs/python3-stack_data/template b/srcpkgs/python3-stack_data/template new file mode 100644 index 00000000000..e07c58981a5 --- /dev/null +++ b/srcpkgs/python3-stack_data/template @@ -0,0 +1,20 @@ +# Template file for 'python3-stack_data' +pkgname=python3-stack_data +version=0.2.0 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +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 " +license="MIT" +homepage="https://github.com/alexmojaki/stack_data" +distfiles="${PYPI_SITE}/s/stack_data/stack_data-${version}.tar.gz" +checksum=45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12 +# Tests require unpackaged dependencies +make_check=no + +post_install() { + vlicense LICENSE.txt +}