FreeBSD Bugzilla – Attachment 255271 Details for
Bug 282839
[NEW PORT] textproc/py-text2digits: Small library to convert text numbers to digits in a string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-text2digits 0.1.0
0006-Port-Python-text2digits.patch (text/plain), 2.39 KB, created by
Matthew Wener
on 2024-11-18 15:51:47 UTC
(
hide
)
Description:
New Port py-text2digits 0.1.0
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 15:51:47 UTC
Size:
2.39 KB
patch
obsolete
>From 5b45b07167ac969803d95cedd4d8e0dccd2cedb1 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 08:50:47 -0500 >Subject: [PATCH 06/17] Port Python text2digits > >--- > textproc/Makefile | 1 + > textproc/py-text2digits/Makefile | 29 +++++++++++++++++++++++++++++ > textproc/py-text2digits/distinfo | 3 +++ > textproc/py-text2digits/pkg-descr | 1 + > 4 files changed, 34 insertions(+) > create mode 100644 textproc/py-text2digits/Makefile > create mode 100644 textproc/py-text2digits/distinfo > create mode 100644 textproc/py-text2digits/pkg-descr > >diff --git a/textproc/Makefile b/textproc/Makefile >index 77a23c9c8..e15608a97 100644 >--- a/textproc/Makefile >+++ b/textproc/Makefile >@@ -1659,6 +1659,7 @@ > SUBDIR += py-tabletext > SUBDIR += py-tablib > SUBDIR += py-terminaltables >+ SUBDIR += py-text2digits > SUBDIR += py-textdistance > SUBDIR += py-textfsm > SUBDIR += py-textract >diff --git a/textproc/py-text2digits/Makefile b/textproc/py-text2digits/Makefile >new file mode 100644 >index 000000000..5b97cd2c0 >--- /dev/null >+++ b/textproc/py-text2digits/Makefile >@@ -0,0 +1,29 @@ >+PORTNAME= text2digits >+PORTVERSION= 0.1.0 >+CATEGORIES= textproc python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= Small library to convert text numbers to digits in a string >+WWW= https://github.com/ShailChoksi/text2digits >+ >+LICENSE= MIT >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+NO_ARCH= yes >+ >+PORTDOCS= PKG-INFO README >+ >+OPTIONS_DEFINE= DOCS >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/ >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/textproc/py-text2digits/distinfo b/textproc/py-text2digits/distinfo >new file mode 100644 >index 000000000..46a5fcef7 >--- /dev/null >+++ b/textproc/py-text2digits/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (text2digits-0.1.0.tar.gz) = a01d8dc8d57179d888ba589df40e02730f3bf2dd892ab22c37538e4799728bb2 >+SIZE (text2digits-0.1.0.tar.gz) = 9113 >diff --git a/textproc/py-text2digits/pkg-descr b/textproc/py-text2digits/pkg-descr >new file mode 100644 >index 000000000..76e1f7ea0 >--- /dev/null >+++ b/textproc/py-text2digits/pkg-descr >@@ -0,0 +1 @@ >+A small library to convert text numbers to digits in a string.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282839
: 255271