summarylogtreecommitdiffstats
path: root/.AURINFO
diff options
context:
space:
mode:
authorlmwang2015-06-28 17:47:52 -0700
committerlmwang2015-06-28 17:47:52 -0700
commitf1fe02dc98b0776d684a066824255f0ae730e20d (patch)
tree4e1361f3c34de812f712230b1fde686561f53aed /.AURINFO
downloadaur-f1fe02dc98b0776d684a066824255f0ae730e20d.tar.gz
Initial import
Diffstat (limited to '.AURINFO')
-rw-r--r--.AURINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..2b6b2621af41
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,21 @@
+pkgbase = python-pymc
+ pkgdesc = Markov chain Monte Carlo for Python
+ pkgver = 2.3.3
+ pkgrel = 1
+ url = https://github.com/pymc-devs/pymc
+ arch = i686
+ arch = x86_64
+ license = MIT
+ makedepends = gcc-fortran
+ source = https://pypi.python.org/packages/source/p/pymc/pymc-2.3.3.tar.gz
+ md5sums = 99645bf558a41376be0e687ccf90a39f
+
+pkgname = python-pymc
+ depends = python-numpy
+ optdepends = python-scipy
+ optdepends = python-matplotlib
+ optdepends = python-pytables
+ optdepends = ipython
+ optdepends = pydot
+ optdepends = python-nose
+