yngwin      15/03/26 12:32:21

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   26 Feb 2015 05:23:16 -0000      1.1
+++ ChangeLog   26 Mar 2015 12:32:21 -0000      1.2
@@ -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.1 2015/02/26 05:23:16 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/neovim-python-client/ChangeLog,v 
1.2 2015/03/26 12:32:21 yngwin Exp $
+
+*neovim-python-client-0.0.31 (26 Mar 2015)
+
+  26 Mar 2015; Ben de Groot <yng...@gentoo.org>
+  +neovim-python-client-0.0.31.ebuild:
+  version bump
 
 *neovim-python-client-0.0.28 (26 Feb 2015)
 



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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/neovim-python-client/neovim-python-client-0.0.31.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.31.ebuild?rev=1.1&content-type=text/plain

Index: neovim-python-client-0.0.31.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.31.ebuild,v
 1.1 2015/03/26 12:32:21 yngwin Exp $

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}"




Reply via email to