void-packages/srcpkgs/certbot/template
2021-01-12 11:05:00 -05:00

22 lines
758 B
Bash

# Template file for 'certbot'
pkgname=certbot
version=1.11.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-acme python3-ConfigArgParse python3-configobj
python3-cryptography python3-distro python3-josepy python3-parsedatetime
python3-pyrfc3339 python3-pytz python3-setuptools
python3-zope.component python3-zope.interface"
checkdepends="python3-pytest $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=6b0ce04e55379aff0a47f873fa05c084538ad0f4a9b79f33108dbb0a7a668b43
do_check() {
python3 -m pytest
}