d8efffe0f7
Also preserve the certbot.tests module in the package, because it is required for tests in certbot-apache and certbot-nginx. Adds ~60 kB.
21 lines
758 B
Bash
21 lines
758 B
Bash
# Template file for 'certbot'
|
|
pkgname=certbot
|
|
version=1.10.1
|
|
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=0d9ee3fc09e0d03b2d1b1f1c4916e61ecfc6904b4216ddef4e6a5ca1424d9cb7
|
|
|
|
do_check() {
|
|
python3 -m pytest
|
|
}
|