File: control

package info (click to toggle)
galpy 1.6.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,224 kB
  • sloc: python: 27,709; ansic: 11,904; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download
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.