summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO44
1 files changed, 44 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..64f6261139b8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,44 @@
+pkgbase = python-scikit-surprise
+ pkgdesc = Python scikit for building and analyzing recommender systems
+ pkgver = 1.0.6
+ pkgrel = 1
+ url = https://github.com/NicolasHug/Surprise
+ arch = any
+ license = BSD-3-Clause
+ makedepends = git
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ makedepends = cython
+ makedepends = cython2
+ makedepends = python-numpy
+ makedepends = python2-numpy
+ source = python-scikit-surprise-1.0.6.tar.gz::https://github.com/NicolasHug/Surprise/archive/v1.0.6.tar.gz
+ sha512sums = 6ae60b522bec70c4b2dc55bda5e8d1bd4566a865a7ef803c03e29ea3eedaa625558e5019136d9b69c364e963638f3968b006c82a51f8422c538b523fa4cc805b
+
+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
+ provides = python-scikit-surprise=1.0.6
+ conflicts = python-scikit-surprise
+
+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
+ provides = python2-scikit-surprise=1.0.6
+ conflicts = python2-scikit-surprise