summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2020-12-04 20:55:31 +0100
committerGordian Edenhofer2020-12-04 20:55:31 +0100
commitd4192624aedcd120d85fc05bbc896579ba8976cb (patch)
tree3c0642ebc345b4a9d6f7e19ef33434c45f5b594e
parentd7b289bcf3d5a4b6c6f441c21575b6880d20425e (diff)
downloadaur-d4192624aedcd120d85fc05bbc896579ba8976cb.tar.gz
upgpkg: python-gensim 3.8.3-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e069d03c0e5..95df5ee524a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-gensim
pkgdesc = Library for topic modelling, document indexing and similarity retrieval with large corpora
pkgver = 3.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://radimrehurek.com/gensim/
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = python-setuptools
+ makedepends = python-wheel
makedepends = cython
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 569f78dfab09..31dbbc8bbf12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=python-gensim
_pkgname=gensim
pkgver=3.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="Library for topic modelling, document indexing and similarity retrieval with large corpora"
arch=('i686' 'x86_64')
license=('LGPL2.1')
url="https://radimrehurek.com/gensim/"
depends=('python-numpy' 'python-scipy' 'python-six' 'python-smart_open')
optdepends=("python-pyro: Usage in a distributed environment")
-makedepends=('python-setuptools' 'cython')
+makedepends=('python-setuptools' 'python-wheel' 'cython')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('09a60a53aa1de2c9c23eeaae01503d6b3102d7db6c82a04cb995f1bcd41828692044dd94818175c178d7524bd95382fa9ebd234adc865a4da707519dd80b1109')