Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 07:05:06 +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: r534886 - head/www/py-django-annotations
Message-ID:  <202005110705.04B7567U001423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon May 11 07:05:06 2020
New Revision: 534886
URL: https://svnweb.freebsd.org/changeset/ports/534886

Log:
  www/py-django-annotations: Deprecate and set to expire
  
  * The port works only up to Django 1.11 which is End-of-Life since April.
  
  * The original upstream repository is no longer maintained and was archived
    in 2017 because it's now available via PyPI as "django-annotator".
  
  PR:		245851
  Approved by:	maintainer timeout (14+ days)

Modified:
  head/www/py-django-annotations/Makefile

Modified: head/www/py-django-annotations/Makefile
==============================================================================
--- head/www/py-django-annotations/Makefile	Mon May 11 06:57:54 2020	(r534885)
+++ head/www/py-django-annotations/Makefile	Mon May 11 07:05:06 2020	(r534886)
@@ -11,6 +11,9 @@ COMMENT=	Django implementation of annotatorjs Storage
 
 LICENSE=	APACHE20
 
+DEPRECATED=	No longer maintained, not compatible with Django 2.0+
+EXPIRATION_DATE=	2020-05-25
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-cors-headers>=1.1.0:www/py-django-cors-headers@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.3.2:www/py-djangorestframework@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django-rq>0:devel/py-django-rq@${PY_FLAVOR} \



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