public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-python-client/
Date: Wed, 27 Mar 2019 23:56:15 +0000 (UTC)	[thread overview]
Message-ID: <1553730964.16f6f818b57fc67e0995b5ce09e27a9f75e70ba3.monsieurp@gentoo> (raw)

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	other threads:[~2019-03-27 23:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-27 23:56 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-05  6:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-python-client/ Matt Turner
2019-11-29  0:17 Patrick McLean
2019-11-28 20:08 Patrick McLean
2019-07-01  0:33 Mike Gilbert
2019-04-20 19:01 Mikle Kolyada
2019-03-27 23:56 Patrice Clement
2018-12-07  0:25 Ole Reifschneider
2018-12-07  0:25 Ole Reifschneider
2018-06-11 20:50 Ole Reifschneider
2018-03-19 22:15 Patrice Clement
2018-03-09 17:59 Matt Thode
2018-03-05 22:08 Patrice Clement
2018-03-05 22:08 Patrice Clement
2018-03-05 22:08 Patrice Clement
2018-01-07 11:30 Patrice Clement
2018-01-05 15:02 Patrice Clement
2018-01-05 13:30 Patrice Clement
2017-05-27 11:31 Michał Górny
2017-05-02 16:41 Michał Górny
2017-03-16 23:58 Patrice Clement
2017-03-16 23:03 Patrice Clement
2017-01-04 12:34 David Seifert
2016-11-20 15:10 Ole Reifschneider
2016-06-13 20:20 Ole Reifschneider
2016-04-30 11:48 Ole Reifschneider
2016-04-08  9:26 Ole Reifschneider
2016-03-22  8:06 Ole Reifschneider
2016-02-27 14:37 Ole Reifschneider
2015-12-10 23:04 Ole Reifschneider
2015-11-10 15:14 Justin Lecher
2015-10-25 19:38 Ole Reifschneider

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1553730964.16f6f818b57fc67e0995b5ce09e27a9f75e70ba3.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox