diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest index bfa46b2918..6765d9c27e 100644 --- a/app-text/lizard/Manifest +++ b/app-text/lizard/Manifest @@ -1,2 +1,3 @@ DIST lizard-1.21.2.tar.gz 197551 BLAKE2B fc25c6265e33c077debded9932951c85346fc48820de65f30d1d5c7c81b2201fdccb12e53fa2ac4dda81ec8dd12c96fb7c077d2b6a7339ecc35eab3a016349d5 SHA512 4e45528828466d3b80008e54c220291b0865d9879746ac6cb31ac732775fe1f39b2800f0224546353de14624ad0006cd650f58ac4264c3dd0320eb9191d4a674 DIST lizard-1.21.3.tar.gz 198384 BLAKE2B 8fa301626534c7211daddc1d3220b727f705c96848eb0c25b39c8421252275d70b798810c29153da894a06e35b31d1fb29d5d32c999026a7d9b767dc7fa439a0 SHA512 c2a28dc3679590e5f4bc7b8130ba6ca863a4d55614a10ff210187c62c95b8b871012ac19d00721ad4c97800027e3df1f945344555e3d6439697db72d3da34b8e +DIST lizard-1.22.1.tar.gz 222756 BLAKE2B 5cd4718e0716c6130c7650a9ed3daf3732a7acaa8459059e38eab9ef0be83117f543e7f13515699928a0afc4bb4aac69b77c8cba7bcdfe170e61f144d0535205 SHA512 1966af7850d565f28ddfcc4cd0d5568e7576c98d61b7287fae1e2f202fff987b937d3771a682f301f5ef89f1438bf22a208335d1b9d26c013838e6d0d9e7510e diff --git a/app-text/lizard/lizard-1.22.1.ebuild b/app-text/lizard/lizard-1.22.1.ebuild new file mode 100644 index 0000000000..75e2aed295 --- /dev/null +++ b/app-text/lizard/lizard-1.22.1.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