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 8BE29138351 for ; Wed, 19 Feb 2020 07:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53DD4E0990; Wed, 19 Feb 2020 07:34:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 29C58E0990 for ; Wed, 19 Feb 2020 07:34:32 +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 03BCE34ED8E for ; Wed, 19 Feb 2020 07:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF6A2148 for ; Wed, 19 Feb 2020 07:34:27 +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: <1582095763.44d10286c6ec932ef3b265891933fde6c003b72c.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/metadata.xml 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: 44d10286c6ec932ef3b265891933fde6c003b72c X-VCS-Branch: master Date: Wed, 19 Feb 2020 07:34:27 +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: 19e6a885-fe44-4a9b-b60d-4e099f9726bf X-Archives-Hash: 663623fe391699479ca20f7517e22982 commit: 44d10286c6ec932ef3b265891933fde6c003b72c Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 14 11:50:49 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 19 07:02:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d10286 dev-python/spyder-memory-profiler: Plugin to run the memory_profiler within spyder Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/spyder-memory-profiler/Manifest | 1 + dev-python/spyder-memory-profiler/metadata.xml | 12 +++++++++ .../spyder-memory-profiler-0.2.0.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/spyder-memory-profiler/Manifest b/dev-python/spyder-memory-profiler/Manifest new file mode 100644 index 00000000000..00b6931ccb4 --- /dev/null +++ b/dev-python/spyder-memory-profiler/Manifest @@ -0,0 +1 @@ +DIST spyder-memory-profiler-0.2.0.tar.gz 16939 BLAKE2B 305cc1b7eb0887dfa07273fd69061c55f59e31f829a751809d066569a3c48e2b10b952d9065480572a7f7ef57ebfd9a0d6ca5f50582d4f6ea040900c950abb63 SHA512 b47e6c9aa57ed1a1f9453db7c82ce4d2028c6472100230f50cf89c2f172bb05be7f49c7e6c7a664b9e45debcf273afbfc46ef3d0f0afb3bdbf90cdd4fff1e402 diff --git a/dev-python/spyder-memory-profiler/metadata.xml b/dev-python/spyder-memory-profiler/metadata.xml new file mode 100644 index 00000000000..8fc11184ab0 --- /dev/null +++ b/dev-python/spyder-memory-profiler/metadata.xml @@ -0,0 +1,12 @@ + + + + + andrewammerlaan@riseup.net + Andrew Ammerlaan + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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 new file mode 100644 index 00000000000..f995d4f20ee --- /dev/null +++ b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.0.ebuild @@ -0,0 +1,29 @@ +# 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 +}