certbot-nginx: update to 2.7.0
Also updated build_style to python3-pep517
This commit is contained in:
parent
e907f5c194
commit
c2cdb5c907
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'certbot-nginx'
|
||||
pkgname=certbot-nginx
|
||||
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="certbot python3-acme python3-parsing python3-zope.interface"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Let's Encrypt certificate renewal automation utility - nginx plugin"
|
||||
|
@ -11,4 +11,4 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://certbot.eff.org/"
|
||||
distfiles="${PYPI_SITE}/c/certbot-nginx/certbot-nginx-${version}.tar.gz"
|
||||
checksum=426038336f0eb305579aa1bd71d021cfbbfa0925d165198054763b7225d64a05
|
||||
checksum=137896f84988708e0cda6a422d1d803109dacbf24afc6c83d972957426cb04bd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue