updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / python-pyvisa / PKGBUILD
blobaa59db86c47e3fae2ec9ce919041a7d05c023a4b
1 #Maintainer: Gergely Imreh <imrehg(at)gmail(dot)com>
2 #Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
3 pkgname=python-pyvisa
4 _orig_name=PyVISA
5 pkgver=1.3
6 pkgrel=1
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."
8 depends=('python2')
9 makedepend=('gcc' 'python2-distutils')
10 arch=('i686' 'x86_64')
11 url="http://pyvisa.sourceforge.net/"
12 license=('GPL')
13 provides=('pyvisa' 'python-pyvisa')
14 source=("http://downloads.sourceforge.net/project/pyvisa/PyVISA/${pkgver}/PyVISA-${pkgver}.tar.gz")
15 build() {
16   PYTHON=python2
17   cd "${srcdir}/${_orig_name}-${pkgver}"
18   $PYTHON setup.py install --root "${pkgdir}"
20 md5sums=('19ecf6cfcd000392c8405eceb488efb0')