summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8f67b9b9d07685b97ced12c656a84cedd2b0546a (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-poliastro
	pkgdesc = Astrodynamics and Orbital Mechanics computations
	pkgver = 0.15.2
	pkgrel = 1
	url = http://docs.poliastro.space
	arch = i686
	arch = x86_64
	license = MIT
	makedepends = python-setuptools
	makedepends = python-dephell
	source = https://files.pythonhosted.org/packages/source/p/poliastro/poliastro-0.15.2.tar.gz
	md5sums = 6f3e724beff0b8831dc3101acfadb633

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