update to py3-jaraco.text-4.2.0

This commit is contained in:
sthen
2026-02-10 17:40:09 +00:00
parent c8f9ab1bc5
commit 14752999aa
4 changed files with 21 additions and 5 deletions
+3 -3
View File
@@ -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 <bsd.port.mk>
+2 -2
View File
@@ -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
@@ -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"]
+1
View File
@@ -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