From 58e9290542c373612da42982c4c616efbb121c00 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 6 Oct 2023 19:54:55 -0500 Subject: [PATCH] certbot: update to 2.7.0 Also updated build_style to python3-pep517 --- srcpkgs/certbot/template | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index 0d70cf0b297..eb195b0aa07 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,17 +1,18 @@ # Template file for 'certbot' pkgname=certbot -version=2.6.0 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.7.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-setuptools - python3-zope.component python3-zope.interface" -checkdepends="python3-pytest $depends" + 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 " license="Apache-2.0" homepage="https://certbot.eff.org/" distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz" -checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab +checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c