File: control

package info (click to toggle)
python-casacore 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,516 kB
  • sloc: python: 4,360; cpp: 1,545; makefile: 67; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,306 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
Source: python-casacore
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Gijs Molenaar <gijs@pythonic.nl>, Ole Streicher <olebole@debian.org>
Build-Depends: casacore-dev (>= 3.2~),
               debhelper-compat (= 13),
               dh-python,
               libboost-python-dev,
               libcfitsio-dev,
               python3-all,
               python3-all-dev,
               python3-numpy,
               python3-setuptools,
               python3-six,
               wcslib-dev
Standards-Version: 4.5.0
Homepage: https://github.com/casacore/python-casacore
Vcs-Git: https://salsa.debian.org/debian-astro-team/python-casacore.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/python-casacore

Package: python3-casacore
Architecture: any
Provides: ${python3:Provides}
Depends: python3-numpy,
         python3-six,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python bindings to the casacore library
 The casacore package contains the core libraries of the old AIPS++/CASA
 package. This split was made to get a better separation of core
 libraries and applications. CASA is now built on top of casacore.
 .
 This is the Python wrapper around the library.