summaryrefslogtreecommitdiff
path: root/control
blob: a8b5d4107c2f2b7c1e6071aaab29ce8515d664cd (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
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-compat (= 11),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.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: 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.