Subject: CVS commit: wip/py-neovim
From: jonthn
Date: 2015-06-23 23:41:02
Message id: E1Z7VwV-0008Dm-EM@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
Update to 0.0.36 and fix it for all supported Python version

Fix PLIST (by setting the correct EGG_NAME in Makefile)
Add patch to remove 'pynvim' (only supported in Python 2.7)

Changes since 0.0.35:

    78bc4c0 setup: Fix pynvim dependencies. #122
    17ca924 Python 3 host: Handle byte strings for specs requests. #121
    7f5b1d0 Disable cythonizing screen.py for Python 3. #120
    5b42d8d Disable GUI for Python 3. #119

Changes since 0.0.34: (approximately by looking through commitlog)

    Provide exception trackeback in error
    Add wrapper form vim command output
    Use separate log files for different clients 

Files:
RevisionActionfile
1.4modifywip/py-neovim/Makefile
1.3modifywip/py-neovim/PLIST
1.4modifywip/py-neovim/distinfo
1.1addwip/py-neovim/patches/patch-setup.py