void-packages/srcpkgs/python3-josepy/template
2022-02-12 18:29:02 +01:00

19 lines
664 B
Bash

# Template file for 'python3-josepy'
pkgname=python3-josepy
version=1.12.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-flake8 python3-mock $depends"
short_desc="JOSE protocol implementation in Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/certbot/josepy"
distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
checksum=267004a64f08c016cd54b7aaf7c323fa3ef3679fb62f4b086cd56448d0fecb25
pre_check() {
vsed -e '/addopts/d' -i pytest.ini
}