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 65B7113835A for ; Tue, 15 Sep 2020 08:09:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 076CCE0935; Tue, 15 Sep 2020 08:09:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E3C5EE0935 for ; Tue, 15 Sep 2020 08:09:39 +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 0841E340CD2 for ; Tue, 15 Sep 2020 08:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B28936F for ; Tue, 15 Sep 2020 08:09:36 +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: <1600157360.06074bb372e80223b34f186e02544cac2e45d39b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-vim/Manifest dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild X-VCS-Directories: dev-python/spyder-vim/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 06074bb372e80223b34f186e02544cac2e45d39b X-VCS-Branch: master Date: Tue, 15 Sep 2020 08:09:36 +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: b86aca77-11fc-41f3-94d0-28774c5a56c1 X-Archives-Hash: 9e20b417735ffa70373752c8b765429d commit: 06074bb372e80223b34f186e02544cac2e45d39b Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Aug 17 16:53:14 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 15 08:09:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06074bb3 dev-python/spyder-vim: cleanup old Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/spyder-vim/Manifest | 1 - .../spyder-vim/spyder-vim-0_pre20200514.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/spyder-vim/Manifest b/dev-python/spyder-vim/Manifest index 1c02b2f04ff..aeac005a18b 100644 --- a/dev-python/spyder-vim/Manifest +++ b/dev-python/spyder-vim/Manifest @@ -1,2 +1 @@ -DIST spyder-vim-0_pre20200514.tar.gz 286672 BLAKE2B ab3f8fbb86a21077a7563be880a4c7844c45d3837fc9255d70442e5e0b7c9d65fc94bf5a1db71de21943847e964aadae62a1064443f9de68b67edccef20933cd SHA512 63645b95ae26a903f2427e45be6061b927c713675fab8c13f108f1eb9765e4e2f3a0172f9fcf709cb8e8d5a2c703297ff28ecb030f24b00bed93dde004c88595 DIST spyder-vim-0_pre20200721.tar.gz 291815 BLAKE2B 6fbcd5dfc73de14a3e31deb4e7dae2e1881a1ad4fb07213c04b4c7446b225ebfdbf90c95c441e0b275dd020fa972eddd7b8ef11cab52b44fc369531f82dc381c SHA512 4363606f6329c3be84cab7431c7eda08012ee365e475446dd1addf858896ce1584ff04d3603a0f0a1473d3741b23befd311e3a107a96869da90eb6dc3c844361 diff --git a/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild b/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild deleted file mode 100644 index ee631d43a90..00000000000 --- a/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 virtualx - -COMMIT="0a5f982392a03a0f6448f2cfdfa116d027dc52b1" - -DESCRIPTION="Plugin for Spyder to enable Vim keybindings" -HOMEPAGE="https://github.com/spyder-ide/spyder-vim" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">dev-python/spyder-4.0.0[${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] )" - -DOCS=( "README.rst" "doc/example.gif" ) - -S="${WORKDIR}/${PN}-${COMMIT}" - -distutils_enable_tests pytest - -python_test() { - virtx pytest -vv -}