commit: f9a591b625a0b29b3597f32dc705a9ff239b6618
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 23 11:26:46 2026 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Feb 23 11:26:46 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9a591b6
app-text/lizard: add 1.21.0
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-text/lizard/Manifest | 1 +
app-text/lizard/lizard-1.21.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index 6b340bc32f..5e370f71a8 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1,3 +1,4 @@
DIST lizard-1.18.0.tar.gz 171019 BLAKE2B
3b692e0ef662a6bb0d95cfcad5bc4e79cff5a388d75a41500b7e136a779c589a478dcbff2bf0053bb30260123b281a90c75f549c027c06cfee022ea9ed8e28a6
SHA512
8b50914dc04f33adf8ba220442c03aae4d4d316408356869fa29257528b96960b80c9fe6ed8c0d4c9f58270833f5454f21255f64a76003fc07e3e84e207adf56
DIST lizard-1.19.0.tar.gz 184427 BLAKE2B
b4fd02b2e99d1cfcb9043402f6831b0386d268df5df3c27abc9ac6360379f94e48871ff15778846ed0f2154690457ef6e57dfe71ed0f55703bc6e923fe403f7b
SHA512
23b3ad2d82ea7c1dd7afa2c40e0edef4103b25e7460f042e25978381d7ae058a5e2f81aba619731501342c65aeeedbcac08c87f00f94d3bffc18248b4d97c946
DIST lizard-1.20.0.tar.gz 193711 BLAKE2B
34673ee3770fc7868bc675741b3cde0d23094c7adba51cb2a015ee4f44f4cf545752d12939e242e2acb89f4c4e7f2953997d65e375172af75f11fb79b87d2dcb
SHA512
fa2344398ecd01642c8c0f68b72a187af225716b98c98ef9b1d977e3269e08c11308b37d84d078e1ae6514c58934bdcd6b180d57eea8eefe628e5d2c1ad8204b
+DIST lizard-1.21.0.tar.gz 195556 BLAKE2B
12161ba71792cf7c249291cb823ce335b6d07942f6444aae85b0de59c18eff2a8f652e4cb9c6abf9fc8678ecc1e0153478fd289ddf35cb1d0709fc85320b8adc
SHA512
672a8810382d56c5b93392e93367f21db2609c3a15b05c70d8ac64cf78140b9894987a8ac93e2e2ef8a8d48e36806a648b86ee099466fd3434319fca3c0c10ef
diff --git a/app-text/lizard/lizard-1.21.0.ebuild
b/app-text/lizard/lizard-1.21.0.ebuild
new file mode 100644
index 0000000000..7856922d56
--- /dev/null
+++ b/app-text/lizard/lizard-1.21.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular
languages."
+HOMEPAGE="http://www.lizard.ws/"
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pygments[${PYTHON_USEDEP}]
+ test? (
+ dev-python/jinja2[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest