mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
python3-PyJWT: update to 2.0.0.
This commit is contained in:
parent
4ec26d78ab
commit
c2e4aab7d4
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'python3-PyJWT'
|
# Template file for 'python3-PyJWT'
|
||||||
pkgname=python3-PyJWT
|
pkgname=python3-PyJWT
|
||||||
version=1.7.1
|
version=2.0.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="PyJWT-${version}"
|
wrksrc="PyJWT-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="PyJWT.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Platform independent file lock"
|
short_desc="Platform independent file lock"
|
||||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://filelock.readthedocs.io/en/latest/"
|
homepage="https://filelock.readthedocs.io/en/latest/"
|
||||||
distfiles="${PYPI_SITE}/P/PyJWT/PyJWT-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/PyJWT/PyJWT-${version}.tar.gz"
|
||||||
checksum=8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
|
checksum=7a2b271c6dac2fda9e0c33d176c4253faba2c6c6b3a99c7f28a32c3c97522779
|
||||||
|
|
Loading…
Add table
Reference in a new issue