Date: Mon, 27 Apr 2026 13:12:56 +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: 56dbafccc70a - main - textproc/py-latex2mathml: Update to 3.81.0 Message-ID: <69ef60d8.3280b.57df3596@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=56dbafccc70a65c034fdbae72040c503ae6b281b commit 56dbafccc70a65c034fdbae72040c503ae6b281b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-27 13:04:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-27 13:07:50 +0000 textproc/py-latex2mathml: Update to 3.81.0 Changes: https://github.com/roniemartinez/latex2mathml/releases --- textproc/py-latex2mathml/Makefile | 3 +-- textproc/py-latex2mathml/distinfo | 6 +++--- textproc/py-latex2mathml/files/patch-pyproject.toml | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/textproc/py-latex2mathml/Makefile b/textproc/py-latex2mathml/Makefile index 99902da4ba9d..353a4d40c024 100644 --- a/textproc/py-latex2mathml/Makefile +++ b/textproc/py-latex2mathml/Makefile @@ -1,5 +1,5 @@ PORTNAME= latex2mathml -PORTVERSION= 3.79.0 +PORTVERSION= 3.81.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,6 @@ COMMENT= Pure Python library for LaTeX to MathML conversion WWW= https://github.com/roniemartinez/latex2mathml LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} diff --git a/textproc/py-latex2mathml/distinfo b/textproc/py-latex2mathml/distinfo index 8938a3774133..dd802d815aae 100644 --- a/textproc/py-latex2mathml/distinfo +++ b/textproc/py-latex2mathml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775587606 -SHA256 (latex2mathml-3.79.0.tar.gz) = 11bde318c2d2d6fcdd105a07509d867cee2208f653278eb80243dec7ea77a0ce -SIZE (latex2mathml-3.79.0.tar.gz) = 151103 +TIMESTAMP = 1777252800 +SHA256 (latex2mathml-3.81.0.tar.gz) = 4b959cdc3cac8686bc0e3e5aece8127dfb1b81ca1241bed8e00ef31b82bb4022 +SIZE (latex2mathml-3.81.0.tar.gz) = 77584 diff --git a/textproc/py-latex2mathml/files/patch-pyproject.toml b/textproc/py-latex2mathml/files/patch-pyproject.toml new file mode 100644 index 000000000000..10d1c41c487f --- /dev/null +++ b/textproc/py-latex2mathml/files/patch-pyproject.toml @@ -0,0 +1,15 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -74,8 +74,8 @@ addopts = """\ + """ + + [build-system] +-requires = ["uv_build>=0.10.11,<0.11.0"] +-build-backend = "uv_build" ++requires = ["hatchling"] ++build-backend = "hatchling.build" + +-[tool.uv.build-backend] +-module-root = "" ++[tool.hatch.build.targets.wheel] ++packages = ["latex2mathml"]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60d8.3280b.57df3596>
