git: 476d68463821 - main - lang/cython: Clean up CONFLICTS_INSTALL

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:02:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=476d68463821855c728a2e2a6513bc63583b57d0

commit 476d68463821855c728a2e2a6513bc63583b57d0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:50:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:50:47 +0000

    lang/cython: Clean up CONFLICTS_INSTALL
    
    lang/cython-devel has been removed for 1.5 years.
---
 lang/cython/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index 7899b5de2476..503daebf8559 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		compiler:c11 python:2.7-3.12
 USE_PYTHON=	allflavors autoplist concurrent distutils
 
-CONFLICTS_INSTALL=	py*-cython-devel py*-cython3 # bin/cygdb bin/cython bin/cythonize
+CONFLICTS_INSTALL=	py*-cython3 # bin/cygdb bin/cython bin/cythonize
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +