Files
ports/editors/py-vim-bridge/Makefile
T
Charlie Li 06a08e69f3 python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

31 lines
739 B
Makefile

PORTNAME= vim-bridge
DISTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= editors python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Decorator enabing transparent calls to Python functions in Vim scripts
WWW= https://github.com/nvie/vim_bridge
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>