Bug 278971 - [NEW PORT] textproc/py-fasttext-predict: Python package for fasttext
Summary: [NEW PORT] textproc/py-fasttext-predict: Python package for fasttext
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gabriel M. Dutra
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-08-21 23:29 UTC (History)
1 user (show)

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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-21 23:29:13 UTC
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(+)
Comment 2 Gabriel M. Dutra freebsd_committer freebsd_triage 2024-08-21 23:29:59 UTC
Committed, thanks!