1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/editors/py-vim-bridge/Makefile
Mateusz Piotrowski 8e0a4fc28c editors/py-vim-bridge: New port
vim_bridge is a Python-to-Vim bridge decorator that allows transparent
calls to Python functions in native Vim scripts.

WWW: https://github.com/nvie/vim_bridge
2021-07-06 07:44:31 +02:00

29 lines
688 B
Makefile

PORTNAME= vim-bridge
DISTVERSION= 0.6
CATEGORIES= editors python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Decorator enabing transparent calls to Python functions in Vim scripts
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/setup.py
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= nvie
GH_PROJECT= vim_bridge
USE_PYTHON= autoplist concurrent distutils flavors
NO_ARCH= yes
do-test:
@(cd ${TEST_WRKSRC} && \
${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
.include <bsd.port.mk>