File: control

package info (click to toggle)
pyorbital 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 221
  • sloc: python: 1,564; makefile: 120; sh: 16
file content (65 lines) | stat: -rw-r--r-- 2,105 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: pyorbital
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0.0),
               dh-python,
               python-setuptools,
               python3-setuptools,
               python-all,
               python3-all,
               python-numpy,
               python3-numpy,
               python-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyorbital.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyorbital.git
Homepage: https://github.com/mraspaud/pyorbital
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-pyorbital
Architecture: all
Depends: ${shlibs:Depends},
         ${python:Depends},
         ${misc:Depends},
         python-numpy
Suggests: python-pyorbital-doc
Description: Orbital and astronomy computations in Python 2
 Python package for computing orbital parameters from TLE
 files, and making diverse astronomical computations.
 .
 This package is part of the PyTroll toolset.
 .
 This is the Python 2 version of the package.

Package: python3-pyorbital
Architecture: all
Depends: ${shlibs:Depends},
         ${python3:Depends},
         ${misc:Depends},
         python3-numpy
Suggests: python-pyorbital-doc
Description: Orbital and astronomy computations in Python 3
 Python package for computing orbital parameters from TLE
 files, and making diverse astronomical computations.
 .
 This package is part of the PyTroll toolset.
 .
 This is the Python 3 version of the package.

Package: python-pyorbital-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: www-browser
Breaks: python-pyorbital (<< 1.1.0-1)
Replaces: python-pyorbital (<< 1.1.0-1)
Description: Orbital and astronomy computations in Python (documentation)
 Python package for computing orbital parameters from TLE
 files, and making diverse astronomical computations.
 .
 This package contains the common HTML documentation.