19 lines
673 B
Bash
19 lines
673 B
Bash
# Template file for 'python3-acme'
|
|
pkgname=python3-acme
|
|
version=0.33.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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/certbot/certbot"
|
|
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
|
checksum=b38cdb71d0071efe1f1190a744f8f95f3c698b76ac0f5d919bbfe3522e277a82
|