python3-PyJWT: update to 2.1.0

Re-enable tests

Closes: #30559 [via git-merge-pr]
This commit is contained in:
FollieHiyuki 2021-04-28 15:14:58 +03:00 committed by Andrew J. Hesford
parent f9d4a46494
commit a94455d2bb

View file

@ -1,19 +1,18 @@
# Template file for 'python3-PyJWT' # Template file for 'python3-PyJWT'
pkgname=python3-PyJWT pkgname=python3-PyJWT
version=2.0.1 version=2.1.0
revision=1 revision=1
wrksrc="pyjwt-${version}" wrksrc="pyjwt-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3-cryptography"
checkdepends="python3-pytest python3-coverage $depends"
short_desc="Python implementation of RFC 7519" short_desc="Python implementation of RFC 7519"
maintainer="fosslinux <fosslinux@aussies.space>" maintainer="fosslinux <fosslinux@aussies.space>"
license="MIT" license="MIT"
homepage="https://pyjwt.readthedocs.io/" homepage="https://pyjwt.readthedocs.io/"
distfiles="https://github.com/jpadilla/pyjwt/archive/${version}.tar.gz" distfiles="https://github.com/jpadilla/pyjwt/archive/${version}.tar.gz"
checksum=63f296b42b4107a9e3ba4994d2d575ee0d05b9a55f433a3f46febfc4ee381ad1 checksum=054d212924baff4052fc587d71b8d489082e675c22d86a035a133b119e79bb29
# Re-enable when switching to OpenSSL
make_check=no
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE