diff options
Diffstat (limited to 'security/py-certbot/Makefile.common')
-rw-r--r-- | security/py-certbot/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common index a80d2d20534..c6931b04da4 100644 --- a/security/py-certbot/Makefile.common +++ b/security/py-certbot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.51 2021/02/09 10:06:41 adam Exp $ +# $NetBSD: Makefile.common,v 1.52 2021/03/06 13:34:23 adam Exp $ # used by security/py-acme/Makefile # used by security/py-certbot/Makefile # used by security/py-certbot-apache/Makefile @@ -16,7 +16,7 @@ # used by security/py-certbot-dns-sakuracloud/Makefile # used by security/py-certbot-nginx/Makefile -CERTBOT_VERSION= 1.12.0 +CERTBOT_VERSION= 1.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES?= security python @@ -27,7 +27,7 @@ LICENSE= apache-2.0 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-lexicon +PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests |