summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a1e54a04f6447a4e527fac475b2629b7c1974ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = python-poliastro
	pkgdesc = Astrodynamics and Orbital Mechanics computations
	pkgver = 0.16.0
	pkgrel = 1
	url = http://docs.poliastro.space
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python-dephell
	source = https://files.pythonhosted.org/packages/source/p/poliastro/poliastro-0.16.0.tar.gz
	md5sums = 37e9d40c6190e8ca765c57adb727d176

pkgname = python-poliastro
	depends = python-scipy
	depends = python-astropy
	depends = python-jplephem
	depends = python-matplotlib>3.0.1
	depends = python-plotly
	depends = python-numba>=0.53.0
	optdepends = python-poliastro-doc: Documentation for poliastro
	optdepends = python-pandas
	optdepends = python-astroquery>=0.3.9
	optdepends = python-pytest: For running the tests from the package