summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKonstantin Gizdov2017-10-13 01:53:22 +0200
committerKonstantin Gizdov2017-10-13 01:53:22 +0200
commit08516176ea5a4c55c6b482bd2e3d5f0bfe17acba (patch)
tree8f44d6ce2c47ecbae0929a1c931d985549c496a9 /.SRCINFO
downloadaur-08516176ea5a4c55c6b482bd2e3d5f0bfe17acba.tar.gz
initial upload of v0.5.0
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO40
1 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..66d1286f7b67
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,40 @@
+pkgbase = python-hep_ml
+ pkgdesc = Specific machine learning tools for purposes of high energy physics
+ pkgver = 0.5.0
+ pkgrel = 1
+ url = https://arogozhnikov.github.io/hep_ml/
+ arch = i686
+ arch = x86_64
+ license = Apache
+ makedepends = python2-scipy
+ makedepends = python-scipy
+ makedepends = python2-setuptools
+ makedepends = python-setuptools
+ makedepends = cython2
+ makedepends = cython
+ makedepends = python2-pandas
+ makedepends = python-pandas
+ makedepends = python2-scikit-learn
+ makedepends = python-scikit-learn
+ makedepends = python2-theano
+ makedepends = python-theano
+ options = !emptydirs
+ source = https://github.com/arogozhnikov/hep_ml/archive/v0.5.0.zip
+ sha256sums = e5145fd84b6876941807bb80fde4ff2e38fd16fb76152b83da70338022074821
+
+pkgname = python2-hep_ml
+ depends = python2-scipy
+ depends = python2-six
+ depends = python2-pandas
+ depends = python2-theano
+ depends = python2-scikit-learn
+ depends = python2-numpy
+
+pkgname = python-hep_ml
+ depends = python-scipy
+ depends = python-six
+ depends = python-pandas
+ depends = python-theano
+ depends = python-scikit-learn
+ depends = python-numpy
+