summaryrefslogtreecommitdiff
path: root/debian/control
blob: 427c345e048b798764c40e7a4cc6e115ee7ab02a (plain)
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
Source: pyvisa
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.0
X-Python-Version: all
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyvisa
Vcs-Git: https://salsa.debian.org/python-team/modules/pyvisa.git
Homepage: https://pyvisa.readthedocs.io/

Package: pyvisa
Depends: python-pyvisa, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: Transitional dummy package for python-pyvisa
 This is a transitional dummy package. It can safely be removed.

Package: python-pyvisa
Architecture: all
Depends: python-pkg-resources, ${python:Depends}, ${misc:Depends}
Recommends: python-pyvisa-py
Suggests: libvisa0
Replaces: pyvisa (<< 1.6.3-2)
Breaks: pyvisa (<< 1.6.3-2)
Description: Python bindings for Virtual Instrument Software Architecture
 The VISA standard provides a common interface for communication with test
 and measurement equipment.
 .
 This package provides Python bindings for VISA.

Package: python3-pyvisa
Architecture: all
Depends: python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
Recommends: python3-pyvisa-py
Suggests: libvisa0
Description: Python 3 bindings for Virtual Instrument Software Architecture
 The VISA standard provides a common interface for communication with test
 and measurement equipment.
 .
 This package provides Python 3 bindings for VISA.