From 4a35af6319c2fb603cced53d827e24fd7ad4d124 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 3 Feb 2025 23:34:21 +0800 Subject: [PATCH] www/py-jsonfield: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 283598 Reported by: diizzy --- www/py-jsonfield/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/py-jsonfield/Makefile b/www/py-jsonfield/Makefile index a3d544bf1805..103b4480002b 100644 --- a/www/py-jsonfield/Makefile +++ b/www/py-jsonfield/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/rpkilby/jsonfield LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream is inactive for almost 5 years +EXPIRATION_DATE=2025-02-28 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}