diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-24 22:40:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-24 22:40:19 +0000 |
commit | c9c81c0a113c3695227e721cae4408aa1e4a5876 (patch) | |
tree | 4fa5557b84c782f4c9ff9408aec485f57d872a83 /packages/python | |
parent | cf875476ebf0e2281b851de677d20adc973212e5 (diff) |
add python-pyvisa, a package that enables you to control all kinds of measurement equipment through various buses (GPIB,
RS232, USB) with Python programs.
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyvisa_0.9.7.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 <mickey@Vanille.de>" +LICENSE = "BSD" +SRCNAME = "PyVISA" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyvisa/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |