23 lines
869 B
Bash
23 lines
869 B
Bash
# Template file for 'certbot'
|
|
pkgname=certbot
|
|
version=1.2.0
|
|
revision=3
|
|
archs=noarch
|
|
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="$depends python3-py python3-pluggy python3-wcwidth
|
|
python3-more-itertools python3-pytest"
|
|
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=95dcbae085f8e4eb18442fe7b12994b08964a9a6e8e352e556cdb4a8a625373c
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
|
}
|