mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-executing: update to 1.1.1.
This commit is contained in:
parent
3e8ba4ee2a
commit
176d850f56
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=1.1.0
|
version=1.1.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=2c2c07d1ec4b2d8f9676b25170f1d8445c0ee2eb78901afb075a4b8d83608c6a
|
checksum=b0d7f8dcc2bac47ce6e39374397e7acecea6fdc380a6d5323e26185d70f38ea8
|
||||||
|
|
||||||
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