yngwin      15/06/27 03:48:21

  Modified:             ChangeLog
  Added:                neovim-python-client-0.0.36.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.6                  dev-python/neovim-python-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jun 2015 14:04:56 -0000       1.5
+++ ChangeLog   27 Jun 2015 03:48:21 -0000      1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/neovim-python-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.5 2015/06/07 14:04:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.6 2015/06/27 03:48:21 yngwin Exp $
+
+*neovim-python-client-0.0.36 (27 Jun 2015)
+
+  27 Jun 2015; Ben de Groot <[email protected]>
+  +neovim-python-client-0.0.36.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  
dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild?rev=1.1&content-type=text/plain

Index: neovim-python-client-0.0.36.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.36.ebuild,v
 1.1 2015/06/27 03:48:21 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
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_3} 'pypy*')"
RDEPEND="${DEPEND}"




Reply via email to