commit:     c3277eb4a37042d87595cc38f51074f3d3d9a1c5
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 20:18:34 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 20:18:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3277eb4

dev-python/neovim-python-client: Bump version to 0.1.9

Package-Manager: portage-2.3.0_rc1

 dev-python/neovim-python-client/Manifest           |  1 +
 .../neovim-python-client-0.1.9.ebuild              | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/neovim-python-client/Manifest 
b/dev-python/neovim-python-client/Manifest
index fcd32dc..8637154 100644
--- a/dev-python/neovim-python-client/Manifest
+++ b/dev-python/neovim-python-client/Manifest
@@ -4,3 +4,4 @@ DIST neovim-python-client-0.1.0.tar.gz 43142 SHA256 
2a9a1f07bd6d5617b1b85ee1772f
 DIST neovim-python-client-0.1.2.tar.gz 43428 SHA256 
2d85a493194b5dfbc08cad1fd2e252f7ad35b65eb826dd61f67f4fecfc8476b2 SHA512 
a050cd7fcc3ab9863bd777331a6ebce3b9ac110682c445ca3e18a59ef4296b4da486a2586ae8be36f4fc6c9ac5e0d5513c19d06f2783bdf37554f37ca547c908
 WHIRLPOOL 
d5f08178bc8738fcdae7c50a43d4e58731ce8665e93d6b8e905c6a83e1b6fe0655dabc9c5ee96a1415b84710ec043f25cea72761af3fe4977d96b862ca81bb31
 DIST neovim-python-client-0.1.5.tar.gz 39600 SHA256 
e330ad562ae787e85fd881142cb993e80e8dabe6737b40e51a625fb4347e2509 SHA512 
fced36987164ae378d79284b4ca1ed198e50ee089fd5f6222b3462405174161a79d1bc27c83ca593626f7635b52c943a15ae338086afc9dab86f5fabb5eb0cd6
 WHIRLPOOL 
a6ce1d19aed92518232d02e1ba47a4243530e28f8d85acfc30604c039084a3764ce350245825380e2ebc59246763c029958bd283afbe59ed7d024f4cd1168d0e
 DIST neovim-python-client-0.1.7.tar.gz 39735 SHA256 
398d36c194548d5636eb5d33ba86b083495ab888fc7f03243c8c42d064ec1aa8 SHA512 
f1d5f834163eb62338afddbb4d4de418cc6cdec77cfe8c8785a9206bce11016216c0c3e38a4113d75b58f3ea02cd665c916eb30b5a3987c52321b8cfde833e85
 WHIRLPOOL 
102e56c7b8db49f05014b175a01c648377669b82eb2780351eada741eca8fa31d666b8dce16426dfd70efff62f510faec828b9adca7d49e932ae64a0c497e91b
+DIST neovim-python-client-0.1.9.tar.gz 40599 SHA256 
9e6250cad242fb79c07346cd292b055f4f334635a42bff3437131205bb09e0a8 SHA512 
043429407d140b37004d5344f9244c8cb5a37e2b5d450454e6535bece7fb05f037e5eff2a63431fad55ab2470372c4a17e0a608a94af65a2f400f2158b736ce4
 WHIRLPOOL 
eb8b54bdc2c5f455862026a39f76bb32f59b3225c17ff2abf2751670f22ed81b053417aef0e95d0fad6fd31df58867024967c44ba48b83b63c70e1c1977de23b

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild
new file mode 100644
index 0000000..c580a4a
--- /dev/null
+++ b/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Python client for Neovim"
+HOMEPAGE="https://github.com/neovim/python-client";
+SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+       >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
+       virtual/python-greenlet[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python{2_7,3_3})
+"
+
+RDEPEND="
+       ${DEPEND}
+       >=app-editors/neovim-0.1.3
+"
+
+S="${WORKDIR}/python-client-${PV}"

Reply via email to