19 lines
670 B
Bash
19 lines
670 B
Bash
# Template file for 'python3-acme'
|
|
pkgname=python3-acme
|
|
version=0.40.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="acme-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="acme"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
|
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
|
|
python3-six python3-josepy"
|
|
short_desc="ACME protocol implementation in Python"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/certbot/certbot"
|
|
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
|
checksum=33bf8686408d5b6b79886a9a43aee691ca754408deaec4fb2bb17b9af48a5ffc
|