app-text/lizard: add 1.17.10, drop 1.17.7

Closes: https://bugs.gentoo.org/848105
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2022-06-03 10:25:03 +02:00
parent 385fc95476
commit 4aa447498d
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
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"
KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
DEPEND="
test? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest