File: control

package info (click to toggle)
pyraf 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,608 kB
  • sloc: python: 24,890; ansic: 617; lisp: 76; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,447 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
Source: pyraf
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               iraf <!nocheck>,
               iraf-dev <!nocheck>,
               iraf-noao <!nocheck>,
               libx11-dev,
               python3-all-dev,
               python3-astropy <!nocheck>,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-tk
Section: python
Standards-Version: 4.6.0
Homepage: https://www.stsci.edu/institute/software_hardware/pyraf
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyraf
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyraf.git
Rules-Requires-Root: no

Package: python3-pyraf
Architecture: any
Depends: iraf,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Recommends: python3-numpy, python3-tk
Suggests: ipython3, python3-matplotlib, python3-urwid
Description: Python interface for IRAF
 PyRAF is a command language for running IRAF tasks in a Python like
 environment. It works very similar to IRAF CL, but has been updated
 to allow such things as importing Python modules, GUI parameter
 editing and help. It can be imported into Python allowing you to run
 IRAF commands from within a larger script.