From 40e9ee698105d6bb998c635eadc642a02a079a8d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 1 Jan 2025 15:36:44 +0100 Subject: [PATCH] math/py-fastdtw: expire on 2025-03-31 for devel/py-pytest-runner --- math/py-fastdtw/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/py-fastdtw/Makefile b/math/py-fastdtw/Makefile index 47e40254817a..8f6a2ce751c9 100644 --- a/math/py-fastdtw/Makefile +++ b/math/py-fastdtw/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/slaypni/fastdtw LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expired devel/py-pytest-runner +EXPIRATION_DATE=2025-03-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}