git: 40e9ee698105 - main - math/py-fastdtw: expire on 2025-03-31 for devel/py-pytest-runner

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 01 Jan 2025 14:47:24 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40e9ee698105d6bb998c635eadc642a02a079a8d

commit 40e9ee698105d6bb998c635eadc642a02a079a8d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 14:36:44 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 14:36:44 +0000

    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}