summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 182ed4bd72e33a355908891c9eca63c5a4dfc9d7 (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
pkgbase = python-lmfit
	pkgdesc = Least-Squares Minimization with Constraints for Python
	pkgver = 0.9.9
	pkgrel = 1
	url = http://lmfit.github.io/lmfit-py/
	arch = any
	license = BSD
	source = https://github.com/lmfit/lmfit-py/archive/0.9.9.tar.gz
	md5sums = 6df6cd154fd2eab9f78e8515a823ffe3

pkgname = python-lmfit
	checkdepends = python-nose
	depends = python
	depends = python-numpy
	depends = python-scipy
	depends = python-asteval

pkgname = python2-lmfit
	checkdepends = python2-nose
	depends = python2
	depends = python2-numpy
	depends = python2-scipy
	depends = python2-asteval