Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 15:08:31 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536975 - head/www/py-djangorestframework36
Message-ID:  <202005291508.04TF8VFJ036260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005291508.04TF8VFJ036260>