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 C5C5D138350 for ; Mon, 4 May 2020 16:25:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D143E0976; Mon, 4 May 2020 16:25:25 +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 D62CFE0976 for ; Mon, 4 May 2020 16:25:24 +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 EE0F434F5E9 for ; Mon, 4 May 2020 16:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE2A3231 for ; Mon, 4 May 2020 16:25:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588609489.b60416daa28e27d1b58978b6ac08df49576b934c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-memory-profiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-memory-profiler/Manifest dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.0.ebuild X-VCS-Directories: dev-python/spyder-memory-profiler/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b60416daa28e27d1b58978b6ac08df49576b934c X-VCS-Branch: master Date: Mon, 4 May 2020 16:25:20 +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: 0048873d-1db4-4448-9c0d-c69838d27924 X-Archives-Hash: 230d390bb9d1f4ba783f501a18e96d15 commit: b60416daa28e27d1b58978b6ac08df49576b934c Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 1 17:01:29 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 16:24:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60416da dev-python/spyder-memory-profiler: cleanup old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/spyder-memory-profiler/Manifest | 1 - .../spyder-memory-profiler-0.2.0.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/spyder-memory-profiler/Manifest b/dev-python/spyder-memory-profiler/Manifest index 1e27a204d15..12661b8671f 100644 --- a/dev-python/spyder-memory-profiler/Manifest +++ b/dev-python/spyder-memory-profiler/Manifest @@ -1,2 +1 @@ -DIST spyder-memory-profiler-0.2.0.tar.gz 16939 BLAKE2B 305cc1b7eb0887dfa07273fd69061c55f59e31f829a751809d066569a3c48e2b10b952d9065480572a7f7ef57ebfd9a0d6ca5f50582d4f6ea040900c950abb63 SHA512 b47e6c9aa57ed1a1f9453db7c82ce4d2028c6472100230f50cf89c2f172bb05be7f49c7e6c7a664b9e45debcf273afbfc46ef3d0f0afb3bdbf90cdd4fff1e402 DIST spyder-memory-profiler-0.2.1.tar.gz 16802 BLAKE2B a42bddaa1a470b1e23c203033daca9870d873a5160a9600f4e2932d30e15885fa63c90e334d0e92e7ad6d2ef380f022c94753d5fb24b451259f11f44803c390d SHA512 14eb5ea0e5a87cbdce6dc4bbcdd7e3a4f3dec566955431173ade068e1b110f5282fefc960d94351bdf76be125f099414c6e3b776ac4288065139e222c43a30d9 diff --git a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.0.ebuild b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.0.ebuild deleted file mode 100644 index f995d4f20ee..00000000000 --- a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Plugin to run the python memory_profiler from within the spyder editor" -HOMEPAGE="https://github.com/spyder-ide/spyder-memory-profiler" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}] - dev-python/memory_profiler[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -python_test() { - virtx pytest -vv spyder_memory_profiler/widgets/tests -}