From e2abbf9f46b0b2974055b13448a7e863f36eb2f6 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Wed, 28 Apr 2021 15:14:58 +0300 Subject: [PATCH] python3-PyJWT: update to 2.1.0 Re-enable tests --- srcpkgs/python3-PyJWT/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template index 0fe2e97c019c..ad1703121e2d 100644 --- a/srcpkgs/python3-PyJWT/template +++ b/srcpkgs/python3-PyJWT/template @@ -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 " 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