diff options
Diffstat (limited to 'textproc/py-latex2mathml')
| -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 |
3 files changed, 25 insertions, 0 deletions
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. |
