summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: bd35d302f6d7f1c5c4efc395e625398bf90808c6 (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
27
28
29
30
pkgbase = python-iminuit
	pkgdesc = Python interface for MINUIT, a physics analysis tool for function minimization.
	pkgver = 2.9.0
	pkgrel = 1
	url = https://iminuit.readthedocs.io
	arch = i686
	arch = x86_64
	license = GPL
	license = MIT
	checkdepends = python-pytest
	checkdepends = python-scipy
	checkdepends = python-numba>0.54.0
	checkdepends = python-matplotlib
	checkdepends = python-tabulate
	makedepends = python-setuptools
	makedepends = python-numpy
	makedepends = cmake
	options = !emptydirs
	source = https://files.pythonhosted.org/packages/source/i/iminuit/iminuit-2.9.0.tar.gz
	md5sums = 9f3dcf2b8f02f162a6cad12860df5295

pkgname = python-iminuit
	depends = python>=3.6
	depends = python-numpy
	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