diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-02-03 15:10:06 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-02-03 15:10:06 +0000 |
commit | 2da75d516d25534f3232fa57b6b3dd37229cbb10 (patch) | |
tree | 593bb035afb8c042b36a889d87407a85f30250b3 /net/Makefile | |
parent | f2f829362913494cb1da9de68e06a11500fdaf2a (diff) | |
download | pkgsrc-2da75d516d25534f3232fa57b6b3dd37229cbb10.tar.gz |
Add a package for py-gcs-oauth2-boto-plugin.
gcs-oauth2-boto-plugin is a Python application whose purpose is to behave as an
auth plugin for the boto auth plugin framework for use with OAuth 2.0
credentials for the Google Cloud Platform. This plugin is compatible with both
user accounts and service accounts, and its functionality is essentially a
wrapper around oauth2client with the addition of automatically caching tokens
for the machine in a thread- and process-safe fashion.
Part of PR pkg/52941.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index ca22d175d4b..6c5dd042f3f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1199 2018/01/24 20:46:42 bsiegert Exp $ +# $NetBSD: Makefile,v 1.1200 2018/02/03 15:10:06 bsiegert Exp $ # COMMENT= Networking tools @@ -644,6 +644,7 @@ SUBDIR+= py-dropbox SUBDIR+= py-eventlib SUBDIR+= py-foolscap SUBDIR+= py-gandi.cli +SUBDIR+= py-gcs-oauth2-boto-plugin SUBDIR+= py-gevent SUBDIR+= py-geventhttpclient SUBDIR+= py-google |