git: 78cef3bc6598 - main - devel/py-pytest-cache: Remove outdated CONFLICTS_INSTALL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 16:24:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=78cef3bc65987fed5b6256d993ea6de904f0119b
commit 78cef3bc65987fed5b6256d993ea6de904f0119b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-14 16:23:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-14 16:23:36 +0000
devel/py-pytest-cache: Remove outdated CONFLICTS_INSTALL
Reported by: adamw
Approved by: portmgr (blanket)
With hat: python
---
devel/py-pytest-cache/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/devel/py-pytest-cache/Makefile b/devel/py-pytest-cache/Makefile
index 80fcd36dd2b2..dda5ca87517a 100644
--- a/devel/py-pytest-cache/Makefile
+++ b/devel/py-pytest-cache/Makefile
@@ -12,8 +12,6 @@ WWW= https://bitbucket.org/hpk42/pytest-cache/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest4-cache
-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}execnet>=1.2:sysutils/py-execnet@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}