git: 109362012c5d - main - math/py-spvcm: 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:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=109362012c5de25f66a7062a4d95bdaed71390e8 commit 109362012c5de25f66a7062a4d95bdaed71390e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:35:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:26 +0000 math/py-spvcm: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 284506 Reported by: diizzy --- math/py-spvcm/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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} \