svn commit: r556420 - head/textproc/py-gensim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 26 21:22:27 UTC 2020


Author: sunpoet
Date: Thu Nov 26 21:22:23 2020
New Revision: 556420
URL: https://svnweb.freebsd.org/changeset/ports/556420

Log:
  Update USES=python for py-smart-open 4.0.0 update

Modified:
  head/textproc/py-gensim/Makefile

Modified: head/textproc/py-gensim/Makefile
==============================================================================
--- head/textproc/py-gensim/Makefile	Thu Nov 26 21:22:19 2020	(r556419)
+++ head/textproc/py-gensim/Makefile	Thu Nov 26 21:22:23 2020	(r556420)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}smart-open>=1.8.1:net/py-smart-open@${PY_FLAVOR}
 
-USES=		compiler:c++11-lang python:3.5+
+USES=		compiler:c++11-lang python:3.6+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list