pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: py-cachetools only supports python 3.x now, pass do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f2548ec3d4
branches:  trunk
changeset: 347255:20f2548ec3d4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 09 14:21:06 2020 +0000

description:
*: py-cachetools only supports python 3.x now, pass down to dependencies

diffstat:

 security/py-google-auth-httplib2/Makefile |  3 ++-
 security/py-google-auth-oauthlib/Makefile |  4 +++-
 security/py-google-auth/Makefile          |  4 +++-
 www/py-google-api-python-client/Makefile  |  4 +++-
 4 files changed, 11 insertions(+), 4 deletions(-)

diffs (71 lines):

diff -r 1432ff5740b7 -r 20f2548ec3d4 security/py-google-auth-httplib2/Makefile
--- a/security/py-google-auth-httplib2/Makefile Thu Jan 09 14:20:37 2020 +0000
+++ b/security/py-google-auth-httplib2/Makefile Thu Jan 09 14:21:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/07/02 12:00:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/09 14:21:06 wiz Exp $
 
 DISTNAME=      google-auth-httplib2-0.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r 1432ff5740b7 -r 20f2548ec3d4 security/py-google-auth-oauthlib/Makefile
--- a/security/py-google-auth-oauthlib/Makefile Thu Jan 09 14:20:37 2020 +0000
+++ b/security/py-google-auth-oauthlib/Makefile Thu Jan 09 14:21:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/07 13:35:35 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/09 14:21:06 wiz Exp $
 
 DISTNAME=      google-auth-oauthlib-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib
 
 USE_LANGUAGES= # none
+   
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
diff -r 1432ff5740b7 -r 20f2548ec3d4 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Thu Jan 09 14:20:37 2020 +0000
+++ b/security/py-google-auth/Makefile  Thu Jan 09 14:21:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/08 11:41:50 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/09 14:21:06 wiz Exp $
 
 DISTNAME=      google-auth-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,6 +21,8 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-cachetools
+
 USE_LANGUAGES= # none
 
 do-test:
diff -r 1432ff5740b7 -r 20f2548ec3d4 www/py-google-api-python-client/Makefile
--- a/www/py-google-api-python-client/Makefile  Thu Jan 09 14:20:37 2020 +0000
+++ b/www/py-google-api-python-client/Makefile  Thu Jan 09 14:21:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/08/13 12:43:13 adam Exp $
+# $NetBSD: Makefile,v 1.30 2020/01/09 14:21:06 wiz Exp $
 
 DISTNAME=      google-api-python-client-1.7.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
 TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index