From 6b2d69440eac9398cb8ee874ab331b1b31bb9771 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 27 Jan 2021 10:02:49 -0500 Subject: [PATCH] python3-josepy: update to 1.6.0. --- srcpkgs/python3-josepy/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template index 46c6ecaf7cf..228f0a40502 100644 --- a/srcpkgs/python3-josepy/template +++ b/srcpkgs/python3-josepy/template @@ -1,14 +1,19 @@ # Template file for 'python3-josepy' pkgname=python3-josepy -version=1.5.0 +version=1.6.0 revision=1 wrksrc="josepy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-cryptography python3-openssl python3-setuptools python3-six" +checkdepends="python3-pytest python3-mock $depends" short_desc="JOSE protocol implementation in Python3" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/certbot/josepy" distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz" -checksum=502a36f86efe2a6d09bf7018bca9fd8f8f24d8090a966aa037dbc844459ff9c8 +checksum=0aab1c3ceffe045e7fd5bcfe7685e27e9d2758518d9ba7116b5de34087e70bf5 + +pre_check() { + vsed -e '/addopts/d' -i pytest.ini +}