commit:     1139b112a27d7be1a36da70e6c1bc04a94adc8d8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Mar  2 13:17:39 2026 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar  2 13:55:01 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1139b112

app-text/lizard: add 1.21.2

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-text/lizard/Manifest             |  1 +
 app-text/lizard/lizard-1.21.2.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
index e53ffb3ed2..0fd785c73c 100644
--- a/app-text/lizard/Manifest
+++ b/app-text/lizard/Manifest
@@ -1 +1,2 @@
 DIST lizard-1.21.0.tar.gz 195556 BLAKE2B 
12161ba71792cf7c249291cb823ce335b6d07942f6444aae85b0de59c18eff2a8f652e4cb9c6abf9fc8678ecc1e0153478fd289ddf35cb1d0709fc85320b8adc
 SHA512 
672a8810382d56c5b93392e93367f21db2609c3a15b05c70d8ac64cf78140b9894987a8ac93e2e2ef8a8d48e36806a648b86ee099466fd3434319fca3c0c10ef
+DIST lizard-1.21.2.tar.gz 197551 BLAKE2B 
fc25c6265e33c077debded9932951c85346fc48820de65f30d1d5c7c81b2201fdccb12e53fa2ac4dda81ec8dd12c96fb7c077d2b6a7339ecc35eab3a016349d5
 SHA512 
4e45528828466d3b80008e54c220291b0865d9879746ac6cb31ac732775fe1f39b2800f0224546353de14624ad0006cd650f58ac4264c3dd0320eb9191d4a674

diff --git a/app-text/lizard/lizard-1.21.2.ebuild 
b/app-text/lizard/lizard-1.21.2.ebuild
new file mode 100644
index 0000000000..75e2aed295
--- /dev/null
+++ b/app-text/lizard/lizard-1.21.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{12..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}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to