blob: c2de6475ca826d2d69ef6dc070f4a5e9c344f30b (
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
25
26
27
|
pkgbase = python-galpy
pkgdesc = Galactic Dynamics in python
pkgver = 1.7.2
pkgrel = 1
url = http://galpy.readthedocs.io
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
makedepends = gsl
source = https://files.pythonhosted.org/packages/source/g/galpy/galpy-1.7.2.tar.gz
md5sums = df6c8331a9c8c340e0724e0d4b9acb62
pkgname = python-galpy
depends = python-scipy
depends = python-matplotlib
depends = python-future
depends = python-six
depends = python-pytest
depends = python-setuptools
optdepends = python-galpy-doc: Documentation for galpy
optdepends = gsl>=1.14: For some advanced features
optdepends = python-astropy: For Quantity support
optdepends = python-astroquery: For the Orbit.from_name initialization method
optdepends = python-numexpr: For or plotting arbitrary expressions of Orbit quantities
optdepends = python-jax: For use of constant-anisotropy DFs in galpy.df.constantbetadf
optdepends = python-pynbody-git: Foruse of SnapshotRZPotential and InterpSnapshotRZPotential
|