increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pyvisa_1.3.bb
1 DESCRIPTION = "A Python package with bindings to the 'Virtual Instrument Software Architecture' \
2 (VISA) library, in order to control measurement devices and test equipment via GPIB, RS232, or USB."
3 SECTION = "devel/python"
4 HOMEPAGE = "http://pyvisa.sourceforge.net/"
5 PRIORITY = "optional"
6 LICENSE = "BSD"
7 SRCNAME = "PyVISA"
8 PR = "ml0"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz"
11 S = "${WORKDIR}/${SRCNAME}-${PV}"
12
13 inherit setuptools
14
15 export HOME=/tmp/foo