summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4a4635a4bccf1a06a13cc3a1d896b3c8ee933822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = python-iminuit
	pkgdesc = Python interface for MINUIT, a physics analysis tool for function minimization.
	pkgver = 1.4.8
	pkgrel = 1
	url = http://iminuit.readthedocs.io
	arch = i686
	arch = x86_64
	license = GPL
	license = MIT
	checkdepends = python-pytest
	makedepends = cython
	makedepends = python-numpy
	options = !emptydirs
	source = https://files.pythonhosted.org/packages/source/i/iminuit/iminuit-1.4.8.tar.gz
	md5sums = a5a7b61a141b9f6b5a66e517f375afa8

pkgname = python-iminuit
	depends = python>=3.5
	depends = python-numpy>=1.11.3
	optdepends = ipython
	optdepends = python-matplotlib
	optdepends = python-pytest-cov: For testing and get a coverage report
	optdepends = cython
	optdepends = python-sphinx: For docs building
	optdepends = python-iminuit-doc: Documentation for python-iminuit