diff --git a/textproc/py-text2digits/Makefile b/textproc/py-text2digits/Makefile index ff849a25dc7a..cbef92cc779f 100644 --- a/textproc/py-text2digits/Makefile +++ b/textproc/py-text2digits/Makefile @@ -1,29 +1,29 @@ PORTNAME= text2digits -PORTVERSION= 0.1.0 +DISTVERSION= 0.1.2 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 +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes PORTDOCS= PKG-INFO README.md OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/py-text2digits/distinfo b/textproc/py-text2digits/distinfo index 46a5fcef7fd6..3e63dcb764f5 100644 --- a/textproc/py-text2digits/distinfo +++ b/textproc/py-text2digits/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724809518 -SHA256 (text2digits-0.1.0.tar.gz) = a01d8dc8d57179d888ba589df40e02730f3bf2dd892ab22c37538e4799728bb2 -SIZE (text2digits-0.1.0.tar.gz) = 9113 +TIMESTAMP = 1781551834 +SHA256 (text2digits-0.1.2.tar.gz) = 02053020819cbb30248f3d71a3eb27459f4907d2300c220235bf0fe0749a7ab0 +SIZE (text2digits-0.1.2.tar.gz) = 22602 diff --git a/textproc/py-text2digits/files/patch-pyproject.toml b/textproc/py-text2digits/files/patch-pyproject.toml new file mode 100644 index 000000000000..62564041875c --- /dev/null +++ b/textproc/py-text2digits/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2026-06-15 17:11:21 UTC ++++ pyproject.toml +@@ -27,6 +27,7 @@ Funding = "https://www.paypal.me/careless25" + Funding = "https://www.paypal.me/careless25" + + [tool.setuptools.packages.find] ++exclude = ["tests", "tests.*"] + where = ["."] + + # ---------------------------------------------------------------------------