app-text/lizard: drop 1.20.0

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-03-02 14:17:09 +01:00
parent 303e6a1a2b
commit 5ee2710185
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST lizard-1.20.0.tar.gz 193711 BLAKE2B 34673ee3770fc7868bc675741b3cde0d23094c7adba51cb2a015ee4f44f4cf545752d12939e242e2acb89f4c4e7f2953997d65e375172af75f11fb79b87d2dcb SHA512 fa2344398ecd01642c8c0f68b72a187af225716b98c98ef9b1d977e3269e08c11308b37d84d078e1ae6514c58934bdcd6b180d57eea8eefe628e5d2c1ad8204b
DIST lizard-1.21.0.tar.gz 195556 BLAKE2B 12161ba71792cf7c249291cb823ce335b6d07942f6444aae85b0de59c18eff2a8f652e4cb9c6abf9fc8678ecc1e0153478fd289ddf35cb1d0709fc85320b8adc SHA512 672a8810382d56c5b93392e93367f21db2609c3a15b05c70d8ac64cf78140b9894987a8ac93e2e2ef8a8d48e36806a648b86ee099466fd3434319fca3c0c10ef

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..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}]
)
"
distutils_enable_tests pytest