From 14752999aa027a779a8e0f8398dddb846d99cd46 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 10 Feb 2026 17:40:09 +0000 Subject: [PATCH] update to py3-jaraco.text-4.2.0 --- textproc/py-jaraco-text/Makefile | 6 +++--- textproc/py-jaraco-text/distinfo | 4 ++-- .../py-jaraco-text/patches/patch-pyproject_toml | 15 +++++++++++++++ textproc/py-jaraco-text/pkg/PLIST | 1 + 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 textproc/py-jaraco-text/patches/patch-pyproject_toml diff --git a/textproc/py-jaraco-text/Makefile b/textproc/py-jaraco-text/Makefile index 62fe0458017..c586f86c64a 100644 --- a/textproc/py-jaraco-text/Makefile +++ b/textproc/py-jaraco-text/Makefile @@ -1,9 +1,8 @@ COMMENT= handy routines for dealing with text -MODPY_DISTV= 4.0.0 +MODPY_DISTV= 4.2.0 DISTNAME= jaraco_text-${MODPY_DISTV} PKGNAME= py-jaraco.text-${MODPY_DISTV} -REVISION= 1 CATEGORIES= textproc @@ -17,10 +16,11 @@ MODULES= lang/python MODPY_PI= Yes MODPY_PYBUILD= setuptools_scm +BUILD_DEPENDS= misc/py-coherent.licensed RUN_DEPENDS= devel/py-jaraco-context \ devel/py-jaraco-functools \ devel/py-more-itertools \ - devel/py-autocommand + devel/py-typer TEST_DEPENDS= textproc/py-inflect .include diff --git a/textproc/py-jaraco-text/distinfo b/textproc/py-jaraco-text/distinfo index 877d4ea88e9..490e47e6eb1 100644 --- a/textproc/py-jaraco-text/distinfo +++ b/textproc/py-jaraco-text/distinfo @@ -1,2 +1,2 @@ -SHA256 (jaraco_text-4.0.0.tar.gz) = W3H+zqaatvk51MkGwE/uHtp2UA0WQRF99uxFuGXxDbA= -SIZE (jaraco_text-4.0.0.tar.gz) = 17009 +SHA256 (jaraco_text-4.2.0.tar.gz) = GU44aqWxWmYWAZ34emspwA/TyciwR1cxtkYzynr9SVs= +SIZE (jaraco_text-4.2.0.tar.gz) = 20077 diff --git a/textproc/py-jaraco-text/patches/patch-pyproject_toml b/textproc/py-jaraco-text/patches/patch-pyproject_toml new file mode 100644 index 00000000000..40e17bd12fa --- /dev/null +++ b/textproc/py-jaraco-text/patches/patch-pyproject_toml @@ -0,0 +1,15 @@ +typer-slim conflicts with typer, and is essentially the same but it +skips some runtime deps. + +Index: pyproject.toml +--- pyproject.toml.orig ++++ pyproject.toml +@@ -26,7 +26,7 @@ dependencies = [ + "jaraco.context >= 4.1", + "jaraco.functools", + "more_itertools", +- "typer-slim", ++ "typer", + ] + dynamic = ["version"] + diff --git a/textproc/py-jaraco-text/pkg/PLIST b/textproc/py-jaraco-text/pkg/PLIST index 378c2ce974a..6f0770b15bf 100644 --- a/textproc/py-jaraco-text/pkg/PLIST +++ b/textproc/py-jaraco-text/pkg/PLIST @@ -16,6 +16,7 @@ lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-dvorak.$ lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-qwerty.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/jaraco/text/${MODPY_PYCACHE}to-qwerty.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/jaraco/text/layouts.py +lib/python${MODPY_VERSION}/site-packages/jaraco/text/py.typed lib/python${MODPY_VERSION}/site-packages/jaraco/text/show-newlines.py lib/python${MODPY_VERSION}/site-packages/jaraco/text/strip-prefix.py lib/python${MODPY_VERSION}/site-packages/jaraco/text/to-dvorak.py