Date: Sat, 2 Jun 2018 19:05:52 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471396 - in head: security/py-python-social-auth www/py-django-social-auth Message-ID: <201806021905.w52J5qXm029185@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806021905.w52J5qXm029185>