mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-acme: update to 2.7.0
Also updated build_style to python3-pep517
This commit is contained in:
parent
9194c2329b
commit
e907f5c194
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python3-acme'
|
# Template file for 'python3-acme'
|
||||||
pkgname=python3-acme
|
pkgname=python3-acme
|
||||||
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="python3-cryptography python3-openssl python3-pyrfc3339
|
depends="python3-cryptography python3-openssl python3-pyrfc3339
|
||||||
python3-pytz python3-requests python3-requests-toolbelt python3-setuptools
|
python3-pytz python3-requests python3-requests-toolbelt
|
||||||
python3-six python3-josepy"
|
python3-six python3-josepy"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="ACME protocol implementation in Python"
|
short_desc="ACME protocol implementation in Python"
|
||||||
|
@ -13,4 +13,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/certbot/certbot"
|
homepage="https://github.com/certbot/certbot"
|
||||||
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz"
|
||||||
checksum=607360db73e458150ab63825a82b220bdf04badbd81c6d3218e5d993c6be491c
|
checksum=7aeaf0886322ca5569bc532828086ff2a7fc5b66a29a0a5d3270363d448af228
|
||||||
|
|
Loading…
Add table
Reference in a new issue