diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:35:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-03 15:54:26 +0000 |
commit | 109362012c5de25f66a7062a4d95bdaed71390e8 (patch) | |
tree | 7e030eeae9b543e62135f7aa6a831b39e351891f | |
parent | 2a9f554380375a8f1d594ae910b45695a0c9bcff (diff) |
math/py-spvcm: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
PR: 284506
Reported by: diizzy
-rw-r--r-- | math/py-spvcm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-spvcm/Makefile b/math/py-spvcm/Makefile index 0e8ccf722533..954f3a0e967b 100644 --- a/math/py-spvcm/Makefile +++ b/math/py-spvcm/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/pysal/spvcm LICENSE= BSD3CLAUSE +DEPRECATED= Upstream repository has been archived on Jul 9, 2024 +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}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ |