aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-gensim
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-02 01:35:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-05-02 01:35:25 +0000
commit93e023ad8b4b6720d36c8b041ba9f7acd4eca5fb (patch)
tree0e719b9e9d231a0594b0c6beae36dd6f2e6ebc66 /textproc/py-gensim
parente4289f4048ce160a423b62487fad571876c03c0b (diff)
downloadports-93e023ad8b4b6720d36c8b041ba9f7acd4eca5fb.tar.gz
ports-93e023ad8b4b6720d36c8b041ba9f7acd4eca5fb.zip
Notes
Diffstat (limited to 'textproc/py-gensim')
-rw-r--r--textproc/py-gensim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-gensim/Makefile b/textproc/py-gensim/Makefile
index fb7147f6bdca..10eb1a461912 100644
--- a/textproc/py-gensim/Makefile
+++ b/textproc/py-gensim/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gensim
DISTVERSION= 3.8.2
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.18.1:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}smart_open>=1.8.1:net/py-smart_open@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}smart-open>=1.8.1:net/py-smart-open@${PY_FLAVOR}
USES= compiler:c++11-lang python:3.5+
USE_PYTHON= distutils autoplist