Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyprof2calltree/
Date: Sat, 28 May 2022 18:35:52
Message-Id: 1653762744.06c8da2d11122daad32104a1ab0e7078620508d5.arthurzam@gentoo
1 commit: 06c8da2d11122daad32104a1ab0e7078620508d5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 18:31:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 18:32:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c8da2d
7
8 dev-python/pyprof2calltree: EAPI=8, PEP517, cleanup
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild
16 new file mode 100644
17 index 000000000000..977ffebb4c69
18 --- /dev/null
19 +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.5-r1.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="convert python profile data to kcachegrind calltree form"
31 +HOMEPAGE="https://pypi.org/project/pyprof2calltree/"
32 +# pypi tarball lacks tests
33 +SRC_URI="https://github.com/pwaller/pyprof2calltree/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +distutils_enable_tests unittest