From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/pyprof2calltree/Manifest | 1 + dev-python/pyprof2calltree/metadata.xml | 12 ++++++++++++ .../pyprof2calltree/pyprof2calltree-1.4.4.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/pyprof2calltree/Manifest create mode 100644 dev-python/pyprof2calltree/metadata.xml create mode 100644 dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild (limited to 'dev-python/pyprof2calltree') diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest new file mode 100644 index 000000000000..a7476c489766 --- /dev/null +++ b/dev-python/pyprof2calltree/Manifest @@ -0,0 +1 @@ +DIST pyprof2calltree-1.4.4.tar.gz 8797 BLAKE2B 0929728d3a6de1cc40e54bd4581bb4b64875a4d7f3ccef725300d40d2b3fd175d8ff462591357e32a471e5c3a4c5c51ac7e9c81c2e857050745a748bc4117d8a SHA512 7ffc228e542a568cb421394035660623415495472b5b3659a35b02c7ccccb7f578dc872d2bb1daf4fdfcd44134e1ad9b5ce3a18f49b15dd4aeb3b5f1201a28d8 diff --git a/dev-python/pyprof2calltree/metadata.xml b/dev-python/pyprof2calltree/metadata.xml new file mode 100644 index 000000000000..62d296655e18 --- /dev/null +++ b/dev-python/pyprof2calltree/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + pyprof2calltree + + gentoo-staging + diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild new file mode 100644 index 000000000000..e4a9af870f68 --- /dev/null +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="convert python profile data to kcachegrind calltree form" +HOMEPAGE="https://pypi.org/project/pyprof2calltree/" +# pypi tarball lacks tests +SRC_URI="https://github.com/pwaller/pyprof2calltree/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests setup.py -- cgit v1.3.1