app-text/lizard: add 1.23.0

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-02 11:46:17 +02:00
parent d3cd274ebd
commit a2b3052e72
2 changed files with 31 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST lizard-1.21.3.tar.gz 198384 BLAKE2B 8fa301626534c7211daddc1d3220b727f705c96848eb0c25b39c8421252275d70b798810c29153da894a06e35b31d1fb29d5d32c999026a7d9b767dc7fa439a0 SHA512 c2a28dc3679590e5f4bc7b8130ba6ca863a4d55614a10ff210187c62c95b8b871012ac19d00721ad4c97800027e3df1f945344555e3d6439697db72d3da34b8e
DIST lizard-1.22.1.tar.gz 222756 BLAKE2B 5cd4718e0716c6130c7650a9ed3daf3732a7acaa8459059e38eab9ef0be83117f543e7f13515699928a0afc4bb4aac69b77c8cba7bcdfe170e61f144d0535205 SHA512 1966af7850d565f28ddfcc4cd0d5568e7576c98d61b7287fae1e2f202fff987b937d3771a682f301f5ef89f1438bf22a208335d1b9d26c013838e6d0d9e7510e
DIST lizard-1.23.0.tar.gz 229060 BLAKE2B a8347a00725dda5c46f1cefcd571466945af22b5f2cf5651d08e683d5f971841735b9eb676230a455e5e69d02898b996265fec515567a72947c771be7573649b SHA512 7d7f29c779b528ef0096c3387c3eac4f8320624f8c786459ed00e51b9540c187f0ed54555d5d52bd241395184e96f09952b229837bf64201ada66326eb63dfb9

View File

@@ -0,0 +1,30 @@
# 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"
RESTRICT="mirror"
DEPEND="
dev-python/pygments[${PYTHON_USEDEP}]
test? (
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest