summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 69f9e3b4206009b37b712126b8223bf131a356d5 (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-filterpy
	pkgdesc = Kalman filtering and optimal estimation library
	pkgver = 1.4.5
	pkgrel = 2
	url = https://github.com/rlabbe/filterpy
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = python-filterpy-1.4.5.tar.gz::https://github.com/rlabbe/filterpy/archive/1.4.5.tar.gz
	sha256sums = fc371ad800ca5a5ff8b8352894a09c353b794ccc8b813c03d5187df451ccef3a

pkgname = python-filterpy
	depends = python-numpy
	depends = python-scipy
	depends = python-matplotlib

pkgname = python2-filterpy
	install = py2.install
	depends = python2-numpy
	depends = python2-scipy
	depends = python2-matplotlib