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 5A20E138330 for ; Sat, 6 Jan 2018 13:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1067AE096C; Sat, 6 Jan 2018 13:39:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E395EE096C for ; Sat, 6 Jan 2018 13:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 13B47335C37 for ; Sat, 6 Jan 2018 13:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835BA1B6 for ; Sat, 6 Jan 2018 13:39: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: <1515245961.4a36332aaad3a27143d6689c52f2b2c00cdee69a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yappi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yappi/Manifest dev-python/yappi/yappi-0.94.ebuild X-VCS-Directories: dev-python/yappi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a36332aaad3a27143d6689c52f2b2c00cdee69a X-VCS-Branch: master Date: Sat, 6 Jan 2018 13:39: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: a7d61a0a-824a-4926-96c5-b2ff1358ddb8 X-Archives-Hash: 813141ef05b1c36d0861d7f047bf2f99 commit: 4a36332aaad3a27143d6689c52f2b2c00cdee69a Author: Michał Górny gentoo org> AuthorDate: Sat Jan 6 10:04:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 13:39:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a36332a dev-python/yappi: Clean old up dev-python/yappi/Manifest | 1 - dev-python/yappi/yappi-0.94.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest index 00581a7dd61..e0f44729c7d 100644 --- a/dev-python/yappi/Manifest +++ b/dev-python/yappi/Manifest @@ -1,2 +1 @@ -DIST yappi-0.94.tar.gz 25173 BLAKE2B efa60907835d0c74d57f759ac92a049e855dd80def2069d61e97a65362361c6c7ce949080646e1ce2b011ea4511577ed0d6668399d71e474df3eaeb64404c601 SHA512 420295f20b395229822a077848514db2138c7630a1cfc6207462e61eab3179e6fbad8b42569ae2557f0fa639fd8863bc876183554511b0dbf3d8664f8072bb28 DIST yappi-0.98.tar.gz 37074 BLAKE2B 3a2c60f7c5987681f242230fc4fa0b87f924c0d1dbaedd3c240d30e6c440e2604e7add789cfd37052301a1f0ab99c81e2de30249fd6c83d5ba00624e131d266a SHA512 699e1845aac8e3c701c495913862597240b264c396b0b6ad0e9d6d533138caaeb883baeb036dc7b57bddf02ba411475401b2db77527d2ee63409d73b80f32098 diff --git a/dev-python/yappi/yappi-0.94.ebuild b/dev-python/yappi/yappi-0.94.ebuild deleted file mode 100644 index 74daf857874..00000000000 --- a/dev-python/yappi/yappi-0.94.ebuild +++ /dev/null @@ -1,23 +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,5}}) -inherit distutils-r1 - -DESCRIPTION="Yet Another Python Profiler" -HOMEPAGE="https://bitbucket.org/sumerc/yappi/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="test" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - esetup.py test -}