git: 5937f94cb45c - main - dns/py-ns1-python: 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:18 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5937f94cb45cb93e0d1a5f96db19a0182b19978b
commit 5937f94cb45cb93e0d1a5f96db19a0182b19978b
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 14:34:08 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 14:34:08 +0000
dns/py-ns1-python: expire on 2025-03-31 for devel/py-pytest-runner
---
dns/py-ns1-python/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dns/py-ns1-python/Makefile b/dns/py-ns1-python/Makefile
index f9e0c9c93b50..ca793ac64edd 100644
--- a/dns/py-ns1-python/Makefile
+++ b/dns/py-ns1-python/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/ns1/ns1-python
LICENSE= MIT
+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} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}