diff options
author | wiz <wiz@pkgsrc.org> | 2020-01-09 14:21:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-01-09 14:21:06 +0000 |
commit | 75b2069304a744d1b9fee3a86d1793b1a888b7df (patch) | |
tree | c16010fe75209a258afbef7ac0ff0b03f3a9a58d /security | |
parent | 109bac054f7fd140e3c7b87a31328a828ab702a8 (diff) | |
download | pkgsrc-75b2069304a744d1b9fee3a86d1793b1a888b7df.tar.gz |
*: py-cachetools only supports python 3.x now, pass down to dependencies
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth-httplib2/Makefile | 3 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/Makefile | 4 | ||||
-rw-r--r-- | security/py-google-auth/Makefile | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/security/py-google-auth-httplib2/Makefile b/security/py-google-auth-httplib2/Makefile index 00e816bee16..86c54945053 100644 --- a/security/py-google-auth-httplib2/Makefile +++ b/security/py-google-auth-httplib2/Makefile @@ -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 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2 +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/egg.mk" diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile index 7fe391fc38e..3acb053c358 100644 --- a/security/py-google-auth-oauthlib/Makefile +++ b/security/py-google-auth-oauthlib/Makefile @@ -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}-google-auth-[0-9]*:../../security/py-google-auth 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 --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 73d7a526537..678ef2b1037 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -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}-oauth2client-[0-9]*:../../security/py-oauth2client 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: |