Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-vim/
Date: Tue, 15 Sep 2020 08:09:41
Message-Id: 1600157360.06074bb372e80223b34f186e02544cac2e45d39b.juippis@gentoo
1 commit: 06074bb372e80223b34f186e02544cac2e45d39b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Aug 17 16:53:14 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 08:09:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06074bb3
7
8 dev-python/spyder-vim: cleanup old
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-python/spyder-vim/Manifest | 1 -
15 .../spyder-vim/spyder-vim-0_pre20200514.ebuild | 34 ----------------------
16 2 files changed, 35 deletions(-)
17
18 diff --git a/dev-python/spyder-vim/Manifest b/dev-python/spyder-vim/Manifest
19 index 1c02b2f04ff..aeac005a18b 100644
20 --- a/dev-python/spyder-vim/Manifest
21 +++ b/dev-python/spyder-vim/Manifest
22 @@ -1,2 +1 @@
23 -DIST spyder-vim-0_pre20200514.tar.gz 286672 BLAKE2B ab3f8fbb86a21077a7563be880a4c7844c45d3837fc9255d70442e5e0b7c9d65fc94bf5a1db71de21943847e964aadae62a1064443f9de68b67edccef20933cd SHA512 63645b95ae26a903f2427e45be6061b927c713675fab8c13f108f1eb9765e4e2f3a0172f9fcf709cb8e8d5a2c703297ff28ecb030f24b00bed93dde004c88595
24 DIST spyder-vim-0_pre20200721.tar.gz 291815 BLAKE2B 6fbcd5dfc73de14a3e31deb4e7dae2e1881a1ad4fb07213c04b4c7446b225ebfdbf90c95c441e0b275dd020fa972eddd7b8ef11cab52b44fc369531f82dc381c SHA512 4363606f6329c3be84cab7431c7eda08012ee365e475446dd1addf858896ce1584ff04d3603a0f0a1473d3741b23befd311e3a107a96869da90eb6dc3c844361
25
26 diff --git a/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild b/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild
27 deleted file mode 100644
28 index ee631d43a90..00000000000
29 --- a/dev-python/spyder-vim/spyder-vim-0_pre20200514.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_7 )
38 -
39 -inherit distutils-r1 virtualx
40 -
41 -COMMIT="0a5f982392a03a0f6448f2cfdfa116d027dc52b1"
42 -
43 -DESCRIPTION="Plugin for Spyder to enable Vim keybindings"
44 -HOMEPAGE="https://github.com/spyder-ide/spyder-vim"
45 -SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND=">dev-python/spyder-4.0.0[${PYTHON_USEDEP}]"
52 -
53 -DEPEND="test? (
54 - dev-python/mock[${PYTHON_USEDEP}]
55 - dev-python/pytest-qt[${PYTHON_USEDEP}] )"
56 -
57 -DOCS=( "README.rst" "doc/example.gif" )
58 -
59 -S="${WORKDIR}/${PN}-${COMMIT}"
60 -
61 -distutils_enable_tests pytest
62 -
63 -python_test() {
64 - virtx pytest -vv
65 -}