Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 23:08:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370257 - in head/security: . py-oauth2client
Message-ID:  <201410062308.s96N8REY070140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct  6 23:08:26 2014
New Revision: 370257
URL: https://svnweb.freebsd.org/changeset/ports/370257
QAT: https://qat.redports.org/buildarchive/r370257/

Log:
  - 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/

Added:
  head/security/py-oauth2client/
  head/security/py-oauth2client/Makefile   (contents, props changed)
  head/security/py-oauth2client/distinfo   (contents, props changed)
  head/security/py-oauth2client/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Oct  6 23:07:12 2014	(r370256)
+++ head/security/Makefile	Mon Oct  6 23:08:26 2014	(r370257)
@@ -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

Added: head/security/py-oauth2client/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-oauth2client/Makefile	Mon Oct  6 23:08:26 2014	(r370257)
@@ -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>

Added: head/security/py-oauth2client/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-oauth2client/distinfo	Mon Oct  6 23:08:26 2014	(r370257)
@@ -0,0 +1,2 @@
+SHA256 (oauth2client-1.3.tar.gz) = 668ffe5a9a6df1f5fca50a851da9ce97286dc10f190b05e84763a8cd9716141b
+SIZE (oauth2client-1.3.tar.gz) = 43852

Added: head/security/py-oauth2client/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-oauth2client/pkg-descr	Mon Oct  6 23:08:26 2014	(r370257)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410062308.s96N8REY070140>