python3-josepy: update to 1.8.0.
This commit is contained in:
parent
ced7406d28
commit
c185c58b02
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-josepy'
|
# Template file for 'python3-josepy'
|
||||||
pkgname=python3-josepy
|
pkgname=python3-josepy
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="josepy-${version}"
|
wrksrc="josepy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-cryptography python3-openssl python3-setuptools python3-six"
|
depends="python3-cryptography python3-openssl python3-setuptools python3-six"
|
||||||
checkdepends="python3-pytest python3-mock $depends"
|
checkdepends="python3-pytest-flake8 python3-mock $depends"
|
||||||
short_desc="JOSE protocol implementation in Python3"
|
short_desc="JOSE protocol implementation in Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/certbot/josepy"
|
homepage="https://github.com/certbot/josepy"
|
||||||
distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
|
||||||
checksum=d265414fa16d7a8b7a1d1833b4ebb19a22bd0deae5d44413cf9040fd8491d85a
|
checksum=a5a182eb499665d99e7ec54bb3fe389f9cbc483d429c9651f20384ba29564269
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -e '/addopts/d' -i pytest.ini
|
vsed -e '/addopts/d' -i pytest.ini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue