add python-pyvisa, a package that enables you to control all kinds of measurement...
authorMichael Lauer <mickey@vanille-media.de>
Sat, 24 Sep 2005 22:40:19 +0000 (22:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 24 Sep 2005 22:40:19 +0000 (22:40 +0000)
RS232, USB) with Python programs.

packages/meta/task-python-everything_1.0.0.bb
packages/meta/task-python-sharprom_1.0.0.bb
packages/python/python-pyvisa_0.9.7.bb [new file with mode: 0644]

index 38e9f30..32e36b9 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml1"
+PR = "ml2"
 
 DEPENDS = "\
                python-ao               \
@@ -42,6 +42,7 @@ DEPENDS = "\
                python-pyro             \
                python-pyserial         \
                python-pytest           \
+               python-pyvisa           \
                python-pyweather        \
                python-pyxml            \
                python-pyxmlrpc         \
index c9cdb38..89d155b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python for SharpROM"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml1"
+PR = "ml2"
 
 NONWORKING = "\
                python-codes            \
@@ -43,6 +43,8 @@ DEPENDS = "\
                python-pyreverse        \
                python-pyro             \
                python-pyserial         \
+               python-pyvisa           \
+               python-pyweather        \
                python-pyxml            \
                python-pyxmlrpc         \
                python-quicklauncher    \
diff --git a/packages/python/python-pyvisa_0.9.7.bb b/packages/python/python-pyvisa_0.9.7.bb
new file mode 100644 (file)
index 0000000..54ece76
--- /dev/null
@@ -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