diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-29 11:38:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-29 11:38:31 +0100 |
commit | 90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch) | |
tree | 83fc5facb6b12be510a37bc3d241cc63e965b13a /dev-python/latexcodec | |
parent | feb0daf81d888e9160f9f94502de09b66f2a63fd (diff) |
gentoo resync : 29.06.2020
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r-- | dev-python/latexcodec/Manifest | 3 | ||||
-rw-r--r-- | dev-python/latexcodec/latexcodec-2.0.0.ebuild | 20 | ||||
-rw-r--r-- | dev-python/latexcodec/metadata.xml | 19 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest new file mode 100644 index 000000000000..f37689f76641 --- /dev/null +++ b/dev-python/latexcodec/Manifest @@ -0,0 +1,3 @@ +DIST latexcodec-2.0.0.tar.gz 29919 BLAKE2B 163fe7332aba7628265f1462570c8d22ec4044dd7b7383de8280bbc617ba4dc26e90f12e6777d690c7a8ae4f6564dbf7519bd6f57cf3dca2820a1fc647a1d7ef SHA512 3c0540b4e5dbc88908b26c68b4c6fca573b45a6b17053733b35a16716510bb67ef6099fae8e48e094a6f08be4e4eac48e889366f035ab38f80e31dd61f08a3c1 +EBUILD latexcodec-2.0.0.ebuild 495 BLAKE2B 43632826c58ab7e82c9ec0f42cea7739d7bb3476890fa44480b1d3a446c87430e4c410bfce6cccb1fc2b33255ca9d134485760d16ddb4df5902bffc1fd23d0d6 SHA512 103439066102f8ee5aed09316925ed45903adbc245144cf0429934017d6ddac1353138182cc21ec651d7434284a8d36d7fb0e6afc22f0548be340c11bb5b73f8 +MISC metadata.xml 1105 BLAKE2B 888095a4dc47b0dc263a532afc635f4e673a3ecdfb268e0c7bdea292240aae883c9c477a11621991a9291fd528e72756da2dfcf83a1ca38c1e2ab2335abeaa49 SHA512 1643cfda1ab0bde15b47bfb5bf2ddb8f5f0c94981fc4d8cab9568fa8569b3ff7214419d2685699486cfb96bcfaa0e88d2da350d44f11fa321e23ab0a6571ffcf diff --git a/dev-python/latexcodec/latexcodec-2.0.0.ebuild b/dev-python/latexcodec/latexcodec-2.0.0.ebuild new file mode 100644 index 000000000000..d3f8bec601bf --- /dev/null +++ b/dev-python/latexcodec/latexcodec-2.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Lexer and codec to work with LaTeX code in Python" +HOMEPAGE="https://github.com/mcmtroffaes/latexcodec/ https://pypi.org/project/pybtex/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/latexcodec/metadata.xml b/dev-python/latexcodec/metadata.xml new file mode 100644 index 000000000000..dda74f681e53 --- /dev/null +++ b/dev-python/latexcodec/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>william@ewpettersson.se</email> + <name>William Pettersson</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy maintainers</name> + </maintainer> + <longdescription> + 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. + </longdescription> + <upstream> + <remote-id type="pypi">latexcodec</remote-id> + <remote-id type="github">mcmtroffaes/latexcodec</remote-id> + </upstream> +</pkgmetadata> |