mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-executing: update to 2.0.0.
This commit is contained in:
parent
0fc287e12c
commit
558ac48ea3
1 changed files with 5 additions and 8 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python3-executing'
|
# Template file for 'python3-executing'
|
||||||
pkgname=python3-executing
|
pkgname=python3-executing
|
||||||
version=1.2.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm"
|
make_check_target="tests/test_main.py"
|
||||||
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-asttokens $depends"
|
checkdepends="python3-pytest python3-asttokens $depends"
|
||||||
short_desc="Get information about what a Python frame is currently doing"
|
short_desc="Get information about what a Python frame is currently doing"
|
||||||
|
@ -11,11 +12,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/alexmojaki/executing"
|
homepage="https://github.com/alexmojaki/executing"
|
||||||
distfiles="${PYPI_SITE}/e/executing/executing-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/executing/executing-${version}.tar.gz"
|
||||||
checksum=19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107
|
checksum=0ff053696fdeef426cda5bd18eacd94f82c91f49823a2e9090124212ceea9b08
|
||||||
|
|
||||||
do_check() {
|
|
||||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue