1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Add py-oauth2client 1.3

oauth2client is a Python module for client-side oauth2 authentication. It works
with Google's oauth2 service by default, and is compatible with any oauth2
service.

WWW: https://pypi.python.org/pypi/oauth2client
WWW: http://google.github.io/oauth2client/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-10-06 23:08:26 +00:00
parent c2a1b00168
commit 9588594094
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370257
4 changed files with 29 additions and 0 deletions

View File

@ -774,6 +774,7 @@
SUBDIR += py-m2crypto
SUBDIR += py-mcrypt
SUBDIR += py-mhash
SUBDIR += py-oauth2client
SUBDIR += py-oauthlib
SUBDIR += py-openid
SUBDIR += py-openssl

View File

@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= oauth2client
PORTVERSION= 1.3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OAuth 2.0 client library
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2
USE_PYTHON= autoplist distutils
USES= python:2
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (oauth2client-1.3.tar.gz) = 668ffe5a9a6df1f5fca50a851da9ce97286dc10f190b05e84763a8cd9716141b
SIZE (oauth2client-1.3.tar.gz) = 43852

View File

@ -0,0 +1,6 @@
oauth2client is a Python module for client-side oauth2 authentication. It works
with Google's oauth2 service by default, and is compatible with any oauth2
service.
WWW: https://pypi.python.org/pypi/oauth2client
WWW: http://google.github.io/oauth2client/