summaryrefslogtreecommitdiff
path: root/debian/control
blob: f94a13c4d9a402e65e5ce8d39f1d4c0afc9c4f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: pyvisa-py
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-setuptools, python,
               python-sphinx-rtd-theme
Standards-Version: 3.9.6
X-Python-Version: all
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyvisa-py.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pyvisa-py.git
Homepage: https://github.com/hgrecco/pyvisa-py

Package: python-pyvisa-py
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, pyvisa
Description: Backend that implements a large part of the VISA in pure Python
 PyVISA started as wrapper for the NI-VISA library and therefore you need to
 install National Instruments VISA library in your system. This works most of
 the time, for most people. But NI-VISA is a proprietary library that only works
 on certain systems. That is when PyVISA-py jumps in.