diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 14:43:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 14:43:34 +0000 |
commit | cb424ce939657cd000f131d5eb99d044acd58df5 (patch) | |
tree | 37899acb1121fbf106aa1906b217f25ff1071d7e | |
parent | a4165101aa4c16495bc293f11f68cea2527ef968 (diff) |
textproc/py-mwparserfromhell: expire on 2025-03-31 for devel/py-pytest-runner
-rw-r--r-- | textproc/py-mwparserfromhell/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-mwparserfromhell/Makefile b/textproc/py-mwparserfromhell/Makefile index 9af91d82cb57..b4836da1d896 100644 --- a/textproc/py-mwparserfromhell/Makefile +++ b/textproc/py-mwparserfromhell/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/earwig/mwparserfromhell 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} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |