16 lines
518 B
Bash
16 lines
518 B
Bash
# Template file for 'python3-PyJWT'
|
|
pkgname=python3-PyJWT
|
|
version=2.0.0
|
|
revision=1
|
|
wrksrc="PyJWT-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Platform independent file lock"
|
|
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
|