summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c52fb31e85d..c380b657c4fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = python-iminuit
pkgdesc = Python interface for MINUIT, a physics analysis tool for function minimization.
- pkgver = 1.3.10
+ pkgver = 1.4.0
pkgrel = 1
- url = http://iminuit.readthedocs.io/
+ url = http://iminuit.readthedocs.io
arch = i686
arch = x86_64
license = GPL
license = MIT
+ checkdepends = python-pytest
makedepends = cython
- makedepends = cython2
makedepends = python-numpy
- makedepends = python2-numpy
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/i/iminuit/iminuit-1.3.10.tar.gz
- md5sums = 3ac6ae34905409acdd053e5551b3c95d
+ source = https://files.pythonhosted.org/packages/source/i/iminuit/iminuit-1.4.0.tar.gz
+ md5sums = 693cc4846e4afee7d5ad2ecc5f92e389
pkgname = python-iminuit
depends = python>=3.5
@@ -25,13 +24,3 @@ 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>=1.11.3
- 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
-