git: e6f024a81898 - main - misc/py-alive-progress: expire on 2025-06-01 for textproc/py-grapheme
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 20:48:25 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6f024a81898c694ac8190ee841dc39f2e11fc29 commit e6f024a81898c694ac8190ee841dc39f2e11fc29 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-03-31 20:47:42 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-03-31 20:47:42 +0000 misc/py-alive-progress: expire on 2025-06-01 for textproc/py-grapheme --- misc/py-alive-progress/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile index 242e71132a03..acae89d2a2b7 100644 --- a/misc/py-alive-progress/Makefile +++ b/misc/py-alive-progress/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/rsalmei/alive-progress LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expired textproc/py-grapheme +EXPIRATION_DATE=2025-06-01 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \