From de4f4d8777fd16a67c4da4157c9dfa5f2822df18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 5 Jan 2018 23:17:17 +0100 Subject: [PATCH] dev-python/pyprof2calltree: Clean old up --- dev-python/pyprof2calltree/Manifest | 1 - .../pyprof2calltree-1.3.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 dev-python/pyprof2calltree/pyprof2calltree-1.3.2.ebuild diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest index e873ece383896..ddf94826fa4c6 100644 --- a/dev-python/pyprof2calltree/Manifest +++ b/dev-python/pyprof2calltree/Manifest @@ -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 diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.3.2.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.3.2.ebuild deleted file mode 100644 index 477d26d8b8aba..0000000000000 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.3.2.ebuild +++ /dev/null @@ -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}]"