From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/latexcodec/Manifest | 1 + dev-python/latexcodec/latexcodec-3.0.1.ebuild | 22 ++++++++++++++++++++++ dev-python/latexcodec/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 dev-python/latexcodec/Manifest create mode 100644 dev-python/latexcodec/latexcodec-3.0.1.ebuild create mode 100644 dev-python/latexcodec/metadata.xml (limited to 'dev-python/latexcodec') diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest new file mode 100644 index 000000000000..3229aa242ae7 --- /dev/null +++ b/dev-python/latexcodec/Manifest @@ -0,0 +1 @@ +DIST latexcodec-3.0.1.tar.gz 31222 BLAKE2B 5bd8c40403d121d991fd47e4362d18fe7035836b2ec51dcaee4b3046245af64b83b06cb81f981c42e2cfbf691d7c44222a9572c14b7af302303f332e378ca87a SHA512 d4adb96c74dfe29ca957ed8f49d224af79fa6268faa1fb443da588e5219ba08a57640d726b6f31516e1a154239f0f869efd8be66ac87805b6742a9dd1dcdc5bf diff --git a/dev-python/latexcodec/latexcodec-3.0.1.ebuild b/dev-python/latexcodec/latexcodec-3.0.1.ebuild new file mode 100644 index 000000000000..073dd42d3954 --- /dev/null +++ b/dev-python/latexcodec/latexcodec-3.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Lexer and codec to work with LaTeX code in Python" +HOMEPAGE=" + https://github.com/mcmtroffaes/latexcodec/ + https://pypi.org/project/latexcodec/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest diff --git a/dev-python/latexcodec/metadata.xml b/dev-python/latexcodec/metadata.xml new file mode 100644 index 000000000000..bb2f0994b296 --- /dev/null +++ b/dev-python/latexcodec/metadata.xml @@ -0,0 +1,21 @@ + + + + + william@ewpettersson.se + William Pettersson + + + proxy-maint@gentoo.org + Proxy maintainers + + + python@gentoo.org + Python + + + Latexcodec provides a convenient way of going between text written in LaTeX and unicode. Since it is not a LaTeX compiler, it is more appropriate for short chunks of text, such as a paragraph or the values of a BibTeX entry, and it is not appropriate for a full LaTeX document. In particular, its behavior on the LaTeX commands that do not simply select characters is intended to allow the unicode representation to be understandable by a human reader, but is not canonical and may require hand tuning to produce the desired effect. + + + baldeagleos-repo + -- cgit v1.3