mits-ports-all+subscribe@freebsd.org> List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1ed57ac294f4cd93fa9052dcf5aa50149c35ae5c Auto-Submitted: auto-generated Date: Thu, 15 Jan 2026 12:00:29 +0000 Message-Id: <6968d6dd.3a8c3.3ad4f2fa@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ed57ac294f4cd93fa9052dcf5aa50149c35ae5c commit 1ed57ac294f4cd93fa9052dcf5aa50149c35ae5c Author: Po-Chuan Hsieh AuthorDate: 2026-01-15 11:45:16 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-01-15 11:54:06 +0000 devel/py-thinc: Change USE_PYTHON from cython to cython0 PR: 291778 --- devel/py-thinc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-thinc/Makefile b/devel/py-thinc/Makefile index 0746cb766c47..60d0dd224578 100644 --- a/devel/py-thinc/Makefile +++ b/devel/py-thinc/Makefile @@ -35,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.4.0:math/py-blis@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}wasabi>=0.8.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython0 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +