mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add py-google-auth-httplib2 0.0.3
This library provides an httplib2 transport for google-auth. WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
This commit is contained in:
parent
29356cfc9f
commit
f81b7391b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479455
4 changed files with 31 additions and 0 deletions
|
@ -953,6 +953,7 @@
|
||||||
SUBDIR += py-gnupg
|
SUBDIR += py-gnupg
|
||||||
SUBDIR += py-gnutls
|
SUBDIR += py-gnutls
|
||||||
SUBDIR += py-google-auth
|
SUBDIR += py-google-auth
|
||||||
|
SUBDIR += py-google-auth-httplib2
|
||||||
SUBDIR += py-gpgme
|
SUBDIR += py-gpgme
|
||||||
SUBDIR += py-gpsoauth
|
SUBDIR += py-gpsoauth
|
||||||
SUBDIR += py-gssapi
|
SUBDIR += py-gssapi
|
||||||
|
|
24
security/py-google-auth-httplib2/Makefile
Normal file
24
security/py-google-auth-httplib2/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= google-auth-httplib2
|
||||||
|
PORTVERSION= 0.0.3
|
||||||
|
CATEGORIES= security python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Google Authentication Library: httplib2 transport
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
security/py-google-auth-httplib2/distinfo
Normal file
3
security/py-google-auth-httplib2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1536608059
|
||||||
|
SHA256 (google-auth-httplib2-0.0.3.tar.gz) = 098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445
|
||||||
|
SIZE (google-auth-httplib2-0.0.3.tar.gz) = 9957
|
3
security/py-google-auth-httplib2/pkg-descr
Normal file
3
security/py-google-auth-httplib2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
This library provides an httplib2 transport for google-auth.
|
||||||
|
|
||||||
|
WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
|
Loading…
Add table
Reference in a new issue