[Lunar-commits] <moonbase> pyusb: version 0.4.2 added to zbeta
Duncan Gibson
engelsman at lunar-linux.org
Wed May 5 20:11:57 CEST 2010
commit 54cd1a4ce393ec670c6527ed75b136fef6a1131e
Author: Paul Bredbury <brebs at sent.com>
Date: Wed May 5 20:11:57 2010 +0200
pyusb: version 0.4.2 added to zbeta
pyusb: new module
---
zbeta/pyusb/BUILD | 10 ++++++++++
zbeta/pyusb/DEPENDS | 2 ++
zbeta/pyusb/DETAILS | 14 ++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/zbeta/pyusb/BUILD b/zbeta/pyusb/BUILD
new file mode 100644
index 0000000..6b2f22c
--- /dev/null
+++ b/zbeta/pyusb/BUILD
@@ -0,0 +1,10 @@
+(
+
+ # Convert line-endings from Windows to Unix format
+ sedit 's/\r//' README &&
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/pyusb/DEPENDS b/zbeta/pyusb/DEPENDS
new file mode 100644
index 0000000..4e58cdc
--- /dev/null
+++ b/zbeta/pyusb/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends libusb
diff --git a/zbeta/pyusb/DETAILS b/zbeta/pyusb/DETAILS
new file mode 100644
index 0000000..0a5a14b
--- /dev/null
+++ b/zbeta/pyusb/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=pyusb
+ VERSION=0.4.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE
+ SOURCE_URL[1]=http://download.berlios.de/pyusb
+ SOURCE_VFY=sha1:0adfc60c2e24ecaf1b7caca7d57ff50f5e7a4de3
+ WEB_SITE=http://pyusb.sourceforge.net/
+ ENTERED=20100422
+ UPDATED=20100422
+ SHORT="A native Python module written in C which provides USB access"
+
+cat << EOF
+PyUSB is a Python library that aims to provide easy USB device access.
+EOF
More information about the Lunar-commits
mailing list