void-packages/srcpkgs/python3-PyJWT/template

19 lines
569 B
Bash

# Template file for 'python3-PyJWT'
pkgname=python3-PyJWT
version=2.7.0
revision=2
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=9a4e2843c027dc4ee0c0b514e3b21b7549b40b75fd8f50351f6b6e9ab2807f40
post_install() {
vlicense LICENSE
}