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

pkgname = python-pyvisa-py