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 3B0F7138350 for ; Mon, 4 May 2020 16:25:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FDE6E0985; Mon, 4 May 2020 16:25:26 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B033E0985 for ; Mon, 4 May 2020 16:25:26 +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 ED29F34F579 for ; Mon, 4 May 2020 16:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA8A2233 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: <1588609490.e8b806392efcc77ca92b29af4fd5734c19e08404.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-notebook/Manifest dev-python/spyder-notebook/spyder-notebook-0.2.2.ebuild X-VCS-Directories: dev-python/spyder-notebook/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e8b806392efcc77ca92b29af4fd5734c19e08404 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: 8436cf1f-dd0e-47a5-9c07-d3082ad3ef53 X-Archives-Hash: 5eb515ac75246f9419473bd16a69cd97 commit: e8b806392efcc77ca92b29af4fd5734c19e08404 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 1 17:02:08 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 16:24:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b80639 dev-python/spyder-notebook: cleanup old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> Closes: https://github.com/gentoo/gentoo/pull/15597 Signed-off-by: Joonas Niilola gentoo.org> dev-python/spyder-notebook/Manifest | 1 - .../spyder-notebook/spyder-notebook-0.2.2.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/spyder-notebook/Manifest b/dev-python/spyder-notebook/Manifest index dec9b84ea31..0bf8e544a0c 100644 --- a/dev-python/spyder-notebook/Manifest +++ b/dev-python/spyder-notebook/Manifest @@ -1,2 +1 @@ -DIST spyder-notebook-0.2.2.tar.gz 3691495 BLAKE2B 255df807c553f0d1e1ed9d8e7326e23702e900d15c139467e7e236c911d1412c71a959b5756ba5c538ccb7dbef5c75bbbd744ff2d6acbe701d51d3def9ac0ee8 SHA512 3c76beff7b709b39d1a00bb2a3391f9ee7f0439bfe2a2c49834c4e373488cc7cd690360966ea9b11d2f06cb577f3a62951aa85b00419de3dd3ef276bcbd13597 DIST spyder-notebook-0.2.3.tar.gz 3692690 BLAKE2B 74fa380233155ef411f1bc6018111d94eb03cdf4d4d3b75937b4e63047320bf2292bb2e4b058efdfe0b2ba78569872e1dbda110b9b7b29c4948a787fb9fde399 SHA512 b2a8f256ea304150477df98f5e6c16c90dbfe42c0bae7eeef9fb25a9de02433a7d8b3bf448926a94df69d6adaeb91e277ebfe7f1a5135d9ac9f9ce2dc9bfd804 diff --git a/dev-python/spyder-notebook/spyder-notebook-0.2.2.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.2.2.ebuild deleted file mode 100644 index 2b00297233b..00000000000 --- a/dev-python/spyder-notebook/spyder-notebook-0.2.2.ebuild +++ /dev/null @@ -1,37 +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="Jupyter notebook integration with Spyder" -HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" -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/nbformat[${PYTHON_USEDEP}] - dev-python/notebook[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] )" - -DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" ) - -# Tests do not work inside virtx/emerge for some reason, core dumped -RESTRICT="test" -distutils_enable_tests pytest - -pytthon_test() { - virtx pytest -vv -}