summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 786bd62001aa5e5017e4f3ccbb963f1c49735f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = python-lmfit
	pkgdesc = Least-Squares Minimization with Constraints for Python
	pkgver = 0.9.8
	pkgrel = 1
	url = http://lmfit.github.io/lmfit-py/
	arch = any
	license = BSD
	source = https://github.com/lmfit/lmfit-py/archive/0.9.8.tar.gz
	md5sums = 56744e7bb1033a8ff0a69b6365c8b323

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

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