mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-executing: update to 0.9.1.
This commit is contained in:
parent
3a07627d74
commit
b93211195c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-executing'
|
# Template file for 'python3-executing'
|
||||||
pkgname=python3-executing
|
pkgname=python3-executing
|
||||||
version=0.8.3
|
version=0.9.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,7 +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=c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501
|
checksum=ea278e2cf90cbbacd24f1080dd1f0ac25b71b2e21f50ab439b7ba45dd3195587
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py
|
PYTHONPATH="$(cd build/lib* && pwd)" python3 tests/test_main.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue