summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanManN2018-12-21 23:29:19 -0500
committerDanManN2018-12-21 23:29:19 -0500
commit45643a342636f5d48f69bf6ddbfe1e7f35e30af7 (patch)
tree4c847c188fe3368f1ff2eb354853a65953954d80
parent93f5b0d6fe7256693205a0556a00ffb9140ab40b (diff)
downloadaur-45643a342636f5d48f69bf6ddbfe1e7f35e30af7.tar.gz
new deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf99c71086d..c3f72ec64481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-thinc-git
pkgdesc = Practical Machine Learning for NLP
pkgver = 6.12.1.r2400.a6badde8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/explosion/thinc
arch = x86_64
license = MIT
@@ -15,15 +15,15 @@ pkgbase = python-thinc-git
depends = python-wrapt
depends = python-plac
depends = python-tqdm
- depends = python-srsly
- depends = python-wasabi
depends = python-six
- depends = python
+ depends = python-dill
depends = python-hypothesis
depends = python-pytest
depends = python-mock
depends = python-blis
- depends = flake8
+ depends = python-msgpack-numpy
+ depends = python-msgpack
+ depends = python-cytoolz
optdepends = python-spacy: examples
provides = python-thinc
conflicts = python-thinc
diff --git a/PKGBUILD b/PKGBUILD
index a7d1e1c6432c..2118382c6933 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-thinc-git
_origpkgname=thinc
pkgver=6.12.1.r2400.a6badde8
-pkgrel=2
+pkgrel=3
pkgdesc="Practical Machine Learning for NLP"
arch=("x86_64")
url="https://github.com/explosion/thinc"
@@ -16,16 +16,17 @@ depends=('cython'
'python-wrapt'
'python-plac'
'python-tqdm'
- 'python-srsly'
- 'python-wasabi'
'python-six'
- 'python'
+ 'python-dill'
'python-hypothesis'
'python-pytest'
'python-mock'
'python-blis'
- 'flake8'
-)
+ 'python-msgpack-numpy'
+ 'python-msgpack'
+ 'python-cytoolz'
+ )
+
makedepends=('git' 'python-setuptools')
optdepends=('python-spacy: examples')
provides=('python-thinc')