aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-pyvisa_0.9.7.bb
blob: 54ece7630052a38357956e9f4c980f8f80c4701f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "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."
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "BSD"
SRCNAME = "PyVISA"

SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils