diff options
Diffstat (limited to 'recipes/python/python-pyvisa_1.3.bb')
-rw-r--r-- | recipes/python/python-pyvisa_1.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/python/python-pyvisa_1.3.bb b/recipes/python/python-pyvisa_1.3.bb new file mode 100644 index 0000000000..90bb00ef73 --- /dev/null +++ b/recipes/python/python-pyvisa_1.3.bb @@ -0,0 +1,15 @@ +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" +HOMEPAGE = "http://pyvisa.sourceforge.net/" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "PyVISA" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +export HOME=/tmp/foo |