git: 21285764b75c - main - lang/cython3: Clean up CONFLICTS_INSTALL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Oct 2025 00:02:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=21285764b75c201b1304d29c02847cec34bddef6
commit 21285764b75c201b1304d29c02847cec34bddef6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:50:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:50:48 +0000
lang/cython3: Clean up CONFLICTS_INSTALL
lang/cython-devel has been removed for 1.5 years.
---
lang/cython3/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile
index d1147b1068f1..d85d7cbcc66d 100644
--- a/lang/cython3/Makefile
+++ b/lang/cython3/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
USES= compiler:c11 python
USE_PYTHON= allflavors autoplist concurrent pep517
-CONFLICTS_INSTALL= py*-cython py*-cython-devel # bin/cygdb bin/cython bin/cythonize
+CONFLICTS_INSTALL= py*-cython # bin/cygdb bin/cython bin/cythonize
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +