Date: Fri, 31 May 2024 17:26:59 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c98d9a3c7bcc - main - textproc/py-cchardet: fix build with python 3.11 Message-ID: <202405311726.44VHQxks048516@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=c98d9a3c7bcc4cd48df0a92a94b36bfc1cbe9f86 commit c98d9a3c7bcc4cd48df0a92a94b36bfc1cbe9f86 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2024-05-31 17:26:34 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2024-05-31 17:26:34 +0000 textproc/py-cchardet: fix build with python 3.11 --- textproc/py-cchardet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-cchardet/Makefile b/textproc/py-cchardet/Makefile index a8b577ce0562..e897fb38d4f8 100644 --- a/textproc/py-cchardet/Makefile +++ b/textproc/py-cchardet/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= cmake:indirect python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent cython pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405311726.44VHQxks048516>