commit:     16f6f818b57fc67e0995b5ce09e27a9f75e70ba3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 23:52:28 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 23:56:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f6f818

dev-python/neovim-python-client: update DEPEND/RDEPEND.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 ...lient-0.3.1.ebuild => neovim-python-client-0.3.1-r1.ebuild} |  4 ++--
 .../neovim-python-client/neovim-python-client-0.3.1.ebuild     |  4 ++--
 ...lient-0.3.1.ebuild => neovim-python-client-0.3.2-r1.ebuild} | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

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
similarity index 89%
copy from dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
copy to dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild
index 751a436d4fd..5e5ba983bf6 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-       >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+       dev-python/msgpack[${PYTHON_USEDEP}]
        virtual/python-greenlet[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
 

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
index 751a436d4fd..9c534e297e6 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ DEPEND="
 
 RDEPEND="
        ${DEPEND}
-       >=app-editors/neovim-0.2.1"
+       app-editors/neovim"
 
 S="${WORKDIR}/pynvim-${PV}"
 

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
similarity index 79%
copy from dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
copy to dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
index 751a436d4fd..52c62c1ef2d 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 inherit distutils-r1
 
 DESCRIPTION="Python client for Neovim"
@@ -15,13 +15,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-       >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+       dev-python/msgpack[${PYTHON_USEDEP}]
        virtual/python-greenlet[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
 
 RDEPEND="
        ${DEPEND}
-       >=app-editors/neovim-0.2.1"
+       app-editors/neovim"
 
 S="${WORKDIR}/pynvim-${PV}"
 

Reply via email to