Created attachment 250642 [details] py-fasttext-0.9.2.2.patch Description: fasttext-predict is a python package for fasttext: * keep only the predict method, all other features are removed * standalone package without external dependency (numpy is not a dependency) wheels for various architectures using GitHub workflows. * The script is inspired by lxml build scripts. WWW: https://pypi.org/project/fasttext-predict https://github.com/searxng/fasttext-predict QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 14.0-RELEASE, amd64)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd7ce65e5d0d6c6b84f92b21c64e73f93ad107c1 commit cd7ce65e5d0d6c6b84f92b21c64e73f93ad107c1 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-08-21 23:24:50 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-08-21 23:27:31 +0000 textproc/py-fasttext-predict: Add new port fasttext-predict is a python package for fasttext PR: 278971 textproc/Makefile | 1 + textproc/py-fasttext-predict/Makefile (new) | 25 +++++++++++++++++++++++++ textproc/py-fasttext-predict/distinfo (new) | 3 +++ textproc/py-fasttext-predict/pkg-descr (new) | 6 ++++++ 4 files changed, 35 insertions(+)
Committed, thanks!