git: 04b30fe07db7 - main - databases/py-carbon: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Mar 2025 11:10:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=04b30fe07db78910095499766e3af351dc02cf30 commit 04b30fe07db78910095499766e3af351dc02cf30 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-03-27 11:58:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-03-28 11:10:15 +0000 databases/py-carbon: Mark DEPRECATED - Graphite Project is concentrating on the go-carbon project rather than the python based implementation. There are long pending updates on the new releases and support for more recent versions of python which has not taken place. So use databases/go-carbon - Set EXPIRATION_DATE 2025-04-26 If someone needs this port feel free to undeprecate and takeover maintainership. --- databases/py-carbon/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index e9184aee4d19..02f21633f39b 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/graphite-project/carbon LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= In bandaid mode as the concentration is on go-carbon +EXPIRATION_DATE= 2025-04-27 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service-identity>=0:security/py-service-identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=13.2.0:devel/py-twisted@${PY_FLAVOR} \