New package: python3-executing-0.8.2
This commit is contained in:
parent
9c0063f8ac
commit
a322234e6a
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python3-executing/template
Normal file
23
srcpkgs/python3-executing/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'python3-executing'
|
||||
pkgname=python3-executing
|
||||
version=0.8.2
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
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=c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in a new issue