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 6BD49138334 for ; Thu, 1 Nov 2018 20:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5FCE08D3; Thu, 1 Nov 2018 20:07:24 +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 16422E08D3 for ; Thu, 1 Nov 2018 20:07:23 +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 7CF29335C7D for ; Thu, 1 Nov 2018 20:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09E50266 for ; Thu, 1 Nov 2018 20:07:21 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1541102833.be901b2db524390c1be7bb85185d449145e4e2c8.zmedico@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.54.0.ebuild X-VCS-Directories: dev-python/memory_profiler/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: be901b2db524390c1be7bb85185d449145e4e2c8 X-VCS-Branch: master Date: Thu, 1 Nov 2018 20:07:21 +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: 11d59531-c143-40da-8e9c-bc7a2936a922 X-Archives-Hash: e32e11ba537cce526eee73401dca0b8a commit: be901b2db524390c1be7bb85185d449145e4e2c8 Author: Oleksandr Trotsenko gmail com> AuthorDate: Sun Oct 28 03:56:15 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Nov 1 20:07:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be901b2d dev-python/memory_profiler: Version bump to 0.54.0 Updating the package to the latest available version. See: https://github.com/gentoo/gentoo/pull/10198 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Oleksandr Trotsenko gmail.com> Signed-off-by: Zac Medico gentoo.org> dev-python/memory_profiler/Manifest | 1 + .../memory_profiler/memory_profiler-0.54.0.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-python/memory_profiler/Manifest b/dev-python/memory_profiler/Manifest index fc5e68bb8b1..bc606b32e13 100644 --- a/dev-python/memory_profiler/Manifest +++ b/dev-python/memory_profiler/Manifest @@ -1 +1,2 @@ DIST memory_profiler-0.47.tar.gz 33725 BLAKE2B 66fc0e5c579febeea9dcd5132caa6fdbccdb5cb0a2c9083f5abf8aa03baaaafe1f77f72cdbe4d5384c6ce27fd4760511f9a947fda46eee1d81e7125c1dcd2970 SHA512 110e16ecad33068d31cf53b2f0b775d65230d51345f24a4d7d3cafafb706b10a0c7e2d98a799256b0366f1bafa9b69c060222595bb4eb9e1689301428a36fc3d +DIST memory_profiler-0.54.0.tar.gz 31376 BLAKE2B 4c89a046bdce36a139448dde45c8cf952aaa8fe8e2089bf9574a8fb2ed1abb89991e54f59742b0ea1ae5315378c0799ef140752549f9a8d13a91bf0ceb021984 SHA512 ec5735b7e41e706ea35ce9fe0dd3963c51e50e5bdf7f1871c51bbbb2a0ae75abcdba23abd3a14979c26ce19e7ce7d2cf6782aefc77e0c17cfe4da573a6e249ae diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild new file mode 100644 index 00000000000..90563399961 --- /dev/null +++ b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="A module for monitoring memory usage of a python program" +HOMEPAGE="https://pypi.org/project/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" + +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 + ${EPYTHON} 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 +}