summaryrefslogtreecommitdiff
path: root/security/py-certbot/Makefile.common
blob: 8a99eb5df01a30af7271bd0a9c7df849f6a3be72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $NetBSD: Makefile.common,v 1.64 2022/04/08 18:00:27 adam Exp $
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
# used by security/py-certbot-apache/Makefile
# used by security/py-certbot-dns-digitalocean/Makefile
# used by security/py-certbot-dns-dnsimple/Makefile
# used by security/py-certbot-dns-dnsmadeeasy/Makefile
# used by security/py-certbot-dns-gehirn/Makefile
# used by security/py-certbot-dns-google/Makefile
# used by security/py-certbot-dns-linode/Makefile
# used by security/py-certbot-dns-luadns/Makefile
# used by security/py-certbot-dns-nsone/Makefile
# used by security/py-certbot-dns-ovh/Makefile
# used by security/py-certbot-dns-rfc2136/Makefile
# used by security/py-certbot-dns-route53/Makefile
# used by security/py-certbot-dns-sakuracloud/Makefile
# used by security/py-certbot-nginx/Makefile

CERTBOT_VERSION=	1.26.0

PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES?=	security python

MAINTAINER=	adam@NetBSD.org
HOMEPAGE=	https://github.com/certbot/certbot
LICENSE=	apache-2.0

DEPENDS+=	${PYPKGPREFIX}-setuptools>=41.6.0:../../devel/py-setuptools

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests