certbot-apache: update to 2.7.0
Also updated build_style to python3-pep517
This commit is contained in:
parent
c2cdb5c907
commit
4527b1614b
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'certbot-apache'
|
# Template file for 'certbot-apache'
|
||||||
pkgname=certbot-apache
|
pkgname=certbot-apache
|
||||||
version=2.6.0
|
version=2.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-poetry-core python3-setuptools python3-wheel"
|
||||||
depends="certbot python3-acme python3-augeas python3-zope.interface"
|
depends="certbot python3-acme python3-augeas python3-zope.interface"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin"
|
short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Kartik S. <kartik.ynwa@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://certbot.eff.org/"
|
homepage="https://certbot.eff.org/"
|
||||||
distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz"
|
||||||
checksum=9fa677d8bb286c84f6fed9c109fe7ba4b88d4074f1c18e6b43230a7d5954160c
|
checksum=de34a8d20aa44b539ef2e6b82dc5beea98e06e808da3bd22081d0c24e2bc42d5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue