diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:08:00 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:30:44 +0000 |
| commit | 07b9a433537a8ae72a0796d962c53f424621d131 (patch) | |
| tree | aa84a4b9b3272927f74c0f4ea32b3d1fdef823d1 | |
| parent | b027a7fc90fb9c0ee5319896692438fc2461ac30 (diff) | |
textproc/py-latex2mathml: Add py-latex2mathml 3.78.1
latex2mathml provides pure Python library for LaTeX to MathML conversion.
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/py-latex2mathml/Makefile | 21 | ||||
| -rw-r--r-- | textproc/py-latex2mathml/distinfo | 3 | ||||
| -rw-r--r-- | textproc/py-latex2mathml/pkg-descr | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a74c6b0b051a..825bbf8f0c4d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1450,6 +1450,7 @@ SUBDIR += py-language-data SUBDIR += py-language-tags SUBDIR += py-laserhammer + SUBDIR += py-latex2mathml SUBDIR += py-latexcodec SUBDIR += py-license-expression SUBDIR += py-line-protocol-parser diff --git a/textproc/py-latex2mathml/Makefile b/textproc/py-latex2mathml/Makefile new file mode 100644 index 000000000000..0a3a5aaaf2fc --- /dev/null +++ b/textproc/py-latex2mathml/Makefile @@ -0,0 +1,21 @@ +PORTNAME= latex2mathml +PORTVERSION= 3.78.1 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +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}poetry-core>=2.0.0<3.0.0:devel/py-poetry-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-latex2mathml/distinfo b/textproc/py-latex2mathml/distinfo new file mode 100644 index 000000000000..fd13a1496703 --- /dev/null +++ b/textproc/py-latex2mathml/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762586688 +SHA256 (latex2mathml-3.78.1.tar.gz) = f941db80bf41db33f31df87b304e8b588f8166b813b0257c11c98f7a9d0aac71 +SIZE (latex2mathml-3.78.1.tar.gz) = 74030 diff --git a/textproc/py-latex2mathml/pkg-descr b/textproc/py-latex2mathml/pkg-descr new file mode 100644 index 000000000000..80440217a522 --- /dev/null +++ b/textproc/py-latex2mathml/pkg-descr @@ -0,0 +1 @@ +latex2mathml provides pure Python library for LaTeX to MathML conversion. |
