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 366061382C5 for ; Fri, 5 Jan 2018 09:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9540CE0BDE; Fri, 5 Jan 2018 09:36:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 666D6E0BDE for ; Fri, 5 Jan 2018 09:36:53 +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 1D943335C45 for ; Fri, 5 Jan 2018 09:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CC851B1 for ; Fri, 5 Jan 2018 09:36:49 +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: <1515145000.8159b432af229277d146d67d831f91980ecbf1c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/memory_profiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/memory_profiler/Manifest dev-python/memory_profiler/memory_profiler-0.43.ebuild X-VCS-Directories: dev-python/memory_profiler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8159b432af229277d146d67d831f91980ecbf1c9 X-VCS-Branch: master Date: Fri, 5 Jan 2018 09:36:49 +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: 7cc87862-53b7-4dff-957e-05b620bc7262 X-Archives-Hash: f67c1b1aabb4e4d13b6a60b31b3db0ad commit: 8159b432af229277d146d67d831f91980ecbf1c9 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 4 23:34:37 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 09:36:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8159b432 dev-python/memory_profiler: Clean old up dev-python/memory_profiler/Manifest | 1 - .../memory_profiler/memory_profiler-0.43.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/dev-python/memory_profiler/Manifest b/dev-python/memory_profiler/Manifest index 77fa980c995..fc5e68bb8b1 100644 --- a/dev-python/memory_profiler/Manifest +++ b/dev-python/memory_profiler/Manifest @@ -1,2 +1 @@ -DIST memory_profiler-0.43.tar.gz 31496 BLAKE2B 0ceb901c94ac205e869323dd98364fd7cfaa21e56578221d16d416ed03bbb8a08ef7036c28da37c3f2aebf0b070ff198dacde7bc185ee276a3f2bc3e5955dc7c SHA512 6c0bbece0b2a7da5504e878db3777ae86009ed3730a00527af457e4c216e7f5423feee79216bf28496374a2a597fd0cc2b267a312587ed01ac42f6ec3351eca6 DIST memory_profiler-0.47.tar.gz 33725 BLAKE2B 66fc0e5c579febeea9dcd5132caa6fdbccdb5cb0a2c9083f5abf8aa03baaaafe1f77f72cdbe4d5384c6ce27fd4760511f9a947fda46eee1d81e7125c1dcd2970 SHA512 110e16ecad33068d31cf53b2f0b775d65230d51345f24a4d7d3cafafb706b10a0c7e2d98a799256b0366f1bafa9b69c060222595bb4eb9e1689301428a36fc3d diff --git a/dev-python/memory_profiler/memory_profiler-0.43.ebuild b/dev-python/memory_profiler/memory_profiler-0.43.ebuild deleted file mode 100644 index 046f424b099..00000000000 --- a/dev-python/memory_profiler/memory_profiler-0.43.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A module for monitoring memory usage of a python program" -HOMEPAGE="https://pypi.python.org/pypi/memory_profiler https://github.com/fabianp/memory_profiler" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - dev-python/psutil[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - ${EPYTHON} -m memory_profiler test/test_func.py || die - ${EPYTHON} -m memory_profiler test/test_loop.py || die - ${EPYTHON} -m memory_profiler test/test_as.py || die - ${EPYTHON} -m memory_profiler test/test_global.py || die - ${EPYTHON} -m memory_profiler test/test_precision_command_line.py || die - ${EPYTHON} -m memory_profiler test/test_gen.py || die - if python_is_python3; then - ${EPYTHON} -m memory_profiler test/test_unicode.py || die - fi - ${PYTHON} test/test_tracemalloc.py || die - ${EPYTHON} test/test_import.py || die - ${EPYTHON} test/test_memory_usage.py || die - ${EPYTHON} test/test_precision_import.py || die -}