svn commit: r461426 - head/www/py-bokeh
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 10 19:59:18 UTC 2018
Author: sunpoet
Date: Sat Feb 10 19:59:16 2018
New Revision: 461426
URL: https://svnweb.freebsd.org/changeset/ports/461426
Log:
Simplify Makefile: use PY_FUTURES
With hat: python
Modified:
head/www/py-bokeh/Makefile
Modified: head/www/py-bokeh/Makefile
==============================================================================
--- head/www/py-bokeh/Makefile Sat Feb 10 19:59:11 2018 (r461425)
+++ head/www/py-bokeh/Makefile Sat Feb 10 19:59:16 2018 (r461426)
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/p
${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} \
+ ${PY_FUTURES} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${FLAVOR} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}tornado>=4.3:www/py-tornado@${FLAVOR}
@@ -26,10 +27,4 @@ USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} == 2700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>3.0.3:devel/py-futures@${FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list