Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 21:22:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556420 - head/textproc/py-gensim
Message-ID:  <202011262122.0AQLMOfJ061275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011262122.0AQLMOfJ061275>