Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:19:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 33e449e1071f - main - lang/cython3: Cosmetic change
Message-ID:  <202402211519.41LFJ3I6016335@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=33e449e1071fd8cc109bde51a811af4f5398dbf3

commit 33e449e1071fd8cc109bde51a811af4f5398dbf3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:26:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:32 +0000

    lang/cython3: Cosmetic change
---
 lang/cython3/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211519.41LFJ3I6016335>