17 lines
661 B
Bash
17 lines
661 B
Bash
# Template file for 'python3-acme'
|
|
pkgname=python3-acme
|
|
version=2.7.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
|
|
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
|
python3-pytz python3-requests python3-requests-toolbelt
|
|
python3-six python3-josepy"
|
|
checkdepends="python3-pytest $depends"
|
|
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=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228
|