Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-python-client/
Date: Wed, 27 Mar 2019 23:56:21
Message-Id: 1553730964.16f6f818b57fc67e0995b5ce09e27a9f75e70ba3.monsieurp@gentoo
1 commit: 16f6f818b57fc67e0995b5ce09e27a9f75e70ba3
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 23:52:28 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 23:56:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f6f818
7
8 dev-python/neovim-python-client: update DEPEND/RDEPEND.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 ...lient-0.3.1.ebuild => neovim-python-client-0.3.1-r1.ebuild} | 4 ++--
14 .../neovim-python-client/neovim-python-client-0.3.1.ebuild | 4 ++--
15 ...lient-0.3.1.ebuild => neovim-python-client-0.3.2-r1.ebuild} | 10 +++++-----
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild
19 similarity index 89%
20 copy from dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
21 copy to dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild
22 index 751a436d4fd..5e5ba983bf6 100644
23 --- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
24 +++ b/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -15,7 +15,7 @@ SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33
34 DEPEND="
35 - >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
36 + dev-python/msgpack[${PYTHON_USEDEP}]
37 virtual/python-greenlet[${PYTHON_USEDEP}]
38 $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python2_7)"
39
40
41 diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
42 index 751a436d4fd..9c534e297e6 100644
43 --- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
44 +++ b/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Authors
47 +# Copyright 1999-2019 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -21,7 +21,7 @@ DEPEND="
52
53 RDEPEND="
54 ${DEPEND}
55 - >=app-editors/neovim-0.2.1"
56 + app-editors/neovim"
57
58 S="${WORKDIR}/pynvim-${PV}"
59
60
61 diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
62 similarity index 79%
63 copy from dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
64 copy to dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
65 index 751a436d4fd..52c62c1ef2d 100644
66 --- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
67 +++ b/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
68 @@ -1,9 +1,9 @@
69 -# Copyright 1999-2018 Gentoo Authors
70 +# Copyright 1999-2019 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 -EAPI=6
74 +EAPI=7
75
76 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
77 +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
78 inherit distutils-r1
79
80 DESCRIPTION="Python client for Neovim"
81 @@ -15,13 +15,13 @@ SLOT="0"
82 KEYWORDS="~amd64 ~x86"
83
84 DEPEND="
85 - >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
86 + dev-python/msgpack[${PYTHON_USEDEP}]
87 virtual/python-greenlet[${PYTHON_USEDEP}]
88 $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python2_7)"
89
90 RDEPEND="
91 ${DEPEND}
92 - >=app-editors/neovim-0.2.1"
93 + app-editors/neovim"
94
95 S="${WORKDIR}/pynvim-${PV}"