python3-pluggy: update to 1.0.0

This commit is contained in:
Cameron Nemo 2022-04-02 14:40:04 -07:00 committed by Leah Neukirchen
parent 40179a9ac8
commit e40f4b4a8f

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pluggy'
pkgname=python3-pluggy
version=0.13.1
revision=7
version=1.0.0
revision=1
wrksrc="pluggy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
@ -12,9 +12,12 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/pytest-dev/pluggy"
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
checksum=15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0
checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
do_check() {
# Must export PYTHONPATH so subprocesses see the variable
local _pypath="${PYTHONPATH}"
export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
python3 -m pytest
}