git: a15f89636414 - main - www/py-django-modern-rpc: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 May 2022 04:48:11 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=a15f89636414e85acb8a803beac4829d237a011d commit a15f89636414e85acb8a803beac4829d237a011d Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-05-14 04:45:18 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-05-14 04:45:18 +0000 www/py-django-modern-rpc: Deprecate/Set to expire * Django 2.2 is End-of-Life since April 2022 and the current release of this port isn't compatible with newer versions of Django. PR: 263771 Approved by: sunpoet (maintainer) --- www/py-django-modern-rpc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-django-modern-rpc/Makefile b/www/py-django-modern-rpc/Makefile index 28012ca7aa0a..eca15f218814 100644 --- a/www/py-django-modern-rpc/Makefile +++ b/www/py-django-modern-rpc/Makefile @@ -11,6 +11,9 @@ COMMENT= Simple and modern JSON-RPC/XML-RPC server implementation for Django LICENSE= MIT +DEPRECATED= Not compatible with newer versions of Django +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR} USES= python:3.5+