Commits

Chih-Hsuan Yen authored and Rainer Müller committed 877cafc259c
py-neovim: update to 0.3.2
No tags

python/py-neovim/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup github 1.0
6 6
7 -github.setup neovim python-client 0.2.6
7 +github.setup neovim pynvim 0.3.2
8 +revision 0
8 9 name py-neovim
9 10 maintainers {g5pw @g5pw} openmaintainer
10 11 description Python client for Neovim
11 12 long_description ${description}. Implements support for python plugins in \
12 13 Nvim. Also works as a library for connecting to and \
13 14 scripting Nvim processes through its msgpack-rpc API.
14 15 platforms darwin
15 16 license Apache-2
16 17
17 18 supported_archs noarch
25 26 depends_lib-append port:py${python.version}-msgpack \
26 27 port:py${python.version}-greenlet
27 28
28 29 if { ${python.version} == 27 } {
29 30 depends_lib-append port:py${python.version}-trollius
30 31 }
31 32
32 33 depends_test-append \
33 34 port:py${python.version}-pytest
34 35
35 - checksums rmd160 5ff811cafcd018996960b530d958ed6535100e75 \
36 - sha256 f73a62b702b89000900ce1dda8e7c8592f0eb069d69c573ebc4eb62e6d1d3f5d \
37 - size 50169
36 + checksums rmd160 5592ec81937bf5193a56ccc612d676452e9aaa0f \
37 + sha256 035469b9fc288881ba09235775a7831c0ce1ac625ca59d519010fe72ae570570 \
38 + size 51954
38 39
39 40 test.run yes
40 41 test.cmd py.test-${python.branch}
41 42 test.target
42 43
43 44 livecheck.type none
44 45 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut