File: control

package info (click to toggle)
python-casacore 3.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,488 kB
  • sloc: python: 4,189; cpp: 1,549; makefile: 67
file content (45 lines) | stat: -rw-r--r-- 1,619 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
Source: python-casacore
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Gijs Molenaar <gijs@pythonic.nl>,
           Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: casacore-dev (>= 3.6~),
               cmake,
               debhelper-compat (= 13),
               dh-python,
               libblas-dev,
               libboost-python-dev,
               liblapack-dev,
               libcfitsio-dev,
               pybuild-plugin-pyproject,
               python3-all,
               python3-all-dev,
               python3-numpy,
               python3-numpy-dev,
               python3-pytest <!nocheck>,
               python3-scikit-build-core,
               python3-setuptools,
               python3-setuptools-scm,
               python3-six,
               wcslib-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/python-casacore
Vcs-Git: https://salsa.debian.org/debian-astro-team/python-casacore.git
Homepage: https://github.com/casacore/python-casacore
Rules-Requires-Root: no

Package: python3-casacore
Architecture: any
Depends: python3-numpy,
         python3-six,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
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.