[Lunar-commits] <moonbase-other> PyBluez: Readding to moonbase.
stumbles
stumbles at lunar-linux.org
Fri Dec 21 10:27:37 CET 2012
commit cf14acd5d91b45745c1ebc277fc213dbb171b79d
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 21 Dec 2012 01:27:37 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/cf14acd5d91b45745c1ebc277fc213dbb171b79d
PyBluez: Readding to moonbase.
---
python/PyBluez/BUILD | +7/-0
python/PyBluez/DEPENDS | +2/-0
python/PyBluez/DETAILS | +14/-0
3 files changed, 23 insertions(+)
--- /dev/null
+++ b/python/PyBluez/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/PyBluez/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends bluez
--- /dev/null
+++ b/python/PyBluez/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=PyBluez
+ VERSION=0.18
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://pybluez.googlecode.com/files/
+ SOURCE_VFY=sha1:0b911ca32621060132934889b6998e8a692459dd
+ WEB_SITE=http://code.google.com/p/pybluez/
+ ENTERED=20100123
+ UPDATED=20100123
+ SHORT="Python bindings for bluetooth"
+
+cat << EOF
+PyBluez is an effort to create python wrappers around system Bluetooth resources
+to allow Python developers to easily and quickly create Bluetooth applications.
+EOF
More information about the Lunar-commits
mailing list