From 2a1857e2c4477b44789d71a0fe37d13b275db17a Mon Sep 17 00:00:00 2001 From: David Roman Date: Wed, 30 Apr 2025 14:22:33 +0200 Subject: [PATCH] app-text/lizard: add 1.17.28 Signed-off-by: David Roman --- app-text/lizard/Manifest | 1 + app-text/lizard/lizard-1.17.28.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 app-text/lizard/lizard-1.17.28.ebuild diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest index 4634707f52..04d0e2c008 100644 --- a/app-text/lizard/Manifest +++ b/app-text/lizard/Manifest @@ -1,3 +1,4 @@ DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33 SHA512 2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18 DIST lizard-1.17.23.tar.gz 1261836 BLAKE2B 88e70a4aaa713cc3aacb08e0bb60c4ac76f98efdddb7baa2f4febb7f2a68e4a14fe39745b6b0bca8090c3b52a2e73f2fc40de6eca63b75e90502024a669e29a9 SHA512 b9461400e204765280482c1f1d3c25577b0f3306a3a9b44d0c9b7a5c7367b1b273bc5474fd9d32bfd2e62f415248fceacb26ada5f411919e339289836e5e0a0f DIST lizard-1.17.25.tar.gz 1263009 BLAKE2B d87e8fc8096985cc7ca9c000de7e091e33dd2633a3ab9d35541fdaa8ea708860300576f41df8cfc1bcb1ccbd56ba240adcea8c034d1f1f63ddeb8555b0eb46e4 SHA512 66f6a329bf6a4348a96b646bca08f0af2c0fdea80f212e4914fb178bf359f3296affa474e5ebc23a180ff3cc694c52fbd61218702ea4406f01e3235f7c90591f +DIST lizard-1.17.28.tar.gz 1263569 BLAKE2B 0310101a465fff41110628590be8d65c89133e60d042371e885ff05f0a0797e3539e63422393cb6d368cd7d574f652a47a113da8d8d5bff403565b90126c2735 SHA512 5ee25a1453986e8e832ca1f506d1bbc9ef595940fc68d60abef9d6645ecde13dec81cfe0dc117f20bb2a5eb330561e87321d3d10c7d9532603fc8c512b1c5787 diff --git a/app-text/lizard/lizard-1.17.28.ebuild b/app-text/lizard/lizard-1.17.28.ebuild new file mode 100644 index 0000000000..8dc6661729 --- /dev/null +++ b/app-text/lizard/lizard-1.17.28.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