git: 4e0e422a6719 - main - devel/py-datrie: expire on 2025-03-31 for devel/py-pytest-runner
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 14:47:12 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e0e422a6719819956b29ad23f3284c933d92522 commit 4e0e422a6719819956b29ad23f3284c933d92522 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-01 14:31:59 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-01 14:31:59 +0000 devel/py-datrie: expire on 2025-03-31 for devel/py-pytest-runner --- devel/py-datrie/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-datrie/Makefile b/devel/py-datrie/Makefile index 1cd68d402c34..c77e624431ae 100644 --- a/devel/py-datrie/Makefile +++ b/devel/py-datrie/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/pytries/datrie LICENSE= GPLv2 +DEPRECATED= Depends on expired devel/py-pytest-runner +EXPIRATION_DATE=2025-03-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \