summaryrefslogtreecommitdiff
path: root/dev-python/latexcodec
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-07 12:24:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-07 12:24:47 +0100
commit5d8ffbc273ca664e15618d557ced3e02de1a884b (patch)
treebc22fbc6a07790fd70dc8b5148de3089a1c4db3e /dev-python/latexcodec
parent4187bba080530c5ca1c7dae9c233e88f3fc8f535 (diff)
gentoo auto-resync : 07:07:2024 - 12:24:46
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r--dev-python/latexcodec/Manifest6
-rw-r--r--dev-python/latexcodec/latexcodec-2.0.1-r1.ebuild25
-rw-r--r--dev-python/latexcodec/latexcodec-3.0.0.ebuild2
-rw-r--r--dev-python/latexcodec/metadata.xml4
4 files changed, 7 insertions, 30 deletions
diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest
index b5a3b6467ec3..16ed858abb7a 100644
--- a/dev-python/latexcodec/Manifest
+++ b/dev-python/latexcodec/Manifest
@@ -1,5 +1,3 @@
-DIST latexcodec-2.0.1.tar.gz 30131 BLAKE2B 8af9cf81a1e0a8b72bf4eb1be206d2f2029598372872f1c43d8abe5e69efeba957d610102f44a5da552325f5525e1668e52ba2cc6c9a2d3f4b7c59c375f040e0 SHA512 e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab
DIST latexcodec-3.0.0.tar.gz 31023 BLAKE2B 3612275cec0d5d20c838dd8edd2799d34da59c5593362a86eb002fde287e3195f7167351f516c4333877798d94e767e7babde144dbf2161dcf82998c67460403 SHA512 f715e61620237267b69f178b620100ac37011093a64e2663fd64b476194e2e0d29ca0ee3169ce3edb11955ef61c64109c8e1b549a800bf4d52e8a75630baaa58
-EBUILD latexcodec-2.0.1-r1.ebuild 499 BLAKE2B c458eb39e642cd49aff2467f1dba99554ee326a77d31912c5a31aac282908d441e565c42679b32987c88a825480b6230704c5425e48b1a6eb90880d7abc17cbd SHA512 bf2e1eb828e9ba7e37a3db7c9631219afd0218065f1d59920525ff1f1ec6e8bc739716ad023993870099030b54a3908bc8cbd415b1adee1f484f8159027bd49a
-EBUILD latexcodec-3.0.0.ebuild 452 BLAKE2B 99019a2ee177acf0ce2f5587b17a6a1836ff7b04a79530ffe068c58f7f1cd5a2d0628a75b1038a527f46bc78107d9167d5e3569526e411bb35409cc09b6870b1 SHA512 7f730751ca84e13cf06f22a4c49ad66302451cb1a9c7dc08d33a6e17ab7c24a91b0d75b4b294aaa4df07cda7af54ddf3587b3daf62bb9978ca451be47e9a2795
-MISC metadata.xml 1161 BLAKE2B aaba4e38c221087bb7791bd6afaccd9572ca187a9f4d4152b6efca8fdd8583c1fcefc230a954844b209aed88a4b10c2f3fc292d53bdffba04c75ca4f442f8d63 SHA512 4e0774571e647311671f34da5ad6bca06f9d9eba89f5c5ffb8462c71ed4cff0be9156cc5266d2a16d1d492c2481ed4f2990cd962a86e839a3a51fe5201117cab
+EBUILD latexcodec-3.0.0.ebuild 452 BLAKE2B 8210e85b0e0338a66820c8e44d57f30a6244ec0ded495cc5ea7bebeb486d03a9aba3ec4d5927a43165e7c33934d788b010ac9384e2f6e9992a3d84d47b3014f8 SHA512 2cc659822cbfd964bbc550cbfbc7146534b945f6f9993c8a9393efd70371793085d36e23da047be9f074791eb7abc3c95332817d0d563cc71f3ebda760951293
+MISC metadata.xml 1268 BLAKE2B 19b08d717c02e901a7acff00c03a43d80500676136975cdb75cbb874255ed630f63f4418632007d696510f2f5c25873ad33738bbb9bd98a5ac36e6555d8c6723 SHA512 e6a93ec067cc116296345e9d1c21f1cd2ab03addc4c21add8d049788d4bbe2b31a79313574edeab48f20ed866ce374788747e6678a8f7d0b59a136b65a0a95f6
diff --git a/dev-python/latexcodec/latexcodec-2.0.1-r1.ebuild b/dev-python/latexcodec/latexcodec-2.0.1-r1.ebuild
deleted file mode 100644
index 673f1e4b29e3..000000000000
--- a/dev-python/latexcodec/latexcodec-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/latexcodec/latexcodec-3.0.0.ebuild b/dev-python/latexcodec/latexcodec-3.0.0.ebuild
index 3469fee5964e..6466221b8173 100644
--- a/dev-python/latexcodec/latexcodec-3.0.0.ebuild
+++ b/dev-python/latexcodec/latexcodec-3.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/latexcodec/metadata.xml b/dev-python/latexcodec/metadata.xml
index 4861356934d1..d1b0baf52d3e 100644
--- a/dev-python/latexcodec/metadata.xml
+++ b/dev-python/latexcodec/metadata.xml
@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</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>