summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2021-04-06 11:09:53 +0200
committerGordian Edenhofer2021-04-06 11:09:53 +0200
commite4a84c6b3b1dc278a3f59e9132fdccc5f845a1e6 (patch)
tree2701afdcaac55fcc41e1a6aec0183efce0abe423
parent2be3693a277ad027e7f132ae9aff88efb4ebda1d (diff)
downloadaur-e4a84c6b3b1dc278a3f59e9132fdccc5f845a1e6.tar.gz
upgpkg: python-gensim 4.0.1-1
Add python-levenshtein to the list of optional dependencies.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97fb3f83adf2..3607e14d3b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = python-gensim
depends = python-scipy
depends = python-smart_open
optdepends = python-pyro: Usage in a distributed environment
+ optdepends = python-levenshtein: Similarity measure
source = python-gensim-4.0.1.tar.gz::https://github.com/RaRe-Technologies/gensim/archive/4.0.1.tar.gz
sha512sums = 50ce30193a4356b5f708ce77c9dec9d1d209c904732e1982d62494bba9ee6d371f9df32a830883567e0e4b7ca575442248d510f395a964965e0d2352861323df
diff --git a/PKGBUILD b/PKGBUILD
index b08a552f04d2..9b31d7299301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ arch=('i686' 'x86_64')
license=('LGPL2.1')
url="https://radimrehurek.com/gensim/"
depends=('python-numpy' 'python-scipy' 'python-smart_open')
-optdepends=("python-pyro: Usage in a distributed environment")
+optdepends=("python-pyro: Usage in a distributed environment"
+ "python-levenshtein: Similarity measure")
makedepends=('python-setuptools' 'python-wheel' 'python-pip' 'cython')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('50ce30193a4356b5f708ce77c9dec9d1d209c904732e1982d62494bba9ee6d371f9df32a830883567e0e4b7ca575442248d510f395a964965e0d2352861323df')