Skip to content

Commit

Permalink
New package: python3-jose-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfpulux committed Jun 12, 2022
1 parent 486adc0 commit 4e7220b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/python3-jose/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'python3-jose'
pkgname=python3-jose
version=3.3.0
revision=1
wrksrc="python-jose-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-pip python3-rsa python3-ecdsa python3-pyasn1"
depends="python3 python3-cryptography"
checkdepends="$depends python3-pytest python3-pytest-cov"
short_desc="JOSE implementation in Python (Python3)"
maintainer="Pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://pf4sh.eu/git/pulux/python-jose"
distfiles="${PYPI_SITE}/p/python-jose/python-jose-${version}.tar.gz"
checksum=55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a

post_install() {
vlicense LICENSE
}

0 comments on commit 4e7220b

Please sign in to comment.