summaryrefslogtreecommitdiff
path: root/dev-python/neovim-python-client
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/neovim-python-client')
-rw-r--r--dev-python/neovim-python-client/Manifest4
-rw-r--r--dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild4
-rw-r--r--dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild25
3 files changed, 30 insertions, 3 deletions
diff --git a/dev-python/neovim-python-client/Manifest b/dev-python/neovim-python-client/Manifest
index 8ac733a73852..5eb00e4df69c 100644
--- a/dev-python/neovim-python-client/Manifest
+++ b/dev-python/neovim-python-client/Manifest
@@ -1,5 +1,7 @@
DIST neovim-python-client-0.1.13.tar.gz 41413 BLAKE2B 819c3e7763cfb357d45130928dab23ad149a5f9d8efb0df8699a805bc394662447837ad3edc869705a95d74a37f2eec4f155212da918ac779d389c150a0d7189 SHA512 ecef42601632551c98f8de019bfdf4dbff3ce1f0e1b6943b78a506b710e5810f6a7e611adc09435992b97288ff365a416870a74202a5c68236b5daeb51d15c8b
DIST neovim-python-client-0.1.9.tar.gz 40599 BLAKE2B 48b43d344ed0c7aa3faa95a16c9714f2d105a916364db55d68263db7b8307a90d084bcf7559dd17277bb8dfbe6d7bbab8d3dafa250b4825b2cebddc00d130dee SHA512 043429407d140b37004d5344f9244c8cb5a37e2b5d450454e6535bece7fb05f037e5eff2a63431fad55ab2470372c4a17e0a608a94af65a2f400f2158b736ce4
-EBUILD neovim-python-client-0.1.13.ebuild 826 BLAKE2B cd220761777c12e535a321110ba93c838e75d70d9f320ba37874815ffb5ee97ffaef97ba78cd043b7c3ce3061cfa684d618b67af3b01a6271e4df80e1ca3e1a4 SHA512 2f26bd876a38955b833aca3875ce885755dc25b3a235aab9842a1dc300d6022886cba985362fcf5f0245d6124b34dadd5a1add3baaeaece335849df8e23fe3d5
+DIST neovim-python-client-0.2.0.tar.gz 41892 BLAKE2B 0ae59548ae1e376c618c24edfa73f3f68f5c059b2772be8ba3aae08d38c7a368d8b341da0221092ec8fb132843e1ea2d313bedf0c51fd202d5953e530f205d3a SHA512 b8363be2892f4dfaed0251186a3f370ec31be51710b659b71f52575da773e254b388afec2f5999a6b526d722b5232a16c59d7e28e49df30b4760ef030238d068
+EBUILD neovim-python-client-0.1.13.ebuild 831 BLAKE2B ad09ed46b91a3863d826ee34e761b120bd9b0ef3a8f68789bc765f81d93d61226ad46eaaaf748b060c1b7722306c20253115fd2a0395b1e23524247ae643d799 SHA512 33fc3afb3c9a748b186b9fc0500ce52aa438cc39016d0eadc2be78161dd41db39864aee88fb59f36b8880785dc3d40e8a6a079d0905a3a609d1b99c624a17526
EBUILD neovim-python-client-0.1.9.ebuild 674 BLAKE2B 24246f34b51ef8eab9d1c55a6902f4f2e7d56e345117a9211d97c6af35e9c38f9eb503ee77747f5095215e8e07ba66366fe378f34e82acaf89eb3fb151e7357a SHA512 77c3f9e42e9f45ebdb3d9341e3305bd86366ccdd7451c416095920d973743e68b3d0ec8d5ea80c2553e2685ce4e622eca637f841373c47ccab5a74c8ad649b5e
+EBUILD neovim-python-client-0.2.0.ebuild 664 BLAKE2B c504d9fad2292855dd4ce10bb8432a90d87484a749c754af539371da60d86fcaa2c509b6757f8688bc1cc894b6ec9ace72c4d8247f130937144b380572d37cf0 SHA512 ae889e4577b14ad4d7664f319763847071705f6b938669678ec63568a9e27074127a3d3b0a79463987e502092d3015d18a7fe35c6ce723b2ccf54464ed079760
MISC metadata.xml 451 BLAKE2B c2317fb2bf039a77c223c958dd1238ed934621c556c9c8f565bca643a73e79bd036b71bf104146e810300bcfc755328365982d44fc4b4c46676e64d8720ae64c SHA512 cf9f4169ee1ea2adc6f88b17461202cfe120c20a5367ccc0da4099b8792841d13057d8c133c85179b1c5b00ad4bc9954a0e9202b3810a6342f8e052ffa3dc2f1
diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild
index 72d1f13ef3f1..ba9be5d3944b 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> ${P}.ta
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="test"
COMMON_DEPEND="
diff --git a/dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild
new file mode 100644
index 000000000000..66a5585d620d
--- /dev/null
+++ b/dev-python/neovim-python-client/neovim-python-client-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,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"
+
+S="${WORKDIR}/python-client-${PV}"