diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest index 7e11bf5c9f..8732b18ddd 100644 --- a/app-text/lizard/Manifest +++ b/app-text/lizard/Manifest @@ -1,2 +1,3 @@ DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B 1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091 SHA512 0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be DIST lizard-1.18.0.tar.gz 171019 BLAKE2B 3b692e0ef662a6bb0d95cfcad5bc4e79cff5a388d75a41500b7e136a779c589a478dcbff2bf0053bb30260123b281a90c75f549c027c06cfee022ea9ed8e28a6 SHA512 8b50914dc04f33adf8ba220442c03aae4d4d316408356869fa29257528b96960b80c9fe6ed8c0d4c9f58270833f5454f21255f64a76003fc07e3e84e207adf56 +DIST lizard-1.19.0.tar.gz 184427 BLAKE2B b4fd02b2e99d1cfcb9043402f6831b0386d268df5df3c27abc9ac6360379f94e48871ff15778846ed0f2154690457ef6e57dfe71ed0f55703bc6e923fe403f7b SHA512 23b3ad2d82ea7c1dd7afa2c40e0edef4103b25e7460f042e25978381d7ae058a5e2f81aba619731501342c65aeeedbcac08c87f00f94d3bffc18248b4d97c946 diff --git a/app-text/lizard/lizard-1.19.0.ebuild b/app-text/lizard/lizard-1.19.0.ebuild new file mode 100644 index 0000000000..8dc6661729 --- /dev/null +++ b/app-text/lizard/lizard-1.19.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..13} ) +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