Bug 282839 - [NEW PORT] textproc/py-text2digits: Small library to convert text numbers to digits in a string
Summary: [NEW PORT] textproc/py-text2digits: Small library to convert text numbers to ...
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: Dries Michiels
URL:
Keywords:
Depends on:
Blocks: 282841
  Show dependency treegraph
 
Reported: 2024-11-18 15:51 UTC by Matthew Wener
Modified: 2024-11-21 15:23 UTC (History)
2 users (show)

See Also:


Attachments
New Port py-text2digits 0.1.0 (2.39 KB, patch)
2024-11-18 15:51 UTC, Matthew Wener
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Wener 2024-11-18 15:51:17 UTC

    
Comment 1 Matthew Wener 2024-11-18 15:51:47 UTC
Created attachment 255271 [details]
New Port py-text2digits 0.1.0
Comment 2 Matthew Wener 2024-11-18 15:52:29 UTC
New port for text2digits (https://github.com/ShailChoksi/text2digits).
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-11-21 15:22:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f7081f4b8a8b486eb94623b9dcdb675f242e7e1

commit 5f7081f4b8a8b486eb94623b9dcdb675f242e7e1
Author:     Matthew Wener <matthew@wener.org>
AuthorDate: 2024-11-21 15:16:31 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-11-21 15:19:01 +0000

    textproc/py-text2digits: add new port

    Library to convert text numbers to digits in a string.

    PR:     282839

 textproc/Makefile                       |  1 +
 textproc/py-text2digits/Makefile (new)  | 29 +++++++++++++++++++++++++++++
 textproc/py-text2digits/distinfo (new)  |  3 +++
 textproc/py-text2digits/pkg-descr (new) |  1 +
 4 files changed, 34 insertions(+)