pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-certbot-dns-google py-certbot-dns-google: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85291b54f0a8
branches:  trunk
changeset: 335089:85291b54f0a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 12 20:25:52 2019 +0000

description:
py-certbot-dns-google: Python 2.7 is not supported in py-google-api-python-client

diffstat:

 security/py-certbot-dns-google/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 13c4aab2470a -r 85291b54f0a8 security/py-certbot-dns-google/Makefile
--- a/security/py-certbot-dns-google/Makefile   Wed Jun 12 19:32:44 2019 +0000
+++ b/security/py-certbot-dns-google/Makefile   Wed Jun 12 20:25:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/06/11 21:06:59 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/06/12 20:25:52 adam Exp $
 
 DISTNAME=      certbot-dns-google-${CERTBOT_VERSION}
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-google/}
@@ -17,5 +17,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-google-api-python-client
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index