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 075B215800A for ; Thu, 27 Jul 2023 07:07:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F6B8E096F; Thu, 27 Jul 2023 07:07:48 +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 05264E096F for ; Thu, 27 Jul 2023 07:07:48 +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 1B879341345 for ; Thu, 27 Jul 2023 07:07:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F0F2DE2 for ; Thu, 27 Jul 2023 07:07:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690441415.7ac728cba6134ea687a4ff73eb010b6ae42d4f59.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/seekwatcher/Manifest sys-block/seekwatcher/seekwatcher-0.14.ebuild X-VCS-Directories: sys-block/seekwatcher/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ac728cba6134ea687a4ff73eb010b6ae42d4f59 X-VCS-Branch: master Date: Thu, 27 Jul 2023 07:07:44 +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: dc542718-0b9a-47c8-9d0a-73ce6b19845f X-Archives-Hash: 462097d96e9b4fddf4f742ef77e706c6 commit: 7ac728cba6134ea687a4ff73eb010b6ae42d4f59 Author: Sam James gentoo org> AuthorDate: Thu Jul 27 07:03:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 27 07:03:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac728cb sys-block/seekwatcher: add 0.14 Closes: https://bugs.gentoo.org/898732 Signed-off-by: Sam James gentoo.org> sys-block/seekwatcher/Manifest | 1 + sys-block/seekwatcher/seekwatcher-0.14.ebuild | 31 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sys-block/seekwatcher/Manifest b/sys-block/seekwatcher/Manifest index f4bb7972648a..2f56c58d040d 100644 --- a/sys-block/seekwatcher/Manifest +++ b/sys-block/seekwatcher/Manifest @@ -1 +1,2 @@ DIST seekwatcher-0.13.tar.gz 25811 BLAKE2B 72c574e239a346620eb5a1c574365f18dc745e926bfb4f191dd9997ff73b26e716ded9679481be34149c3e5e424077a23a264e7dabe9423eafb396f687085dbd SHA512 687c1190a4d62ee4d7237c6930358d69d2045a7fd5af19caf9fdde8dfae8fcc64ba2d382445af2b038bc31f77c356f31b8dbff2d52cdaf4320881d1b1340dd17 +DIST seekwatcher-0.14.tar.gz 26282 BLAKE2B bd6fbadce452384e8998e16040ec5920c67122a4f2e44f76f6ca858bee89af18ab734b60b66bfb15e8134f59b6d54fdaf21c5f2a06b0249af6e974922f9b900d SHA512 664a3af6aaec218c0628cec5317f414993ef087e8302f906fc21c32f85ae90939aee8c2d620e39fc80947af09f13ea35888dec2678390840c8398d061a8b0f39 diff --git a/sys-block/seekwatcher/seekwatcher-0.14.ebuild b/sys-block/seekwatcher/seekwatcher-0.14.ebuild new file mode 100644 index 000000000000..06cc3475743f --- /dev/null +++ b/sys-block/seekwatcher/seekwatcher-0.14.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Generates graphs from blktrace to help visualize IO patterns and performance" +HOMEPAGE="https://github.com/trofi/seekwatcher" +SRC_URI="https://github.com/trofi/seekwatcher/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_USEDEP}] + ') +" +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ') + sys-block/blktrace +"