Bug 278971 - [NEW PORT] textproc/py-fasttext-predict: Python package for fasttext
Summary: [NEW PORT] textproc/py-fasttext-predict: Python package for fasttext
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://pypi.org/project/fasttext-pre...
Keywords:
Depends on:
Blocks: 278972
  Show dependency treegraph
 
Reported: 2024-05-14 08:59 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-05-14 11:37 UTC (History)
0 users

See Also:


Attachments
py-fasttext-0.9.2.2.patch (2.90 KB, patch)
2024-05-14 08:59 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-05-14 08:59:29 UTC
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)