svn commit: r536975 - head/www/py-djangorestframework36

Kai Knoblich kai at FreeBSD.org
Fri May 29 15:08:31 UTC 2020


Author: kai
Date: Fri May 29 15:08:30 2020
New Revision: 536975
URL: https://svnweb.freebsd.org/changeset/ports/536975

Log:
  www/py-djangorestframework36: Deprecate and set to expire
  
  * The 3.6.x release branch is not compatible with Django 2.0+ and the port
    is not required by any consumer.
  
  PR:		246082
  Approved by:	maintainer timeout (4 weeks)

Modified:
  head/www/py-djangorestframework36/Makefile

Modified: head/www/py-djangorestframework36/Makefile
==============================================================================
--- head/www/py-djangorestframework36/Makefile	Fri May 29 14:55:14 2020	(r536974)
+++ head/www/py-djangorestframework36/Makefile	Fri May 29 15:08:30 2020	(r536975)
@@ -13,6 +13,9 @@ COMMENT=	Django REST framework
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Not compatible with Django 2.0+, please use www/py-djangorestframework instead
+EXPIRATION_DATE=	2020-06-15
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-head mailing list