diff options
| author | 2021-02-18 16:32:46 +0300 | |
|---|---|---|
| committer | 2021-02-20 01:43:59 -0300 | |
| commit | f529f487916c4da8fdef8abc0a573e716cfd8af7 (patch) | |
| tree | 184560fe54f2587458ffe1bea927dacb7bf4e0f7 | |
| parent | wxPython4: fix cross build. (diff) | |
python3-PyJWT: update to 2.0.1 + fix information
Depend on the correct python package
| -rw-r--r-- | srcpkgs/python3-PyJWT/template | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template index d8137fd5ec6..0fe2e97c019 100644 --- a/srcpkgs/python3-PyJWT/template +++ b/srcpkgs/python3-PyJWT/template @@ -1,15 +1,20 @@ # Template file for 'python3-PyJWT' pkgname=python3-PyJWT -version=2.0.0 +version=2.0.1 revision=1 -wrksrc="PyJWT-${version}" +wrksrc="pyjwt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python" -checkdepends="python3-pytest" -short_desc="Platform independent file lock" +depends="python3" +short_desc="Python implementation of RFC 7519" 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 +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 +} |
