|
Lines 1-13
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= pynvim |
3 |
PORTNAME= pynvim |
| 4 |
DISTVERSION= 0.4.0 |
4 |
DISTVERSION= 0.4.1 |
| 5 |
CATEGORIES= editors python |
5 |
CATEGORIES= editors python |
|
|
6 |
MASTER_SITES= CHEESESHOP |
| 6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
| 7 |
|
8 |
|
| 8 |
PATCH_SITES= https://github.com/neovim/pynvim/commit/ |
|
|
| 9 |
PATCHFILES= f04853121de564ac03b981a984595ea33331ad3e.patch:-p1 |
| 10 |
|
| 11 |
MAINTAINER= tm@NetBSD.org |
9 |
MAINTAINER= tm@NetBSD.org |
| 12 |
COMMENT= Python client and plugin host for Neovim |
10 |
COMMENT= Python client and plugin host for Neovim |
| 13 |
|
11 |
|
|
Lines 21-30
Link Here
|
| 21 |
|
19 |
|
| 22 |
USES= python |
20 |
USES= python |
| 23 |
USE_PYTHON= concurrent distutils flavors autoplist |
21 |
USE_PYTHON= concurrent distutils flavors autoplist |
| 24 |
# XXX: Switch to CHEESESHOP once https://github.com/neovim/pynvim/issues/367 |
|
|
| 25 |
# is resolved. |
| 26 |
USE_GITHUB= yes |
| 27 |
GH_ACCOUNT= neovim |
| 28 |
|
22 |
|
| 29 |
NO_ARCH= yes |
23 |
NO_ARCH= yes |
| 30 |
SUB_FILES= pkg-message |
24 |
SUB_FILES= pkg-message |