View | Details | Raw Unified | Return to bug 282839
Collapse All | Expand All

(-)b/textproc/Makefile (+1 lines)
Lines 1659-1664 Link Here
1659
    SUBDIR += py-tabletext
1659
    SUBDIR += py-tabletext
1660
    SUBDIR += py-tablib
1660
    SUBDIR += py-tablib
1661
    SUBDIR += py-terminaltables
1661
    SUBDIR += py-terminaltables
1662
    SUBDIR += py-text2digits
1662
    SUBDIR += py-textdistance
1663
    SUBDIR += py-textdistance
1663
    SUBDIR += py-textfsm
1664
    SUBDIR += py-textfsm
1664
    SUBDIR += py-textract
1665
    SUBDIR += py-textract
(-)b/textproc/py-text2digits/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	text2digits
2
PORTVERSION=	0.1.0
3
CATEGORIES=	textproc python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	matthew@wener.org
8
COMMENT=	Small library to convert text numbers to digits in a string
9
WWW=		https://github.com/ShailChoksi/text2digits
10
11
LICENSE=	MIT
12
13
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
14
		${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	autoplist pep517
18
19
NO_ARCH=	yes
20
21
PORTDOCS=	PKG-INFO README
22
23
OPTIONS_DEFINE=	DOCS
24
25
post-install-DOCS-on:
26
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/
27
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
28
29
.include <bsd.port.mk>
(-)b/textproc/py-text2digits/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1724809518
2
SHA256 (text2digits-0.1.0.tar.gz) = a01d8dc8d57179d888ba589df40e02730f3bf2dd892ab22c37538e4799728bb2
3
SIZE (text2digits-0.1.0.tar.gz) = 9113
(-)b/textproc/py-text2digits/pkg-descr (+1 lines)
Added Link Here
1
A small library to convert text numbers to digits in a string.

Return to bug 282839