svn commit: r531875 - head/www/py-django-happenings

Kai Knoblich kai at FreeBSD.org
Thu Apr 16 19:28:44 UTC 2020


Author: kai
Date: Thu Apr 16 19:28:44 2020
New Revision: 531875
URL: https://svnweb.freebsd.org/changeset/ports/531875

Log:
  www/py-django-happenings: Deprecate and set to expire
  
  * Upstream's repository seems stale and no longer maintained.  There was no
    official release at PyPI since 2015 and the code isn't compatible with
    Django 2.2 or later.
  
    Thus deprecate the port and set an expiration date.
  
  PR:		245644
  Approved by:	Kevin Golding <ports at caomhin.org> (maintainer)

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

Modified: head/www/py-django-happenings/Makefile
==============================================================================
--- head/www/py-django-happenings/Makefile	Thu Apr 16 19:22:46 2020	(r531874)
+++ head/www/py-django-happenings/Makefile	Thu Apr 16 19:28:44 2020	(r531875)
@@ -14,6 +14,9 @@ COMMENT=	Event calendar app for Django
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Doesn't work with Django 2.2+, please use www/py-django-happenings-update instead
+EXPIRATION_DATE=	2020-05-15
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list