git: 3edb8d810eef - main - textproc/translate-toolkit: Update to 3.17.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Dec 2025 13:32:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3edb8d810eefcc6ef7fed09e8d7fdd6076904c34
commit 3edb8d810eefcc6ef7fed09e8d7fdd6076904c34
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:21:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:09 +0000
textproc/translate-toolkit: Update to 3.17.5
- Allow build with py-pyparsing 3.3.0+
Changes: https://github.com/translate/translate/releases
https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/
---
textproc/translate-toolkit/Makefile | 4 ++--
textproc/translate-toolkit/distinfo | 6 +++---
textproc/translate-toolkit/files/patch-pyproject.toml | 10 +++++++---
3 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile
index 2accd74d8630..3741b16a2615 100644
--- a/textproc/translate-toolkit/Makefile
+++ b/textproc/translate-toolkit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= translate-toolkit
-PORTVERSION= 3.17.4
+PORTVERSION= 3.17.5
CATEGORIES= textproc
MASTER_SITES= PYPI \
https://github.com/translate/translate/releases/download/${PORTVERSION}/
@@ -61,7 +61,7 @@ MARKDOWN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mistletoe>=1.4.0<1.6.0:textproc/py-
MARKDOWN_VARS= MANPAGES+="md2po po2md"
PHP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}phply>=1.2.6<1.3:devel/py-phply@${PY_FLAVOR}
PHP_VARS= MANPAGES+="php2po po2php"
-RC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=3.2.0<3.3:devel/py-pyparsing@${PY_FLAVOR}
+RC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=3.2.0:devel/py-pyparsing@${PY_FLAVOR}
RC_VARS= MANPAGES+="po2rc rc2po"
SPELLCHECK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=3.3.0:textproc/py-enchant@${PY_FLAVOR}
SUBTITLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aeidon>=1.14.1<1.16:textproc/py-aeidon@${PY_FLAVOR}
diff --git a/textproc/translate-toolkit/distinfo b/textproc/translate-toolkit/distinfo
index 8db246f32d91..f236d8d483fc 100644
--- a/textproc/translate-toolkit/distinfo
+++ b/textproc/translate-toolkit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765032672
-SHA256 (translate_toolkit-3.17.4.tar.gz) = 4f01267918cd20c866f71f8b8acaeb5288c054793d9ba135339f59707e49a124
-SIZE (translate_toolkit-3.17.4.tar.gz) = 557376
+TIMESTAMP = 1766953330
+SHA256 (translate_toolkit-3.17.5.tar.gz) = 036f68bf3dcdd7ca5e59f56f26f26069474a6db31e53460760213045b74539ae
+SIZE (translate_toolkit-3.17.5.tar.gz) = 558364
diff --git a/textproc/translate-toolkit/files/patch-pyproject.toml b/textproc/translate-toolkit/files/patch-pyproject.toml
index 5f7eac3b0811..e0e1deeaeb26 100644
--- a/textproc/translate-toolkit/files/patch-pyproject.toml
+++ b/textproc/translate-toolkit/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2025-12-04 14:39:27 UTC
+--- pyproject.toml.orig 2025-12-18 09:07:10 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
@@ -32,8 +32,12 @@
]
levenshtein = [
"python-Levenshtein>=0.21.0"
-@@ -110,13 +109,13 @@ spellcheck = [
- "pyparsing>=3.2.0,<3.3"
+@@ -107,16 +106,16 @@ rc = [
+ "phply>=1.2.6,<1.3"
+ ]
+ rc = [
+- "pyparsing>=3.2.0,<3.3"
++ "pyparsing>=3.2.0"
]
spellcheck = [
- "pyenchant==3.3.0"