git: 8d541af5dbe8 - main - databases/py-caterva: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:08:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d541af5dbe85d3055550582e99f075225cdb50e commit 8d541af5dbe85d3055550582e99f075225cdb50e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:57:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:47 +0000 databases/py-caterva: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30 Reference: https://github.com/Blosc/python-caterva/commit/d768825332de8cf9d931db5827fa64eba96e484f --- databases/py-caterva/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/py-caterva/Makefile b/databases/py-caterva/Makefile index 7b50fda87e44..4d086323abcb 100644 --- a/databases/py-caterva/Makefile +++ b/databases/py-caterva/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/Blosc/python-caterva LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use archivers/py-blosc2 instead. All the features of Python-Caterva have been included in the Python-Blosc2 NDArray object +EXPIRATION_DATE=2023-06-30 + BUILD_DEPENDS= caterva>=0.5.0_3:databases/caterva \ cmake:devel/cmake-core \ ninja:devel/ninja \