svn commit: r536456 - head/www/py-djangotoolbox

Kai Knoblich kai at FreeBSD.org
Mon May 25 10:52:06 UTC 2020


Author: kai
Date: Mon May 25 10:52:05 2020
New Revision: 536456
URL: https://svnweb.freebsd.org/changeset/ports/536456

Log:
  www/py-djangotoolbox: Deprecate and set to expire
  
  * The project is no longer maintained and has limited support for
    Django 1.11+ .
  
  PR:		246176
  Approved by:	maintainer timeout (3 weeks)

Modified:
  head/www/py-djangotoolbox/Makefile

Modified: head/www/py-djangotoolbox/Makefile
==============================================================================
--- head/www/py-djangotoolbox/Makefile	Mon May 25 10:13:07 2020	(r536455)
+++ head/www/py-djangotoolbox/Makefile	Mon May 25 10:52:05 2020	(r536456)
@@ -12,6 +12,9 @@ COMMENT=	Common API for running Django on non-relation
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	No longer maintained, not compatible with Django 1.11+
+EXPIRATION_DATE=	2020-06-01
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-head mailing list