RS232, USB) with Python programs.
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
-PR = "ml1"
+PR = "ml2"
DEPENDS = "\
python-ao \
python-pyro \
python-pyserial \
python-pytest \
+ python-pyvisa \
python-pyweather \
python-pyxml \
python-pyxmlrpc \
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
-PR = "ml1"
+PR = "ml2"
NONWORKING = "\
python-codes \
python-pyreverse \
python-pyro \
python-pyserial \
+ python-pyvisa \
+ python-pyweather \
python-pyxml \
python-pyxmlrpc \
python-quicklauncher \
--- /dev/null
+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