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> |