From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1326690-garchives=archives.gentoo.org@lists.gentoo.org> 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 18AA0158018 for <garchives@archives.gentoo.org>; Sun, 3 Oct 2021 19:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70180E094F; Sun, 3 Oct 2021 19:27:13 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32C31E08F2 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Oct 2021 19:27:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42ACB342F2C for <gentoo-commits@lists.gentoo.org>; Sun, 3 Oct 2021 19:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF0E129 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Oct 2021 19:27:10 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1633289139.a61e3df1f1a50c40220752b4dbed4fa9bbf0a811.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.57.ebuild X-VCS-Directories: dev-python/memory_profiler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a61e3df1f1a50c40220752b4dbed4fa9bbf0a811 X-VCS-Branch: master Date: Sun, 3 Oct 2021 19:27:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16c44926-741d-49b8-8d2e-71987326dfe8 X-Archives-Hash: 70920097a21fd65f30a2d242206e033f commit: a61e3df1f1a50c40220752b4dbed4fa9bbf0a811 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 3 19:25:39 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 3 19:25:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61e3df1 dev-python/memory_profiler: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/memory_profiler/Manifest | 1 - .../memory_profiler/memory_profiler-0.57.ebuild | 55 ---------------------- 2 files changed, 56 deletions(-) diff --git a/dev-python/memory_profiler/Manifest b/dev-python/memory_profiler/Manifest index 5eabe415abc..eb26320def5 100644 --- a/dev-python/memory_profiler/Manifest +++ b/dev-python/memory_profiler/Manifest @@ -1,2 +1 @@ -DIST memory_profiler-0.57.tar.gz 84096 BLAKE2B d2c5fe810b9ac2f1e52fb8630056ee825d3d56799c15a377bff914be3a04e11c872e557847ef2a107421d082515eb59906f931ad1873ae7fec58fef16caabb4c SHA512 c6e2f755656dc820dfc2cf7a659dc319b3d1aa0df144ac6a08db35f4b38a90a9b994cf9c8320b8370f51c97e0d0bf2f9c4a3ab070b4934879f8e579b732e426a DIST memory_profiler-0.58.0.gh.tar.gz 140692 BLAKE2B 2f3917d833dfcc722b61871c7e704e869527a389b10a81b473989b8455630f5defa5f5b21a172708070b89468c7dd66682cd3b9c0bf435e9be49651b69b50137 SHA512 5c02933acffc05f42d2ae98a069d36563e1d26515d439d94ad3903960dd06cd378faae3000b26c022770e71e83db6f770ceaf63cabb92f4159bda0ff9cc4e849 diff --git a/dev-python/memory_profiler/memory_profiler-0.57.ebuild b/dev-python/memory_profiler/memory_profiler-0.57.ebuild deleted file mode 100644 index 4571a26aa14..00000000000 --- a/dev-python/memory_profiler/memory_profiler-0.57.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -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="https://github.com/pythonprofilers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -IUSE="examples" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -# dev-lang/mercury: collision on 'mprof' -# https://bugs.gentoo.org/571176 -RDEPEND="dev-python/psutil[${PYTHON_USEDEP}] - !dev-lang/mercury" - -distutils_enable_tests pytest - -python_test() { - ${EPYTHON} -m memory_profiler test/test_as.py || die - ${EPYTHON} -m memory_profiler test/test_func.py || die - ${EPYTHON} -m memory_profiler test/test_gen.py || die - ${EPYTHON} -m memory_profiler test/test_loop.py || die - ${EPYTHON} -m memory_profiler test/test_loop_decorated.py || die - ${EPYTHON} -m memory_profiler test/test_mprofile.py || die - ${EPYTHON} -m memory_profiler test/test_nested.py || die - ${EPYTHON} -m memory_profiler test/test_precision_command_line.py || die - ${EPYTHON} -m memory_profiler test/test_unicode.py || die - - ${EPYTHON} test/test_exception.py || die - ${EPYTHON} test/test_exit_code.py || die - ${EPYTHON} test/test_global.py || die - ${EPYTHON} test/test_import.py || die - ${EPYTHON} test/test_memory_usage.py || die - ${EPYTHON} test/test_mprof.py || die - ${EPYTHON} test/test_precision_import.py || die - ${EPYTHON} test/test_stream_unicode.py || die - ${EPYTHON} test/test_tracemalloc.py || die -} - -python_install_all() { - use examples && dodoc -r examples - - distutils-r1_python_install_all -}