19 lines
896 B
Bash
19 lines
896 B
Bash
# Template file for 'certbot'
|
|
pkgname=certbot
|
|
version=2.10.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
|
|
depends="python3-acme python3-ConfigArgParse python3-configobj
|
|
python3-cryptography python3-distro python3-josepy python3-parsedatetime
|
|
python3-pyrfc3339 python3-pytz python3-zope.component python3-zope.interface"
|
|
checkdepends="python3-pytest python3-pytest-xdist python3-importlib_metadata
|
|
python3-typing_extensions python3-coverage python3-pytest-cov python3-pylint
|
|
python3-setuptools python3-mypy $depends"
|
|
short_desc="Let's Encrypt certificate renewal automation utility"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://certbot.eff.org/"
|
|
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
|
checksum=892aa57d4db74af174aec5e4bb7f7537b200de2545a066c049d03a53215f0e4e
|