summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/neovim-python-client')
-rw-r--r--dev-python/neovim-python-client/Manifest1
-rw-r--r--dev-python/neovim-python-client/metadata.xml6
-rw-r--r--dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild23
3 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/neovim-python-client/Manifest b/dev-python/neovim-python-client/Manifest
deleted file mode 100644
index e71c8c2..0000000
--- a/dev-python/neovim-python-client/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST neovim-python-client-0.0.28.tar.xz 37940 SHA256 5e749cec8c2f43c58edee1726651a87f83ccc50f3184c18201bc529cbef4515d SHA512 a14b33fe4ebca04384c636ae6510c4866701862017b7a7e84d9ba72304e593162b888b08cf224f1d3aa2de4b645d1adf313044b7ef7ed8608722d22467c5e86b WHIRLPOOL 1f4b8e6a3f8b27d7f7a6810bcc1aaa8e683ebbfa58609e89c2905fc4b354d0df36a7e58adf0714c30c27479f235444dc32735ab7b76c7b86bb5559f7d03286a6
diff --git a/dev-python/neovim-python-client/metadata.xml b/dev-python/neovim-python-client/metadata.xml
deleted file mode 100644
index 087a225..0000000
--- a/dev-python/neovim-python-client/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>vim</herd>
- <herd>python</herd>
-</pkgmetadata>
diff --git a/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild
deleted file mode 100644
index 6a52a48..0000000
--- a/dev-python/neovim-python-client/neovim-python-client-0.0.28.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-#PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-PYTHON_COMPAT=( python2_7 ) # currently only works on py2
-inherit distutils-r1
-
-DESCRIPTION="Python client to connect to Neovim thru its msgpack-rpc API"
-HOMEPAGE="https://github.com/neovim/python-client"
-SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-python/click-3.0[${PYTHON_USEDEP}]
- >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')
- $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_2,3_3} 'pypy*')"
-RDEPEND="${DEPEND}"