python3-PyJWT: update to 2.0.1 + fix information

Depend on the correct python package
This commit is contained in:
FollieHiyuki 2021-02-18 16:32:46 +03:00 committed by Érico Nogueira Rolim
parent 0d23658eff
commit f529f48791

View file

@ -1,15 +1,20 @@
# Template file for 'python3-PyJWT'
pkgname=python3-PyJWT
version=2.0.0
version=2.0.1
revision=1
wrksrc="PyJWT-${version}"
wrksrc="pyjwt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python"
checkdepends="python3-pytest"
short_desc="Platform independent file lock"
depends="python3"
short_desc="Python implementation of RFC 7519"
maintainer="fosslinux <fosslinux@aussies.space>"
license="Unlicense"
homepage="https://filelock.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/P/PyJWT/PyJWT-${version}.tar.gz"
checksum=7a2b271c6dac2fda9e0c33d176c4253faba2c6c6b3a99c7f28a32c3c97522779
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
post_install() {
vlicense LICENSE
}