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 D61EE158042 for ; Sun, 10 Nov 2024 03:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E446E0990; Sun, 10 Nov 2024 03:24:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48AD4E0990 for ; Sun, 10 Nov 2024 03:24:56 +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 8E3B933BE19 for ; Sun, 10 Nov 2024 03:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 091A11E65 for ; Sun, 10 Nov 2024 03:24:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1731208286.3793155cc01402c3d92c5279bc4b15e64c2b4840.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/snakeviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/snakeviz/Manifest dev-util/snakeviz/snakeviz-2.2.2.ebuild X-VCS-Directories: dev-util/snakeviz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3793155cc01402c3d92c5279bc4b15e64c2b4840 X-VCS-Branch: master Date: Sun, 10 Nov 2024 03:24:53 +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: 84708702-4116-4119-ae6a-aadbacb2aa9b X-Archives-Hash: 2fe3c4a03af220806d20e11049914ff8 commit: 3793155cc01402c3d92c5279bc4b15e64c2b4840 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 10 03:11:26 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 10 03:11:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3793155c dev-util/snakeviz: Bump to 2.2.2 Signed-off-by: Michał Górny gentoo.org> dev-util/snakeviz/Manifest | 1 + dev-util/snakeviz/snakeviz-2.2.2.ebuild | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-util/snakeviz/Manifest b/dev-util/snakeviz/Manifest index 9484e7dd6fc5..596c6fec9daa 100644 --- a/dev-util/snakeviz/Manifest +++ b/dev-util/snakeviz/Manifest @@ -1 +1,2 @@ DIST snakeviz-2.2.0.gh.tar.gz 602060 BLAKE2B cbd25c9342fa4204bc0dda0d3f97e5299d375ef2d93a48722d5421e698a5c260b2a76b696af2294fa490bd07ed4a08bd2c3b24496609c4ce20032b41c637030c SHA512 8cf2ec04e7932c6841d143cac1b2ee9b40fa9d66d0ffd25f0512a505251d1b78d482746ac1edf8e909b1209efa0f603029d396728227945561d9fb888c8bbe2c +DIST snakeviz-2.2.2.gh.tar.gz 601703 BLAKE2B e4904399a09991de3b04f6c9a55b2a2fd66eb069d17837b9090eea88b7a7b869d13d2564aaedaf14a7aaf8022dc442b9ed431311e3bb6fa3873d87bdf60a7040 SHA512 365e20f385af6e5813dc202ad854d69b2a7d6ff2fb7a23ea88716c30ceaa1b55ef681a69ddc80a92c2ac35fe2eda8a7a7cfce9c29eb9f0a38a7c44229784637d diff --git a/dev-util/snakeviz/snakeviz-2.2.2.ebuild b/dev-util/snakeviz/snakeviz-2.2.2.ebuild new file mode 100644 index 000000000000..d40f6938a282 --- /dev/null +++ b/dev-util/snakeviz/snakeviz-2.2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="A web-based viewer for Python profiler output" +HOMEPAGE=" + https://github.com/jiffyclub/snakeviz/ + https://pypi.org/project/snakeviz/ +" +SRC_URI=" + https://github.com/jiffyclub/snakeviz/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + dev-python/tornado[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/ipython[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest