python3-PyJWT: update to 2.1.0
Re-enable tests Closes: #30559 [via git-merge-pr]
This commit is contained in:
parent
f9d4a46494
commit
a94455d2bb
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'python3-PyJWT'
|
||||
pkgname=python3-PyJWT
|
||||
version=2.0.1
|
||||
version=2.1.0
|
||||
revision=1
|
||||
wrksrc="pyjwt-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-cryptography"
|
||||
checkdepends="python3-pytest python3-coverage $depends"
|
||||
short_desc="Python implementation of RFC 7519"
|
||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||
license="MIT"
|
||||
homepage="https://pyjwt.readthedocs.io/"
|
||||
distfiles="https://github.com/jpadilla/pyjwt/archive/${version}.tar.gz"
|
||||
checksum=63f296b42b4107a9e3ba4994d2d575ee0d05b9a55f433a3f46febfc4ee381ad1
|
||||
# Re-enable when switching to OpenSSL
|
||||
make_check=no
|
||||
checksum=054d212924baff4052fc587d71b8d489082e675c22d86a035a133b119e79bb29
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue