svn commit: r550619 - head/www/py-bokeh

Serhii (Sergey) Kozlov skozlov at FreeBSD.org
Tue Sep 29 20:36:29 UTC 2020


Author: skozlov
Date: Tue Sep 29 20:36:28 2020
New Revision: 550619
URL: https://svnweb.freebsd.org/changeset/ports/550619

Log:
  www/py-bokeh: Remove Python 2.7 support
  
  Python 2.7 support was mistakenly added in the previous commit

Modified:
  head/www/py-bokeh/Makefile

Modified: head/www/py-bokeh/Makefile
==============================================================================
--- head/www/py-bokeh/Makefile	Tue Sep 29 20:36:25 2020	(r550618)
+++ head/www/py-bokeh/Makefile	Tue Sep 29 20:36:28 2020	(r550619)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/
 		${PYTHON_PKGNAMEPREFIX}tornado>=5:www/py-tornado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils concurrent
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list