dev-python/pyprof2calltree: Clean old up

This commit is contained in:
Michał Górny
2018-01-05 23:17:17 +01:00
parent 4329d7a565
commit de4f4d8777
2 changed files with 0 additions and 19 deletions

View File

@@ -1,2 +1 @@
DIST pyprof2calltree-1.3.2.tar.gz 6609 BLAKE2B 302f9d11250aaeefef278f6ad176f39d97676ae4a62175af2b279b97898419a5083c4cc9de36b9b65896b43853f71c342583f8d2d002be177ecb1b68e49df998 SHA512 e85c5a21fe52b246ee6080f59e2ff115b43e3ab634e2842aff0d493b8b996105e0c1698e049ae7d11ea53c1f1fd601ef5f12c6fba62dcea28ddff23ec61a2736
DIST pyprof2calltree-1.4.0.tar.gz 7784 BLAKE2B e8b9ecd857930406bb3b7f7851913a68f1e3433f3b42c262922b5d5b0fbfa692078fdad811d4ca358f7c74d14320c914cfa779ed0b9da8c4fcd7d8e021fd3319 SHA512 b1acba29cd4e5112012eeeffdac53900688a28707306ef3a8a3827f7422c35bc921d59d33db3209db923bb8640014e7d9d7d819eafbcb19e0cf7e6159537bded

View File

@@ -1,18 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="convert python profile data to kcachegrind calltree form"
HOMEPAGE="https://pypi.python.org/pypi/pyprof2calltree/"
SRC_URI="mirror://pypi/p/${PN}/${PF}.tar.gz"
IUSE=
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"