summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1101c72a14c3e5900b495be48a8b673766592452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-fasttext-git
	pkgdesc = Library for fast text representation and classification – Python bindings
	pkgver = 0.2.0
	pkgrel = 1
	url = https://github.com/facebookresearch/fastText
	arch = any
	license = BSD
	makedepends = python-setuptools
	makedepends = python2-setuptools
	depends = pybind11
	depends = python-future
	depends = python-numpy
	depends = python-scipy
	depends = python-pytorch
	provides = python-fasttext
	conflicts = python-fasttext
	source = https://github.com/facebookresearch/fastText/archive/v0.2.0.tar.gz
	sha256sums = 71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c

pkgname = python-fasttext-git