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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 829A515ACFC for ; Sun, 30 Apr 2023 03:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8132AE086C; Sun, 30 Apr 2023 03:55:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6CE2DE086C for ; Sun, 30 Apr 2023 03:55:41 +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 AF12A340B7E for ; Sun, 30 Apr 2023 03:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3701A5F for ; Sun, 30 Apr 2023 03:55:37 +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: <1682825822.b78c27d08118e181a2266006c52da027cdc134f9.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.0.ebuild X-VCS-Directories: dev-util/snakeviz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b78c27d08118e181a2266006c52da027cdc134f9 X-VCS-Branch: master Date: Sun, 30 Apr 2023 03:55:37 +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: d9cbf8a5-361c-413a-a399-4317be5fe2ba X-Archives-Hash: 2fa9c4ed325aaa021f461c25971e9763 commit: b78c27d08118e181a2266006c52da027cdc134f9 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 30 03:37:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 30 03:37:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78c27d0 dev-util/snakeviz: Bump to 2.2.0 Signed-off-by: Michał Górny gentoo.org> dev-util/snakeviz/Manifest | 1 + dev-util/snakeviz/snakeviz-2.2.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-util/snakeviz/Manifest b/dev-util/snakeviz/Manifest index 0a5b081a6f8e..19057a1a11a4 100644 --- a/dev-util/snakeviz/Manifest +++ b/dev-util/snakeviz/Manifest @@ -1 +1,2 @@ DIST snakeviz-2.1.1.gh.tar.gz 600628 BLAKE2B 9fafa8347c5cba71bac05490dd234379129d88710031854be8389b7be7ff71059cce4d67b817915ceae79c8e583dfa3433f4ee2c10f778d176ecec07a39fcfb4 SHA512 f2c56e24b4032bd184fa7f0006be9336d3e950569f05d94781d91c548b63fba1b703d20b13918d24a5bd4e2a98d9163ccc29fac2870eb2d99cb30f97bc410250 +DIST snakeviz-2.2.0.gh.tar.gz 602060 BLAKE2B cbd25c9342fa4204bc0dda0d3f97e5299d375ef2d93a48722d5421e698a5c260b2a76b696af2294fa490bd07ed4a08bd2c3b24496609c4ce20032b41c637030c SHA512 8cf2ec04e7932c6841d143cac1b2ee9b40fa9d66d0ffd25f0512a505251d1b78d482746ac1edf8e909b1209efa0f603029d396728227945561d9fb888c8bbe2c diff --git a/dev-util/snakeviz/snakeviz-2.2.0.ebuild b/dev-util/snakeviz/snakeviz-2.2.0.ebuild new file mode 100644 index 000000000000..b4677fa9a313 --- /dev/null +++ b/dev-util/snakeviz/snakeviz-2.2.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +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=" + $(python_gen_cond_dep ' + dev-python/tornado[${PYTHON_USEDEP}] + ') +" + +distutils_enable_tests pytest