17 lines
590 B
Bash
17 lines
590 B
Bash
# Template file for 'python3-josepy'
|
|
pkgname=python3-josepy
|
|
version=1.2.0
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="josepy-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="josepy"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-openssl python3-setuptools python3-six"
|
|
short_desc="JOSE protocol implementation in Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/certbot/josepy"
|
|
distfiles="${PYPI_SITE}/j/josepy/josepy-${version}.tar.gz"
|
|
checksum=9cec9a839fe9520f0420e4f38e7219525daccce4813296627436fe444cd002d3
|