blob: 670b3387dce939f378cf9a18264aa7f4e01f8201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-pyvisa-py
pkgdesc = A pure python backend for PyVISA
pkgver = 0.7.2
pkgrel = 1
url = https://github.com/pyvisa/pyvisa-py
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-pyvisa
optdepends = linux-gpib: gpib instrument support
optdepends = python-gpib-ctypes: interface with GPIB instruments
optdepends = python-psutil: discover TCPIP devices across multiple interfaces
optdepends = python-pyserial: interface with serial instruments
optdepends = python-pyusb: interface with USB instruments
source = git+https://github.com/pyvisa/pyvisa-py.git#tag=0.7.2
sha256sums = SKIP
pkgname = python-pyvisa-py
|