20 lines
595 B
Bash
20 lines
595 B
Bash
# Template file for 'python3-PyJWT'
|
|
pkgname=python3-PyJWT
|
|
version=2.1.0
|
|
revision=2
|
|
wrksrc="pyjwt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=054d212924baff4052fc587d71b8d489082e675c22d86a035a133b119e79bb29
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|