summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO14
1 files changed, 13 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fdb7de1529e..3e7958a78248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 27 06:20:12 UTC 2019
+# Sun Jan 27 08:13:36 UTC 2019
pkgbase = python-iminuit
pkgdesc = Python interface for MINUIT, a physics analysis tool for function minimization.
pkgver = 1.3.3
@@ -12,7 +12,9 @@ pkgbase = python-iminuit
checkdepends = python-pytest
checkdepends = jupyter-nbconvert
makedepends = cython
+ makedepends = cython2
makedepends = python-numpy
+ makedepends = python2-numpy
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/i/iminuit/iminuit-1.3.3.tar.gz
md5sums = 35f074f44dadd4e20dd110576c8a0ffc
@@ -27,3 +29,13 @@ pkgname = python-iminuit
optdepends = python-sphinx: For docs building
optdepends = python-iminuit-doc: Documentation for python-iminuit
+pkgname = python2-iminuit
+ depends = python2>=2.7
+ depends = python2-numpy
+ optdepends = ipython2
+ optdepends = python2-matplotlib
+ optdepends = python2-pytest-cov: For testing and get a coverage report
+ optdepends = cython2
+ optdepends = python2-sphinx: For docs building
+ optdepends = python-iminuit-doc: Documentation for python-iminuit
+