blob: d36168af76e4d0349a73b2353aa8e688e44386c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pyvisa
pkgdesc = A Python package with bindings to the 'Virtual Instrument Software Architecture' VISA library
pkgver = 1.16.1
pkgrel = 1
url = https://github.com/pyvisa/pyvisa
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
depends = python-legacy-cgi
depends = python-typing_extensions
depends = python-numpy
depends = python-pytest
optdepends = python-pyvisa-py: Pure Python backend
source = https://github.com/pyvisa/pyvisa/archive/refs/tags/1.16.1.tar.gz
sha256sums = 0f39c6c6d6d6d4f17ced4314075bc32bbadc0a8ddae431079f59ecd00f263850
pkgname = python-pyvisa
|