1 #Maintainer: Gergely Imreh <imrehg(at)gmail(dot)com>
2 #Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
7 pkgdesc="A Python package with bindings to the 'Virtual Instrument Software Architecture' VISA library, in order to control measurement devices and test equipment via GPIB, RS232, or USB."
9 makedepend=('gcc' 'python2-distutils')
10 arch=('i686' 'x86_64')
11 url="http://pyvisa.sourceforge.net/"
13 provides=('pyvisa' 'python-pyvisa')
14 source=("http://downloads.sourceforge.net/project/pyvisa/PyVISA/${pkgver}/PyVISA-${pkgver}.tar.gz")
17 cd "${srcdir}/${_orig_name}-${pkgver}"
18 $PYTHON setup.py install --root "${pkgdir}"
20 md5sums=('19ecf6cfcd000392c8405eceb488efb0')