File: control

package info (click to toggle)
pyephem 4.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,340 kB
  • sloc: ansic: 77,564; python: 2,473; makefile: 74
file content (34 lines) | stat: -rw-r--r-- 1,360 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
Source: pyephem
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-setuptools,
               tzdata
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyephem
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyephem.git
Homepage: https://rhodesmill.org/pyephem/
Rules-Requires-Root: no

Package: python3-ephem
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Compute positions of the planets and stars with Python
 PyEphem provides an ephem Python package for performing high-precision
 astronomy computations. The underlying numeric routines are coded in C and
 are the same ones that drive the popular XEphem astronomy application, whose
 author, Elwood Charles Downey, generously gave permission for their use in
 PyEphem.
 .
 The name ephem is short for the word ephemeris, which is the
 traditional term for a table giving the position of a planet, asteroid, or
 comet for a series of dates.
 .
 Nothe that this package will continue to be maintained, but it no
 longer stands at the cutting edge of astronomy in Python.