add python-fam, bindings for the file alteration monitor. closes #2466
authorMichael Lauer <mickey@vanille-media.de>
Thu, 21 Jun 2007 05:39:28 +0000 (05:39 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 21 Jun 2007 05:39:28 +0000 (05:39 +0000)
packages/python/python-fam_1.1.1.bb [new file with mode: 0644]
packages/tasks/task-python-everything_20060425.bb

diff --git a/packages/python/python-fam_1.1.1.bb b/packages/python/python-fam_1.1.1.bb
new file mode 100644 (file)
index 0000000..cf74265
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python access to the File Alteration Monitor"
+HOMEPAGE = "http://python-fam.sourceforge.net/"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "fam"
+RDEPENDS = "fam python-core python-io"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+inherit distutils
+
index 29c4a38..5723a42 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml12"
+PR = "ml13"
 
 BROKEN_BECAUSE_GCC4 = "\
                python-egenix-mx-base"
@@ -13,6 +13,7 @@ RDEPENDS = "\
                python-crypto           \
                python-dialog           \
                python-pycurl           \
+               python-fam                      \
                python-fnorb            \
                python-fpconst          \
                python-gammu            \