New port www/py-django-social-auth 0.7.28
Django Social Auth is an easy way to setup social authentication/authorization mechanism for Django projects. WWW: https://github.com/omab/django-social-auth
This commit is contained in:
parent
a0807f0a14
commit
94860057c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412294
4 changed files with 28 additions and 0 deletions
|
@ -1576,6 +1576,7 @@
|
|||
SUBDIR += py-django-signals-ahoy
|
||||
SUBDIR += py-django-simple-captcha
|
||||
SUBDIR += py-django-simple-history
|
||||
SUBDIR += py-django-social-auth
|
||||
SUBDIR += py-django-sortedm2m
|
||||
SUBDIR += py-django-statici18n
|
||||
SUBDIR += py-django-storages
|
||||
|
|
21
www/py-django-social-auth/Makefile
Normal file
21
www/py-django-social-auth/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= social-auth
|
||||
PORTVERSION= 0.7.28
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
DISTNAME= django-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Setup social authentication/authorization mechanism for Django
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \
|
||||
${PYTHON_PKGNAMEPREFIX}python-social-auth>=0:${PORTSDIR}/security/py-python-social-auth
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-django-social-auth/distinfo
Normal file
2
www/py-django-social-auth/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (django-social-auth-0.7.28.tar.gz) = a0141b12de90504128ce31e5dcd25521d32de96e27994993126263aed8a5f672
|
||||
SIZE (django-social-auth-0.7.28.tar.gz) = 83071
|
4
www/py-django-social-auth/pkg-descr
Normal file
4
www/py-django-social-auth/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Django Social Auth is an easy way to setup social authentication/authorization
|
||||
mechanism for Django projects.
|
||||
|
||||
WWW: https://github.com/omab/django-social-auth
|
Loading…
Reference in a new issue