From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-python/vmprof/
Date: Sat, 25 Jul 2015 10:37:05 +0000 (UTC) [thread overview]
Message-ID: <1437820616.58b52165135048fb122e55a83e885ddcd365f287.ultrabug@gentoo> (raw)
commit: 58b52165135048fb122e55a83e885ddcd365f287
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 10:36:56 2015 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 10:36:56 2015 +0000
URL: https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=58b52165
add dev-python/vmprof
dev-python/vmprof/Manifest | 3 +++
dev-python/vmprof/metadata.xml | 8 ++++++++
dev-python/vmprof/vmprof-0.1.4.1.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/vmprof/Manifest b/dev-python/vmprof/Manifest
new file mode 100644
index 0000000..7d2ca30
--- /dev/null
+++ b/dev-python/vmprof/Manifest
@@ -0,0 +1,3 @@
+DIST vmprof-0.1.4.1.tar.gz 155747 SHA256 4f97eb04abfb0afb8b9cf934cf634a4254b6e9cfd1cf90e2eacda8c0961b97d2 SHA512 47da7708eab35689f5a2bdf3f26f7cd4255df522b49b19c7a695b5ad340fe2f37c6b26af049562b62b9469deb0d95a1868b97b67a638f01223acb76ebc49ef98 WHIRLPOOL 7111f8f9a34fae3e9b2dc38ed12db5d37b8c3f84ffd919c8670e7d15a5d4c970ef611c32c281fb756b3fe41e5eef83d3d4f9e78e4fb135cf2284892999a16cbe
+EBUILD vmprof-0.1.4.1.ebuild 559 SHA256 621cf1d1b1d31d5fe8bd04002613cbccfdade728d40b30eecd065e998c735a9d SHA512 43fb341ef1b38f612e6a5359dde2847965e50590145debcd8a760809e68969c60445085da8e79f75590de006b7461c2f799e8bd31749cb69c30d24cb937e2b69 WHIRLPOOL a4be994020aaf44b6fd6f8d24eb8326efc8af4b231dc25bac7fe574dd2fcae1e311aac5413ef310f4f3ffc3a0d9f6482d68ffbafdfb7eb891ebc828a50f051a6
+MISC metadata.xml 229 SHA256 c1e2dac7fd47a362d91db60a8eb66c0d8257a441cab523039678d2225678d2ef SHA512 51da98de43a0214d3cb7d9b949a43f315650373ba176b73d71f4fcfd6997b7c73f38d30d15d594a4d778dfdb8e6b9e449f5aa88e2a4f1e5777b565f83f28f580 WHIRLPOOL 1063e3b7de7d4f00e5ff6f32e950150b0a43f67d049c226f2610a831041ffc4b3d7c55d388b2f46d55af98b1bed84892e4ccbfa589122a2424b32249318a42f0
diff --git a/dev-python/vmprof/metadata.xml b/dev-python/vmprof/metadata.xml
new file mode 100644
index 0000000..f3eb4db
--- /dev/null
+++ b/dev-python/vmprof/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <upstream>
+ <remote-id type="pypi">vmprof</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/vmprof/vmprof-0.1.4.1.ebuild b/dev-python/vmprof/vmprof-0.1.4.1.ebuild
new file mode 100644
index 0000000..996a09c
--- /dev/null
+++ b/dev-python/vmprof/vmprof-0.1.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="vmprof Python client"
+HOMEPAGE="https://vmprof.readthedocs.org/en/latest/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-libs/libelf
+ dev-python/click
+ dev-python/six
+ sys-libs/libdwarf
+ sys-libs/libunwind"
+
+RESTRICT="test"
+
+src_prepare() {
+ rm -rf tests
+}
next reply other threads:[~2015-07-25 10:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-25 10:37 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-25 10:42 [gentoo-commits] dev/ultrabug:master commit in: dev-python/vmprof/ Alexys Jacob
2015-07-25 10:50 Alexys Jacob
2015-08-14 17:12 Alexys Jacob
2015-10-05 16:09 Alexys Jacob
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=1437820616.58b52165135048fb122e55a83e885ddcd365f287.ultrabug@gentoo \
--to=ultrabug@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