add python-pyusb, python bindings to libusb
authorMichael Lauer <mickey@vanille-media.de>
Mon, 29 Oct 2007 04:37:48 +0000 (04:37 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 29 Oct 2007 04:37:48 +0000 (04:37 +0000)
packages/python/python-pyusb_0.4.1.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

diff --git a/packages/python/python-pyusb_0.4.1.bb b/packages/python/python-pyusb_0.4.1.bb
new file mode 100644 (file)
index 0000000..d449208
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "libusb Python Bindings"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+DEPENDS = "libusb"
+SRCNAME = "pyusb"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
index ffa3280..09367a9 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml19"
+PR = "ml20"
 
 RDEPENDS = "\
                python-ao               \
@@ -58,6 +58,7 @@ RDEPENDS = "\
                python-pyro             \
                python-pyserial         \
                python-pytester         \
+               python-pyusb            \
                python-pyvisa           \
                python-pyweather        \
                python-pyxml            \