mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
certbot: update to 2.7.0
Also updated build_style to python3-pep517
This commit is contained in:
parent
4527b1614b
commit
58e9290542
1 changed files with 9 additions and 8 deletions
|
@ -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 <misuchiru03+void@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://certbot.eff.org/"
|
||||
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
||||
checksum=c4de6bb0d092729650ed90a5bdb513932bdc47ec5f7f98049180ab8e4a835dab
|
||||
checksum=274329918656db82fb314e2ecb12a9b276a1df820e28e36e8ecca8c3a0563c1c
|
||||
|
|
Loading…
Add table
Reference in a new issue