From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 373D9158042 for ; Thu, 31 Oct 2024 11:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F378FE08A4; Thu, 31 Oct 2024 11:33:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D417FE08A4 for ; Thu, 31 Oct 2024 11:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C95B53430EC for ; Thu, 31 Oct 2024 11:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26F0252F for ; Thu, 31 Oct 2024 11:33:18 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730374200.fbb3146525df72f8248a483b8e734f18d9583df5.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/lizard/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/lizard/Manifest app-text/lizard/lizard-1.17.13.ebuild X-VCS-Directories: app-text/lizard/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fbb3146525df72f8248a483b8e734f18d9583df5 X-VCS-Branch: master Date: Thu, 31 Oct 2024 11:33:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15fbe52f-dd9d-4126-b280-af74fb3335e6 X-Archives-Hash: 61c0da718c00f21cf71d25209635d162 Message-ID: <20241031113318.rySQ46oxYnNEDo--uIu0d4EQVVaGlwgeu3XRjHsfrZ0@z> commit: fbb3146525df72f8248a483b8e734f18d9583df5 Author: David Roman gmail com> AuthorDate: Thu Oct 31 11:30:00 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Oct 31 11:30:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbb31465 app-text/lizard: add 1.17.13 Signed-off-by: David Roman gmail.com> app-text/lizard/Manifest | 1 + app-text/lizard/lizard-1.17.13.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest index 60c953cd4..06a1d5833 100644 --- a/app-text/lizard/Manifest +++ b/app-text/lizard/Manifest @@ -1 +1,2 @@ DIST lizard-1.17.10.tar.gz 1230723 BLAKE2B ed6a899088a19c05de7f1a01a0dea23add0ab917a7bf8213bac8417831ad061f0802a742f955ca2dc025e7ad4caf3447ba4f33cd5b020f669dff8aff062f5aa6 SHA512 7b2ebc8ccacec9a72b79f01af76a5574caca28b8d03f28353f29a61cb683cf2fe73e09b7a238f4aa3c487d49aa73b69f040d4040e2d36406c2408d4c1a7d80c3 +DIST lizard-1.17.13.tar.gz 1233745 BLAKE2B e41e7bb461f64459f9327fa5719e57cc713dcebb89dfb6b01e27f38a9c6014bbe77b1a50cab094a8b68b630385ca9ff3c35b1a9a65545e9c23942f038b560d33 SHA512 2a81c7033bdda8a4698ae010a5a2c5394a5290008dbc80812063ade1088ac616debb7dd24b4498712979845ed6dee91b728b6ace8c7451f0716707d2caa48c18 diff --git a/app-text/lizard/lizard-1.17.13.ebuild b/app-text/lizard/lizard-1.17.13.ebuild new file mode 100644 index 000000000..e53cc8fa9 --- /dev/null +++ b/app-text/lizard/lizard-1.17.13.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11,12} ) +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/jinja[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest