diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template index e1a9664d7f..3517f27ece 100644 --- a/srcpkgs/python3-acme/template +++ b/srcpkgs/python3-acme/template @@ -1,6 +1,6 @@ # Template file for 'python3-acme' pkgname=python3-acme -version=1.10.0 +version=1.10.1 revision=1 wrksrc="acme-${version}" build_style=python3-module @@ -8,9 +8,14 @@ hostmakedepends="python3-setuptools" depends="python3-cryptography python3-openssl python3-pyrfc3339 python3-pytz python3-requests python3-requests-toolbelt python3-setuptools python3-six python3-josepy" +checkdepends="python3-pytest $depends" short_desc="ACME protocol implementation in Python" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/certbot/certbot" distfiles="${PYPI_SITE}/a/acme/acme-${version}.tar.gz" -checksum=e3939526d08530d4b17623f843b9a983f2d772eefb7836bd31091c229da04a90 +checksum=fcbb559aedc96b404edf593e78517dcd7291984d5a37036c3fc77f3c5c122fd8 + +do_check() { + python3 -m pytest +}