summaryrefslogtreecommitdiff
path: root/dev-python/latexcodec
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-24 14:55:44 +0100
commitb83b16e0f6c963583f6323fe1bb12ecbd11d6f81 (patch)
treed67748047921162af2742c3e1255e3f1421f769b /dev-python/latexcodec
parent76617568771869151cb2a3f71939719c15dd47a2 (diff)
gentoo auto-resync : 24:07:2023 - 14:55:44
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r--dev-python/latexcodec/Manifest1
-rw-r--r--dev-python/latexcodec/latexcodec-2.0.1.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/latexcodec/Manifest b/dev-python/latexcodec/Manifest
index 7af2aec5c2dd..528d8fa0bb6e 100644
--- a/dev-python/latexcodec/Manifest
+++ b/dev-python/latexcodec/Manifest
@@ -1,4 +1,3 @@
DIST latexcodec-2.0.1.tar.gz 30131 BLAKE2B 8af9cf81a1e0a8b72bf4eb1be206d2f2029598372872f1c43d8abe5e69efeba957d610102f44a5da552325f5525e1668e52ba2cc6c9a2d3f4b7c59c375f040e0 SHA512 e7f23b91904e0bd4a3f052f5f201b125e84c1f94a247b869e14c8f45ee8bc2c478e8887a792efa8c9b6d2b7fefed43fc66e797206b6e40aedaedc68ce7865cab
EBUILD latexcodec-2.0.1-r1.ebuild 492 BLAKE2B 4ca223ed20c6329d2025d5f7c4229f1ef3d2f4b3f8344b15c568a36eca191c9b63e0ba372b6690fe990b84e1228a5142e352ee02e97f05e4508b942928c71b32 SHA512 ae34b5cc8a92bdb064e85666274a5f3648cd8a9445e9e055d64e39d81fb1dd2274c202bd36caaf9e060fb1f6994c12337cd67fb13b8ffc369be9bbab1ae716b5
-EBUILD latexcodec-2.0.1.ebuild 452 BLAKE2B 223d8aba954ef71043aef7dc18ca478802fced5c3531154a1700b76f79117cb0e488bb99712ebdbd314c0572bf3edf92ca6c8313dc743b03dbe23518280e991e SHA512 993f289d0af5646ffaa607c0034598a414101ec87771fcd0e019e3bb3310284b7a63ffb88b17bade1e059e4a8ee2c741df7ce739225be151d875a8abafad784c
MISC metadata.xml 1161 BLAKE2B aaba4e38c221087bb7791bd6afaccd9572ca187a9f4d4152b6efca8fdd8583c1fcefc230a954844b209aed88a4b10c2f3fc292d53bdffba04c75ca4f442f8d63 SHA512 4e0774571e647311671f34da5ad6bca06f9d9eba89f5c5ffb8462c71ed4cff0be9156cc5266d2a16d1d492c2481ed4f2990cd962a86e839a3a51fe5201117cab
diff --git a/dev-python/latexcodec/latexcodec-2.0.1.ebuild b/dev-python/latexcodec/latexcodec-2.0.1.ebuild
deleted file mode 100644
index 20e33331535f..000000000000
--- a/dev-python/latexcodec/latexcodec-2.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-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 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest