git: 7df7fad7ca83 - main - sysutils/iocage-devel: Remove devel/py-pytest-runner dependency as it's no longer used
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 17:15:53 UTC
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7df7fad7ca83a71c4e5953166d349e1952f799d7
commit 7df7fad7ca83a71c4e5953166d349e1952f799d7
Author: Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2025-04-27 17:15:50 +0000
Commit: Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2025-04-27 17:15:50 +0000
sysutils/iocage-devel: Remove devel/py-pytest-runner dependency as it's no longer used
---
sysutils/iocage-devel/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sysutils/iocage-devel/Makefile b/sysutils/iocage-devel/Makefile
index 628ce5febc40..197a3c83c396 100644
--- a/sysutils/iocage-devel/Makefile
+++ b/sysutils/iocage-devel/Makefile
@@ -12,9 +12,6 @@ WWW= https://github.com/freebsd/iocage
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-06-01
-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py-coloredlogs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
@@ -22,7 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:filesystems/py-libzfs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py-texttable@${PY_FLAVOR} \