python3-PyJWT: update to 2.0.1 + fix information
Depend on the correct python package
This commit is contained in:
parent
0d23658eff
commit
f529f48791
1 changed files with 14 additions and 9 deletions
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'python3-PyJWT'
|
# Template file for 'python3-PyJWT'
|
||||||
pkgname=python3-PyJWT
|
pkgname=python3-PyJWT
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
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="python"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
short_desc="Python implementation of RFC 7519"
|
||||||
short_desc="Platform independent file lock"
|
|
||||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||||
license="Unlicense"
|
license="MIT"
|
||||||
homepage="https://filelock.readthedocs.io/en/latest/"
|
homepage="https://pyjwt.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/P/PyJWT/PyJWT-${version}.tar.gz"
|
distfiles="https://github.com/jpadilla/pyjwt/archive/${version}.tar.gz"
|
||||||
checksum=7a2b271c6dac2fda9e0c33d176c4253faba2c6c6b3a99c7f28a32c3c97522779
|
checksum=63f296b42b4107a9e3ba4994d2d575ee0d05b9a55f433a3f46febfc4ee381ad1
|
||||||
|
# Re-enable when switching to OpenSSL
|
||||||
|
make_check=no
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue