diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-06 15:47:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-06 16:14:30 +0200 |
commit | d6befbcb3ac1b4d0a02c9d593ed36a464690efe6 (patch) | |
tree | 3c784b0b0c60541615414afa8551995413150a31 /dev-python/latexcodec | |
parent | dev-python/latexcodec: Enable py3.13 (diff) | |
download | gentoo-d6befbcb3ac1b4d0a02c9d593ed36a464690efe6.tar.gz gentoo-d6befbcb3ac1b4d0a02c9d593ed36a464690efe6.tar.bz2 gentoo-d6befbcb3ac1b4d0a02c9d593ed36a464690efe6.zip |
dev-python/latexcodec: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r-- | dev-python/latexcodec/Manifest | 1 | ||||
-rw-r--r-- | dev-python/latexcodec/latexcodec-2.0.1-r1.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest index c27d210ececa..46d0916cf595 100644 --- a/dev-python/latexcodec/Manifest +++ b/dev-python/latexcodec/Manifest @@ -1,2 +1 @@ -DIST latexcodec-2.0.1.tar.gz 30131 BLAKE2B 8af9cf81a1e0a8b72bf4eb1be206d2f2029598372872f1c43d8abe5e69efeba957d610102f44a5da552325f5525e1668e52ba2cc6c9a2d3f4b7c59c375f040e0 SHA512 e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab DIST latexcodec-3.0.0.tar.gz 31023 BLAKE2B 3612275cec0d5d20c838dd8edd2799d34da59c5593362a86eb002fde287e3195f7167351f516c4333877798d94e767e7babde144dbf2161dcf82998c67460403 SHA512 f715e61620237267b69f178b620100ac37011093a64e2663fd64b476194e2e0d29ca0ee3169ce3edb11955ef61c64109c8e1b549a800bf4d52e8a75630baaa58 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 |