From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/snakeviz/
Date: Fri, 13 May 2022 21:40:23 +0000 (UTC) [thread overview]
Message-ID: <1652478007.2da5207cf7aa61562b709e013326f5855a2e13d9.sam@gentoo> (raw)
commit: 2da5207cf7aa61562b709e013326f5855a2e13d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 21:38:49 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 13 21:40:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da5207c
dev-util/snakeviz: new package, add 2.1.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/snakeviz/Manifest | 1 +
dev-util/snakeviz/metadata.xml | 15 +++++++++++++++
dev-util/snakeviz/snakeviz-2.1.1.ebuild | 23 +++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-util/snakeviz/Manifest b/dev-util/snakeviz/Manifest
new file mode 100644
index 000000000000..253739531c8b
--- /dev/null
+++ b/dev-util/snakeviz/Manifest
@@ -0,0 +1 @@
+DIST snakeviz-2.1.1.tar.gz 600628 BLAKE2B 9fafa8347c5cba71bac05490dd234379129d88710031854be8389b7be7ff71059cce4d67b817915ceae79c8e583dfa3433f4ee2c10f778d176ecec07a39fcfb4 SHA512 f2c56e24b4032bd184fa7f0006be9336d3e950569f05d94781d91c548b63fba1b703d20b13918d24a5bd4e2a98d9163ccc29fac2870eb2d99cb30f97bc410250
diff --git a/dev-util/snakeviz/metadata.xml b/dev-util/snakeviz/metadata.xml
new file mode 100644
index 000000000000..8e5042cb5b55
--- /dev/null
+++ b/dev-util/snakeviz/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">snakeviz</remote-id>
+ <remote-id type="github">jiffyclub/snakeviz</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-util/snakeviz/snakeviz-2.1.1.ebuild b/dev-util/snakeviz/snakeviz-2.1.1.ebuild
new file mode 100644
index 000000000000..5535bd56f74a
--- /dev/null
+++ b/dev-util/snakeviz/snakeviz-2.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A web-based viewer for Python profiler output"
+HOMEPAGE="https://github.com/jiffyclub/snakeviz"
+SRC_URI="https://github.com/jiffyclub/snakeviz/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '
+ www-servers/tornado[${PYTHON_USEDEP}]
+ ')"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-05-13 21:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 21:40 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-19 1:22 [gentoo-commits] repo/gentoo:master commit in: dev-util/snakeviz/ Sam James
2022-06-01 1:25 Sam James
2023-04-25 22:16 Sam James
2023-04-30 3:55 Michał Górny
2023-04-30 14:56 Michał Górny
2023-04-30 14:56 Michał Górny
2023-12-28 3:53 Sam James
2024-05-09 11:33 Sam James
2024-07-17 6:12 Sam James
2024-11-10 3:24 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652478007.2da5207cf7aa61562b709e013326f5855a2e13d9.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox