File: control

package info (click to toggle)
gavodachs 2.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,260 kB
  • sloc: python: 58,359; xml: 8,882; javascript: 3,453; ansic: 661; sh: 158; makefile: 22
file content (124 lines) | stat: -rw-r--r-- 4,848 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Source: gavodachs
Section: python
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
           Markus Demleitner <gavo@ari.uni-heidelberg.de>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-python,
               python3-all (>= 3.7),
               python3-setuptools (>= 0.6b3)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/gavodachs
Vcs-Git: https://salsa.debian.org/debian-astro-team/gavodachs.git
Homepage: http://vo.ari.uni-heidelberg.de/docs/DaCHS
Rules-Requires-Root: no

Package: python3-gavo
Architecture: all
Depends: libjs-jquery,
         libjs-jquery-flot,
         python3-cryptography,
         python3-docutils,
         python3-gavo-stc (= ${binary:Version}),
         python3-gavo-utils (= ${binary:Version}),
         python3-gavo-votable (= ${binary:Version}),
         python3-lxml,
         python3-matplotlib,
         python3-pkg-resources,
         python3-psycopg2,
         python3-pymoc,
         python3-rjsmin,
         python3-testresources,
         python3-twisted,
         ${misc:Depends},
         ${python3:Depends}
Recommends: libcfitsio-dev,
            libpq-dev,
            postgresql-client,
            python3-healpy,
            python3-requests
Provides: ${python:Provides}
Conflicts: python-gavodachs
Description: Virtual Observatory data center publishing suite
 The Data Center Helper Suite (DaCHS) is a collection of Python modules
 (with some exceptions) to help you in setting up and running a VO-compliant
 data center. Moreover, some parts of this code are useful for client-side
 applications.
 .
 Currently, DaCHS supports most DAL protocols (SIAP, SCS, TAP), form-based
 interfaces, a publishing registry, ADQL and some other (less prominent)
 VO standards, and data management for various kinds of input.

Package: python3-gavo-stc
Architecture: all
Depends: python3-gavo-utils(= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Provides: ${python3:Provides}
Description: IVOA Space-Time-Coordinate (STC) library
 This library handles space-time information within the Virtual
 Observatory (VO) according to the IVOA (International Virtual
 Observatory Alliance) STC recommendation.
 .
 The VO knows two implementations for STC metadata, one in XML
 called STC-X and a linear string implementation called STC-S.
 This library provides support for the generating and parsing of
 STC-S expressions and STC-X documents. Moreover, it contains various
 helper functions for the transformation between Earth coordinate
 systems, for dealing with sky coordinates, for time parsing and time
 conversions, and for the definition and conversion of units in STC.

Package: python3-gavo-utils
Architecture: all
Depends: python3-astropy,
         python3-docutils,
         python3-numpy,
         python3-pil,
         python3-pkg-resources,
         python3-psycopg2,
         python3-pyparsing,
         ${misc:Depends},
         ${python3:Depends}
Breaks: python3-gavodachs(<< ${binary:Version})
Provides: ${python3:Provides}
Description: support library for the Virtual Observatory
 The "python3-gavoutils" library is a collection of helper functions and
 classes used by various VO libraries and applications.
 .
 Among other things, this collection provides support for memoisation,
 for formatting and text manipulation. It contains bindings for the
 pgsphere postgres extension, utility functions to deal with
 FITS files and math-related helper functions.

Package: python3-gavo-votable
Architecture: all
Depends: python3-gavo-stc(= ${binary:Version}),
         python3-gavo-utils(= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Provides: ${python:Provides}
Description: library for the reading and writing of VOTables
 The VOTable format is defined by the International Virtual Observatory
 Alliance (IVOA) to facilitate data exchange in astronomy. This library
 implements most of the specification and offers simple and advanced,
 streaming interfaces.  Also included is a simple client to query TAP
 servers.

Package: gavodachs2-server
Conflicts: gavodachs-server
Architecture: all
Depends: adduser,
         members,
         postgresql-13-pgsphere,
         postgresql-13-q3c,
         python3-gavo (= ${binary:Version}),
         ${misc:Depends}
Provides: ${python:Provides}
Description: server package of the Virtual Observatory data center suite
 This package sets up a ready-to use VO data center using GAVO's Data
 Center Helper Suite (DaCHS), in particular by configuring a postgres
 database backend.  The DaCHS server lets data center operators ingest
 their astronomical data into structured repositories and publish
 those to the Virtual Observatory.