add python-gammu, the python bindings to the gammu phone comm. library
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 May 2006 14:49:40 +0000 (14:49 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 14:49:40 +0000 (14:49 +0000)
packages/meta/task-python-everything_20060425.bb
packages/meta/task-python-sharprom_20060425.bb
packages/python/python-gammu_0.12.bb [new file with mode: 0644]
packages/python/python-pyqt4_0.9.2.bb

index 1095f3e..fa580ab 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml3"
+PR = "ml4"
 
 BROKEN_BECAUSE_GCC4 = "\
                python-egenix-mx-base"
@@ -16,6 +16,7 @@ RDEPENDS = "\
                python-pycurl           \
                python-fnorb            \
                python-fpconst          \
+               python-gammu            \
                python-gmpy             \
                python-gnosis           \
                python-hmm              \
index dded5af..bbf3bb5 100644 (file)
@@ -2,11 +2,12 @@ DESCRIPTION = "Everything Python for SharpROM"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml0"
+PR = "ml1"
 
 NONWORKING = "\
                python-codes            \
                python-crypto           \
+               python-gammu            \
                python-gmpy             \
                python-pybluez          \
                python-pysqlite         \
diff --git a/packages/python/python-gammu_0.12.bb b/packages/python/python-gammu_0.12.bb
new file mode 100644 (file)
index 0000000..9ae5f9d
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python bindings for the gammu GSM phone communication library."
+HOMEPAGE = "http://cihar.com/gammu/python"
+SECTION = "devel/python"
+DEPENDS = "gammu"
+LICENSE = "GPL"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+PR = "r0"
+
+SRC_URI = "http://cihar.com/gammu/python/python-gammu-${PV}.tar.bz2"
+
+inherit distutils
+
index 099dc10..7af85af 100644 (file)
@@ -5,7 +5,6 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-DEPENDS = "qt4x11"
 RDEPENDS = "python-core"
 SRCNAME = "pyqt"
 PR = "ml2"