Skip to content

Commit

Permalink
python3-pluggy: update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNemo authored and basploeger committed Apr 8, 2022
1 parent 5be34a8 commit 182239a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions srcpkgs/python3-pluggy/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,9 +12,12 @@ maintainer="Piotr Wójcik <[email protected]>"
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
}

Expand Down

0 comments on commit 182239a

Please sign in to comment.