- add python-pybluez 0.2 (Linux Bluetooth Bindings)
- add pybluez to task packages
- add homepage information to task packages
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 \
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 \
python-sgmlop \
python-vorbis"
-DEPENDS = " python-ao \
+DEPENDS = "\
+ python-ao \
+ python-bluez \
python-constraint \
python-dialog \
python-egenix-mx-base \
#fixme add python-pyx once kpathwhich-native is there
#fixme add packages dynamically
#fixme python-numarray doesn't work with soft-float
-LICENSE = MIT
--- /dev/null
+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