Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
Date: Fri, 01 Jan 2021 00:53:57
Message-Id: 1609462164.accd4f0372277f9abfbeae4c52d40453dcbe4460.mgorny@gentoo
1 commit: accd4f0372277f9abfbeae4c52d40453dcbe4460
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:49:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:49:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accd4f03
7
8 app-vim/jedi: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/jedi/Manifest | 1 -
13 app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 35 -------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest
17 index ccfc208c404..294f4292ce8 100644
18 --- a/app-vim/jedi/Manifest
19 +++ b/app-vim/jedi/Manifest
20 @@ -1,2 +1 @@
21 DIST jedi-0.10.0.tar.gz 36820 BLAKE2B a66f7c58564487d83867d61480d83364af0047cee713c41dbd5c67bff0b2ac33d066c2d0f4367c30059f46fb9f4916fc8d2eb9c64aa6a489e2c16a03f56b0b3c SHA512 65482505446b1001e92870ae64a147b38c0bb4d3151e464d325be741729506a191b284a491f4c3eb77dc46cb9bcd6b8e7bf8689ed95107e89a1f6a05c7fbc9ea
22 -DIST jedi-0.8_p20171015.tar.gz 31593 BLAKE2B a34fc7a7d8211cefbaef0012b801bc2dec2b447d34a1d3c338ed37306d36262694f0d8e771042e899959d04bed8925c5beee32803cb7f56add7a83ceb4bf27d9 SHA512 e4238c745d509d9d7e8c0593a46935f1de3c0cdf8e3893deb156110be53e2c9012d98379a6ca747a0bdab77f1def2a88dd46ce5c7d3936f01f0d9ab597f14182
23
24 diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
25 deleted file mode 100644
26 index 23aaa1f5ca3..00000000000
27 --- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit vim-plugin python-r1
38 -
39 -# Commit Date: Sun Oct 15 20:51:54 2017 +0200
40 -COMMIT="77924398bd594e238766153cec97ace62650f082"
41 -
42 -DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
43 -HOMEPAGE="https://github.com/davidhalter/jedi-vim"
44 -SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -KEYWORDS="~amd64 ~x86"
48 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - dev-python/jedi[${PYTHON_USEDEP}]"
52 -DEPEND="app-editors/vim[python]"
53 -
54 -S="${WORKDIR}/jedi-vim-${COMMIT}"
55 -
56 -# Tests are broken.
57 -RESTRICT="test"
58 -
59 -# Makefile tries hard to call tests so let's silence this phase.
60 -src_compile() { :; }
61 -
62 -src_install() {
63 - vim-plugin_src_install
64 -}