Python:
authorMichael Lauer <mickey@vanille-media.de>
Mon, 11 Jul 2005 17:20:16 +0000 (17:20 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 17:20:16 +0000 (17:20 +0000)
- add python-pybluez 0.2 (Linux Bluetooth Bindings)
- add pybluez to task packages
- add homepage information to task packages

packages/meta/task-python-everything_0.9.2.bb
packages/meta/task-python-sharprom_0.9.0.bb
packages/python/python-pybluez_0.2.bb [new file with mode: 0644]

index 15963bf..54123c6 100644 (file)
@@ -1,7 +1,12 @@
 DESCRIPTION= "Everything Python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PR = "r0"
-DEPENDS = "    python-ao               \
+HOMEPAGE = "http://www.vanille.de/projects/python.spy"
+LICENSE = "MIT"
+PR = "ml1"
+
+DEPENDS = "\
+               python-ao                       \
+               python-bluez            \
                python-constraint       \
                python-crypto           \
                python-dialog           \
index ebcc123..b836ff0 100644 (file)
@@ -1,8 +1,11 @@
 DESCRIPTION= "Everything Python for SharpROM"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PR = "r2"
+HOMEPAGE = "http://www.vanille.de/projects/python.spy"
+LICENSE = "MIT"
+PR = "ml3"
 
-NONWORKING = "  python-codes           \
+NONWORKING = "\
+               python-codes            \
                python-crypto           \
                python-gmpy             \
                python-pysqlite         \
@@ -11,7 +14,9 @@ NONWORKING = "  python-codes          \
                python-sgmlop           \
                python-vorbis"
 
-DEPENDS = "    python-ao               \
+DEPENDS = "\
+               python-ao                       \
+               python-bluez            \
                python-constraint       \
                python-dialog           \
                python-egenix-mx-base   \
@@ -58,4 +63,3 @@ RDEPENDS=${DEPENDS}
 #fixme add python-pyx once kpathwhich-native is there
 #fixme add packages dynamically
 #fixme python-numarray doesn't work with soft-float
-LICENSE = MIT
diff --git a/packages/python/python-pybluez_0.2.bb b/packages/python/python-pybluez_0.2.bb
new file mode 100644 (file)
index 0000000..aa5d4fe
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python bindings for the Linux Bluetooth stack"
+MAINTAINER = "Michael 'Mickey' Lauer"
+SECTION = "devel/python"
+DEPENDS = "bluez-libs"
+LICENSE = "GPL"
+SRC_URI = "http://org.csail.mit.edu/pybluez/release/pybluez-src-${PV}.tar.gz"
+
+S = "${WORKDIR}/pybluez-${PV}"
+
+PR = "ml0"
+
+inherit distutils