f529f48791
Depend on the correct python package
20 lines
578 B
Bash
20 lines
578 B
Bash
# Template file for 'python3-PyJWT'
|
|
pkgname=python3-PyJWT
|
|
version=2.0.1
|
|
revision=1
|
|
wrksrc="pyjwt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|