svn commit: r471396 - in head: security/py-python-social-auth www/py-django-social-auth

Martin Wilke miwi at FreeBSD.org
Sat Jun 2 19:05:53 UTC 2018


Author: miwi
Date: Sat Jun  2 19:05:51 2018
New Revision: 471396
URL: https://svnweb.freebsd.org/changeset/ports/471396

Log:
  - Mark Deprecated both projects are dead since 2016
  
  https://github.com/omab/django-social-auth/blob/master/README.rst
  https://pypi.org/project/python-social-auth/
  
  Sponsored by:	iXsystems Inc.

Modified:
  head/security/py-python-social-auth/Makefile
  head/www/py-django-social-auth/Makefile

Modified: head/security/py-python-social-auth/Makefile
==============================================================================
--- head/security/py-python-social-auth/Makefile	Sat Jun  2 18:56:41 2018	(r471395)
+++ head/security/py-python-social-auth/Makefile	Sat Jun  2 19:05:51 2018	(r471396)
@@ -19,6 +19,9 @@ RUN_DEPENDS:=	${PYTHON_PKGNAMEPREFIX}python-openid>=2.
 		${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR}
 
+DEPRECATED=	Upstream Deprecated
+EXPIRATION_DATE=	2018-08-01
+
 NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-django-social-auth/Makefile
==============================================================================
--- head/www/py-django-social-auth/Makefile	Sat Jun  2 18:56:41 2018	(r471395)
+++ head/www/py-django-social-auth/Makefile	Sat Jun  2 19:05:51 2018	(r471396)
@@ -14,6 +14,9 @@ COMMENT=	Setup social authentication/authorization mec
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-social-auth>=0:security/py-python-social-auth@${FLAVOR}
 
+DEPRECATED=	no support for new django	
+EXPIRATION_DATE=	2018-08-01
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes


More information about the svn-ports-all mailing list