summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJonathan Yantis2015-06-11 09:04:41 -0700
committerJonathan Yantis2015-06-11 09:04:41 -0700
commit08a642477efa924c5c5a37a6c81664b7f8d8b651 (patch)
tree30b1576b6ed6e6d1aaa2b2dec8a6ea8338003386 /.SRCINFO
downloadaur-python2-word2vec-git.tar.gz
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO24
1 files changed, 24 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..04de22d2a663
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = python2-word2vec-git
+ pkgdesc = Python 2 interface to word2vec. Used for converting words into vectors for machine learning and deep learning
+ pkgver = 0.7.1.r109.bec7e3a
+ pkgrel = 2
+ url = https://github.com/danielfrg/word2vec
+ arch = x86_64
+ license = APACHE
+ makedepends = git
+ makedepends = python2-setuptools
+ makedepends = make
+ depends = python2
+ depends = python2-numpy
+ depends = python2-scikit-learn
+ depends = python2-joblib
+ optdepends = ipython2: For examples
+ provides = python2-word2vec
+ conflicts = python2-word2vec
+ conflicts = word2vec-svn
+ conflicts = python-word2vec
+ source = git+https://github.com/danielfrg/word2vec.git
+ sha256sums = SKIP
+
+pkgname = python2-word2vec-git
+