summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f9ad198b0b7cacea4f2ec78b43810bdaefc1f3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pkgbase = python-scikit-surprise
	pkgdesc = Python scikit for building and analyzing recommender systems
	pkgver = 1.1.0
	pkgrel = 1
	url = https://github.com/NicolasHug/Surprise
	arch = any
	license = BSD-3-Clause
	makedepends = python-setuptools
	makedepends = python2-setuptools
	makedepends = cython
	makedepends = cython2
	makedepends = python-numpy
	makedepends = python2-numpy
	source = python-scikit-surprise-1.1.0.tar.gz::https://github.com/NicolasHug/Surprise/archive/v1.1.0.tar.gz
	sha512sums = d8f28786029079ac9db52c61c4b5bf30150da96718e292cad90bb58f7d25173391e8686808d3b4e746987059057d21943570ed4be2ad8a1c3e8046e764b93600

pkgname = python-scikit-surprise
	depends = python-joblib
	depends = python-numpy
	depends = python-scipy
	depends = python-six
	optdepends = flake8: code linting to comply with contributing standards
	optdepends = python-pandas: dataframe handling
	optdepends = python-pytest: test suite
	optdepends = python-sphinx: documentation generator
	optdepends = python-sphinx_rtd_theme: Read The Docs theme for documentation generator
	optdepends = python-sphinxcontrib-spelling: spelling extension for documentation generator

pkgname = python2-scikit-surprise
	depends = python2-joblib
	depends = python2-numpy
	depends = python2-scipy
	depends = python2-six
	optdepends = python2-flake8: code linting to comply with contributing standards
	optdepends = python2-pandas: dataframe handling
	optdepends = python2-pytest: test suite
	optdepends = python2-sphinx: documentation generator
	optdepends = python2-sphinx_rtd_theme: Read The Docs theme for documentation generator
	optdepends = python2-sphinxcontrib-spelling: spelling extension for documentation generator