git: 331d73db3e39 - main - sysutils/py-python-consul2: 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:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=331d73db3e39d03c83021133a1ac6a19f167c69d commit 331d73db3e39d03c83021133a1ac6a19f167c69d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:34:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:24 +0000 sysutils/py-python-consul2: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 PR: 283680 Reported by: diizzy --- sysutils/py-python-consul2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/py-python-consul2/Makefile b/sysutils/py-python-consul2/Makefile index fe51fa4bb3b6..23f3a61f8584 100644 --- a/sysutils/py-python-consul2/Makefile +++ b/sysutils/py-python-consul2/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/poppyred/python-consul2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream repository has been archived on May 30, 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}requests>=0:www/py-requests@${PY_FLAVOR} \