summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 23:17:17 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 00:19:23 +0100
commitde4f4d8777fd16a67c4da4157c9dfa5f2822df18 (patch)
tree99a91ff51f7cd9e9d8e3da20ed054c1225067f63 /dev-python/pyprof2calltree
parentdev-python/pypcap: Clean old up (diff)
downloadgentoo-de4f4d8777fd16a67c4da4157c9dfa5f2822df18.tar.gz
gentoo-de4f4d8777fd16a67c4da4157c9dfa5f2822df18.tar.bz2
gentoo-de4f4d8777fd16a67c4da4157c9dfa5f2822df18.zip
dev-python/pyprof2calltree: Clean old up
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r--dev-python/pyprof2calltree/Manifest1
-rw-r--r--dev-python/pyprof2calltree/pyprof2calltree-1.3.2.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest
index e873ece38389..ddf94826fa4c 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 477d26d8b8ab..000000000000
--- 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}]"