svn commit: r412292 - in head/security: . py-python-social-auth

Tom Judge tj at FreeBSD.org
Thu Mar 31 19:36:46 UTC 2016


Author: tj
Date: Thu Mar 31 19:36:44 2016
New Revision: 412292
URL: https://svnweb.freebsd.org/changeset/ports/412292

Log:
  New port security/py-python-socal-auth 0.2.14
  
  Python Social Auth is an easy-to-setup social authentication/registration
  mechanism with support for several frameworks and auth providers.
  
  WWW: https://github.com/omab/python-social-auth

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Mar 31 19:18:58 2016	(r412291)
+++ head/security/Makefile	Thu Mar 31 19:36:44 2016	(r412292)
@@ -880,6 +880,7 @@
     SUBDIR += py-pysha3
     SUBDIR += py-python-gnupg
     SUBDIR += py-python-openid
+    SUBDIR += py-python-social-auth
     SUBDIR += py-python-registry
     SUBDIR += py-rekall
     SUBDIR += py-rekall-core

Added: head/security/py-python-social-auth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python-social-auth/Makefile	Thu Mar 31 19:36:44 2016	(r412292)
@@ -0,0 +1,24 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	python-social-auth
+PORTVERSION=	0.2.14
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	tj at FreeBSD.org
+COMMENT=	Python Social Auth is a social authentication/registration mechanism
+
+RUN_DEPENDS:=	py-python-openid>=2.2:${PORTSDIR}/security/py-python-openid \
+		py-requests>=2.5.1:${PORTSDIR}/www/py-requests \
+		py-oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \
+		py-requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \
+		py-six>=1.2.0:${PORTSDIR}/devel/py-six \
+		py-pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/security/py-python-social-auth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python-social-auth/distinfo	Thu Mar 31 19:36:44 2016	(r412292)
@@ -0,0 +1,2 @@
+SHA256 (python-social-auth-0.2.14.tar.gz) = 9e90901ab6905b1ea4b410d41a3b9dca6a3a849bf99f9bde6b327054fb9e6434
+SIZE (python-social-auth-0.2.14.tar.gz) = 281779

Added: head/security/py-python-social-auth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python-social-auth/pkg-descr	Thu Mar 31 19:36:44 2016	(r412292)
@@ -0,0 +1,4 @@
+Python Social Auth is an easy-to-setup social authentication/registration
+mechanism with support for several frameworks and auth providers.
+
+WWW: https://github.com/omab/python-social-auth


More information about the svn-ports-all mailing list