git: 9db78b94e6c1 - main - textproc/py-pyjade: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9db78b94e6c169d05113a859974f8a5a83e3072d
commit 9db78b94e6c169d05113a859974f8a5a83e3072d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:23 +0000
textproc/py-pyjade: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
PR: 283607
Reported by: diizzy
---
textproc/py-pyjade/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/textproc/py-pyjade/Makefile b/textproc/py-pyjade/Makefile
index 487a4b89ae96..f87f5678632e 100644
--- a/textproc/py-pyjade/Makefile
+++ b/textproc/py-pyjade/Makefile
@@ -12,6 +12,9 @@ WWW= https://github.com/syrusakbary/pyjade
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream is inactive for almost 8.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}six>=0:devel/py-six@${PY_FLAVOR}