aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-05-14 04:45:18 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-05-14 04:45:18 +0000
commita15f89636414e85acb8a803beac4829d237a011d (patch)
treea9c18048799372921e6d412a114d2cd2a1420201
parent6e97fc35f68d643c2554f603e5d2f18ea25cb336 (diff)
downloadports-a15f89636414e85acb8a803beac4829d237a011d.tar.gz
ports-a15f89636414e85acb8a803beac4829d237a011d.zip
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)
-rw-r--r--www/py-django-modern-rpc/Makefile3
1 files changed, 3 insertions, 0 deletions
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+