python-paste: Add new recipe
[openembedded.git] / recipes / python / python-pyvisa_1.3.bb
blob90bb00ef730c392e9a2ca6e68079064f49dd1378
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