pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot-dns-google



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 20:25:52 UTC 2019

Modified Files:
        pkgsrc/security/py-certbot-dns-google: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-certbot-dns-google/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-certbot-dns-google/Makefile
diff -u pkgsrc/security/py-certbot-dns-google/Makefile:1.1 pkgsrc/security/py-certbot-dns-google/Makefile:1.2
--- pkgsrc/security/py-certbot-dns-google/Makefile:1.1  Tue Jun 11 21:06:59 2019
+++ pkgsrc/security/py-certbot-dns-google/Makefile      Wed Jun 12 20:25:52 2019
@@ -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}-oauth2client>=2
 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