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 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: galpy
Section: python
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-numpy (>= 1.7.0),
python3-six (>= 1.10.0),
python3-matplotlib (>= 1.5.2~rc2),
python3-scipy (>= 0.17.1),
python3-nose,
python3-tk,
python3-future,
libgsl-dev
Standards-Version: 4.5.1
Homepage: https://pypi.python.org/pypi/galpy
Vcs-Git: https://salsa.debian.org/debian-astro-team/galpy.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/galpy
Rules-Requires-Root: no
Package: python3-galpy
Architecture: any
Depends: ${python3:Depends},
${misc:Depends},
${shlibs:Depends},
python3-numpy (>= 1.7),
python3-matplotlib (>= 1.5.2~rc2),
python3-scipy (>= 0.17.1),
python3-six (>= 1.10.0),
python3-tk,
python3-future,
python3-distutils
Recommends: python3-astropy
Description: Python 3 package for Galactic Dynamics
Python 3 module that supports orbit integration in a variety of potentials,
evaluating and sampling various distribution functions, and the calculation of
action-angle coordinates for all static potentials.
|