Date: Wed, 21 Feb 2024 15:19:02 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: 10758e47dfb3 - main - lang/cython: Cosmetic change Message-ID: <202402211519.41LFJ2le016298@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=10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6 commit 10758e47dfb3ec1d28ae8d0c9ae36d85c37b31e6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:26:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:32 +0000 lang/cython: Cosmetic change --- lang/cython/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/cython/Makefile b/lang/cython/Makefile index d37298a362bf..3a2d8c3caa4d 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -17,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c11 python:2.7+ USE_PYTHON= allflavors autoplist concurrent distutils -# bin/cygdb bin/cython bin/cythonize -CONFLICTS_INSTALL= py*-cython-devel py*-cython3 +CONFLICTS_INSTALL= py*-cython-devel py*-cython3 # 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.41LFJ2le016298>