22 lines
707 B
Bash
22 lines
707 B
Bash
# Template file for 'python3-acme'
|
|
pkgname=python3-acme
|
|
version=1.11.0
|
|
revision=1
|
|
wrksrc="acme-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
|
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
|
|
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=092eb09a074a935da4c10f66cb8634ffb2cc2d2cc1035d2998d608996efab924
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|