# Template file for 'python3-josepy' pkgname=python3-josepy 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=0aab1c3ceffe045e7fd5bcfe7685e27e9d2758518d9ba7116b5de34087e70bf5 pre_check() { vsed -e '/addopts/d' -i pytest.ini }