Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 19:05:10 GMT
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: 0feb29c67ae7 - main - devel/py-jaraco.text: Update to 4.0.0
Message-ID:  <202407291905.46TJ5AXE060091@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 0feb29c67ae728e266dd9e409ecd6c37f7a790c8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-29 19:03:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-29 19:04:20 +0000

    devel/py-jaraco.text: Update to 4.0.0
    
    - Add INFLECT option
    
    Changes:        https://github.com/jaraco/jaraco.text/blob/main/NEWS.rst
---
 devel/py-jaraco.text/Makefile | 11 ++++++++---
 devel/py-jaraco.text/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/devel/py-jaraco.text/Makefile b/devel/py-jaraco.text/Makefile
index 53b93777a9f5..d1781b638258 100644
--- a/devel/py-jaraco.text/Makefile
+++ b/devel/py-jaraco.text/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	jaraco.text
-PORTVERSION=	3.12.0
+PORTVERSION=	4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	jaraco_text-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Module for text manipulation
@@ -11,11 +12,10 @@ WWW=		https://github.com/jaraco/jaraco.text
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
+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}inflect>=0:devel/py-inflect@${PY_FLAVOR} \
 		${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}
@@ -25,6 +25,11 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	INFLECT
+INFLECT_DESC=	Required by show-newlines script
+
+INFLECT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}inflect>=0:devel/py-inflect@${PY_FLAVOR}
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 30900
diff --git a/devel/py-jaraco.text/distinfo b/devel/py-jaraco.text/distinfo
index d38ed515fb53..42a4e79c378b 100644
--- a/devel/py-jaraco.text/distinfo
+++ b/devel/py-jaraco.text/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701363712
-SHA256 (jaraco.text-3.12.0.tar.gz) = 389e25c8d4b32e9715bf530596fab0f5cd3aa47296e43969392e18a541af592c
-SIZE (jaraco.text-3.12.0.tar.gz) = 16329
+TIMESTAMP = 1722272054
+SHA256 (jaraco_text-4.0.0.tar.gz) = 5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
+SIZE (jaraco_text-4.0.0.tar.gz) = 17009



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291905.46TJ5AXE060091>