aboutsummaryrefslogtreecommitdiff
path: root/editors/py-pynvim
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-09 14:33:52 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-09 14:33:52 +0000
commitd407d80f49d7ed34bda40978c8d81428c5835046 (patch)
treed322fba08b9fff313503389aa01b0e20d2a44768 /editors/py-pynvim
parent14fdff9904db0629fa4a735b234c28b8b34e9341 (diff)
downloadports-d407d80f49d7ed34bda40978c8d81428c5835046.tar.gz
ports-d407d80f49d7ed34bda40978c8d81428c5835046.zip
Remove py27_*_DEPENDS lines from ports using Python 3.6+ only.
While here adjust a related comment in graphics/py-traitsui
Notes
Notes: svn path=/head/; revision=560867
Diffstat (limited to 'editors/py-pynvim')
-rw-r--r--editors/py-pynvim/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/py-pynvim/Makefile b/editors/py-pynvim/Makefile
index 77f3ca8f89ad..87dc461dfcd3 100644
--- a/editors/py-pynvim/Makefile
+++ b/editors/py-pynvim/Makefile
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR}
-py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trollius>=0:devel/py-trollius@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.4.0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+