python-pluggy: update to 0.13.1.

This commit is contained in:
Đoàn Trần Công Danh 2020-03-11 12:45:27 +07:00 committed by Juan RP
parent 7d731aafb2
commit e5f64f1459
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'python-pluggy'
pkgname=python-pluggy
version=0.9.0
revision=2
version=0.13.1
revision=1
archs=noarch
wrksrc="pluggy-${version}"
build_style=python2-module
pycompile_module="pluggy"
hostmakedepends="python-setuptools"
depends="python"
checkdepends="python-pytest ${depends}"
@ -14,10 +13,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pytest-dev/pluggy"
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
checksum=19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f
checksum=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
do_check() {
python -m pytest
PYTHONPATH=$(pwd)/build/lib python2 -m pytest
}
post_install() {