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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B3CD158020 for ; Sun, 25 Dec 2022 17:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F4DE0875; Sun, 25 Dec 2022 17:53:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71EC5E0875 for ; Sun, 25 Dec 2022 17:53:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B179A3410E8 for ; Sun, 25 Dec 2022 17:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8407ED for ; Sun, 25 Dec 2022 17:53:07 +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: <1671990781.f93c41dd5f0bcde14a9ae3342906ed5578c4e157.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.60.ebuild X-VCS-Directories: dev-python/memory_profiler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f93c41dd5f0bcde14a9ae3342906ed5578c4e157 X-VCS-Branch: master Date: Sun, 25 Dec 2022 17:53:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbcd9ecf-55e5-4ab7-a098-2947538645f2 X-Archives-Hash: a2ff5ded559a4d2d0c292d28bb77229c commit: f93c41dd5f0bcde14a9ae3342906ed5578c4e157 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 25 17:50:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 25 17:53:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93c41dd dev-python/memory_profiler: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/memory_profiler/Manifest | 1 - .../memory_profiler/memory_profiler-0.60.ebuild | 55 ---------------------- 2 files changed, 56 deletions(-) diff --git a/dev-python/memory_profiler/Manifest b/dev-python/memory_profiler/Manifest index 398776b4ae98..693a1a0e2468 100644 --- a/dev-python/memory_profiler/Manifest +++ b/dev-python/memory_profiler/Manifest @@ -1,2 +1 @@ -DIST memory_profiler-0.60.gh.tar.gz 142585 BLAKE2B aa7fd9e547eecadc184d4da5830c582a9a9ab9565f3dc9c763caaa7e75698ed6b499d2555e4a93b39d2f80f85fad025b84043e0812cb25dd1511f4ebf8da5a85 SHA512 407e44a410cdb4c7c8cc5ff40198c28012f8b0c6bba88d2d1612681eb621a1b802ef137be62fc64ca9e3c362ca3814433bc12169d7c3827bf97293c5bbb8bfbc DIST memory_profiler-0.61.gh.tar.gz 144680 BLAKE2B 418ae6e7433dd58b00c8706209a7172c31ccf57d74255aa670b271bc9d76b339bd582b48886bed7b53062abd8eb421678c911b3495de4d541b949f340aad7091 SHA512 02c70a049107ad4df635e20e22eaaa91fd4e4fd29690b0a7c314e08ed6e076bbb81f85dd97924ed35f7f0133cfd3c7e55b35400449489733beb172debe592c4e diff --git a/dev-python/memory_profiler/memory_profiler-0.60.ebuild b/dev-python/memory_profiler/memory_profiler-0.60.ebuild deleted file mode 100644 index 65cfca08bfe4..000000000000 --- a/dev-python/memory_profiler/memory_profiler-0.60.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A module for monitoring memory usage of a python program" -HOMEPAGE="https://pypi.org/project/memory-profiler/ https://github.com/pythonprofilers/memory_profiler" -SRC_URI=" - https://github.com/pythonprofilers/memory_profiler/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -IUSE="examples" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv 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 -}