Wed Jun 12 20:25:52 2019 UTC ()
py-certbot-dns-google: Python 2.7 is not supported in py-google-api-python-client


(adam)
diff -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-google/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-google/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-certbot-dns-google/Makefile 2019/06/11 21:06:59 1.1
+++ pkgsrc/security/py-certbot-dns-google/Makefile 2019/06/12 20:25:52 1.2
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.1 2019/06/11 21:06:59 triaxx Exp $ 1# $NetBSD: Makefile,v 1.2 2019/06/12 20:25:52 adam Exp $
2 2
3DISTNAME= certbot-dns-google-${CERTBOT_VERSION} 3DISTNAME= certbot-dns-google-${CERTBOT_VERSION}
4MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-google/} 4MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-google/}
5 5
6MAINTAINER= triaxx@NetBSD.org 6MAINTAINER= triaxx@NetBSD.org
7COMMENT= Google Cloud DNS Authenticator plugin for Certbot 7COMMENT= Google Cloud DNS Authenticator plugin for Certbot
8 8
9.include "../../security/py-certbot/Makefile.common" 9.include "../../security/py-certbot/Makefile.common"
10 10
11DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme 11DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
12DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot 12DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot
13DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=1.5:../../www/py-google-api-python-client 13DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=1.5:../../www/py-google-api-python-client
14DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 14DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
15DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 15DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
16DEPENDS+= ${PYPKGPREFIX}-oauth2client>=2.0:../../security/py-oauth2client 16DEPENDS+= ${PYPKGPREFIX}-oauth2client>=2.0:../../security/py-oauth2client
17DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 17DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
18DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface 18DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
19 19
 20PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-google-api-python-client
 21
20.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"