diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest index cb21b48473..a28c110a28 100644 --- a/app-text/lizard/Manifest +++ b/app-text/lizard/Manifest @@ -1,2 +1,3 @@ DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33 SHA512 2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18 DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B 0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735 SHA512 5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787 +DIST lizard-1.17.31.tar.gz 1270550 BLAKE2B 1d86df59a8d5c206f0990ed35adf575be7010f95b7ca32762c96095a3a87d95bc4624bb6b5f00513cac1e76e6030ab0afc3059e4781fddae988cb8558fafd091 SHA512 0c131fb4f42604b2700cad5e0c00f931c19d0767a17b85e507926638c398ab0d1674501ca56330a81510b061302c7122266ad944a173d21c64969d0fa13d79be diff --git a/app-text/lizard/lizard-1.17.31.ebuild b/app-text/lizard/lizard-1.17.31.ebuild new file mode 100644 index 0000000000..8dc6661729 --- /dev/null +++ b/app-text/lizard/lizard-1.17.31.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