summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorGordian Edenhofer2018-09-14 14:47:19 +0900
committerGordian Edenhofer2018-09-14 14:47:19 +0900
commit2ca16f5008f240fd3d6dd4508f463c408e634646 (patch)
treede8c02e68156c4dba9b6a653b00bdf542efc339f /.SRCINFO
parentc05ffe5d0e2623e67c4c77f360dab90373b4cc50 (diff)
downloadaur-2ca16f5008f240fd3d6dd4508f463c408e634646.tar.gz
upgpkg: python-gensim 3.5.0-2
Convert python{,2}-smart_open to an hard dependency instead of an optional one.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76ccb80c2ff0..75c84b3a4128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gensim
pkgdesc = Library for topic modelling, document indexing and similarity retrieval with large corpora
pkgver = 3.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://radimrehurek.com/gensim/
arch = i686
arch = x86_64
@@ -20,12 +20,12 @@ pkgname = python-gensim
depends = python-numpy
depends = python-scipy
depends = python-six
+ depends = python-smart_open
optdepends = python-pyro: Usage in a distributed environment
- optdepends = python-smart_open: Streaming of large files
pkgname = python2-gensim
depends = python2-numpy
depends = python2-scipy
depends = python2-six
+ depends = python2-smart_open
optdepends = python2-pyro: Usage in a distributed environment
- optdepends = python2-smart_open: Streaming of large files