From c9c81c0a113c3695227e721cae4408aa1e4a5876 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 24 Sep 2005 22:40:19 +0000 Subject: add python-pyvisa, a package that enables you to control all kinds of measurement equipment through various buses (GPIB, RS232, USB) with Python programs. --- packages/python/python-pyvisa_0.9.7.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/python/python-pyvisa_0.9.7.bb (limited to 'packages/python') diff --git a/packages/python/python-pyvisa_0.9.7.bb b/packages/python/python-pyvisa_0.9.7.bb new file mode 100644 index 0000000000..54ece76300 --- /dev/null +++ b/packages/python/python-pyvisa_0.9.7.bb @@ -0,0 +1,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 " +LICENSE = "BSD" +SRCNAME = "PyVISA" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3