Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:23:23 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdc1a14b3464 - main - devel/py-jaraco.text: Update to 4.2.0
Message-ID:  <69af101b.1ded8.6b1c5877@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fdc1a14b3464ec2cabf4ee819e767f5d61acd704

commit fdc1a14b3464ec2cabf4ee819e767f5d61acd704
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:57:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:45 +0000

    devel/py-jaraco.text: Update to 4.2.0
    
    Changes:        https://github.com/jaraco/jaraco.text/blob/main/NEWS.rst
---
 devel/py-jaraco.text/Makefile                   |  8 ++++----
 devel/py-jaraco.text/distinfo                   |  6 +++---
 devel/py-jaraco.text/files/patch-pyproject.toml | 22 ++++++++++++++++++++++
 3 files changed, 29 insertions(+), 7 deletions(-)

diff --git a/devel/py-jaraco.text/Makefile b/devel/py-jaraco.text/Makefile
index 0a09a025193f..a30dba69e1cd 100644
--- a/devel/py-jaraco.text/Makefile
+++ b/devel/py-jaraco.text/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jaraco.text
-PORTVERSION=	4.0.0
+PORTVERSION=	4.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}autocommand>=0:devel/py-autocommand@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}jaraco.context>=4.1:devel/py-jaraco.context@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco.context>=4.1:devel/py-jaraco.context@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typer-slim>=0:devel/py-typer-slim@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-jaraco.text/distinfo b/devel/py-jaraco.text/distinfo
index 42a4e79c378b..354b521f1754 100644
--- a/devel/py-jaraco.text/distinfo
+++ b/devel/py-jaraco.text/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722272054
-SHA256 (jaraco_text-4.0.0.tar.gz) = 5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
-SIZE (jaraco_text-4.0.0.tar.gz) = 17009
+TIMESTAMP = 1771421580
+SHA256 (jaraco_text-4.2.0.tar.gz) = 194e386aa5b15a6616019df87a6b29c00fd3c9c8b0475731b64633ca7afd495b
+SIZE (jaraco_text-4.2.0.tar.gz) = 20077
diff --git a/devel/py-jaraco.text/files/patch-pyproject.toml b/devel/py-jaraco.text/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9d2b0b557404
--- /dev/null
+++ b/devel/py-jaraco.text/files/patch-pyproject.toml
@@ -0,0 +1,22 @@
+--- pyproject.toml.orig	2026-02-09 23:29:39 UTC
++++ pyproject.toml
+@@ -1,9 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+-	"setuptools>=77",
++	"setuptools>=61",
+ 	"setuptools_scm[toml]>=3.4.1",
+-	# jaraco/skeleton#174
+-	"coherent.licensed",
+ ]
+ build-backend = "setuptools.build_meta"
+ 
+@@ -21,7 +19,7 @@ requires-python = ">=3.9"
+ 	"Programming Language :: Python :: 3 :: Only",
+ ]
+ requires-python = ">=3.9"
+-license = "MIT"
++license = { text = "MIT" }
+ dependencies = [
+ 	"jaraco.context >= 4.1",
+ 	"jaraco.functools",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af101b.1ded8.6b1c5877>