From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC2DF1382C5 for ; Fri, 5 Jan 2018 23:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE129E0968; Fri, 5 Jan 2018 23:19:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A45AAE095E for ; Fri, 5 Jan 2018 23:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB5A4335C60 for ; Fri, 5 Jan 2018 23:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F051B5 for ; Fri, 5 Jan 2018 23:19:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515194363.de4f4d8777fd16a67c4da4157c9dfa5f2822df18.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyprof2calltree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyprof2calltree/Manifest dev-python/pyprof2calltree/pyprof2calltree-1.3.2.ebuild X-VCS-Directories: dev-python/pyprof2calltree/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: de4f4d8777fd16a67c4da4157c9dfa5f2822df18 X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:19:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e022cf2a-90ee-4b40-9040-c8664c7e190a X-Archives-Hash: 2e9be06230943a3f24570e104516e805 commit: de4f4d8777fd16a67c4da4157c9dfa5f2822df18 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 5 22:17:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 23:19:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4f4d87 dev-python/pyprof2calltree: Clean old up dev-python/pyprof2calltree/Manifest | 1 - .../pyprof2calltree/pyprof2calltree-1.3.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest index e873ece3838..ddf94826fa4 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 477d26d8b8a..00000000000 --- 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}]"