mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / python / python-pyvisa_1.3.bb
blob1bb3745bf6e7af79a31f6d487d29912d4f445843
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"
10 SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz"
11 S = "${WORKDIR}/${SRCNAME}-${PV}"
13 inherit setuptools
15 export HOME=/tmp/foo
17 SRC_URI[md5sum] = "19ecf6cfcd000392c8405eceb488efb0"
18 SRC_URI[sha256sum] = "35fe5623906ebb8ebe27b2d5c9f793f2dce1698e32d8bdada3b69e42349994d8"