summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 05:39:28 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 05:39:28 +0000
commit35673b07fcb65e7109ed0430a9a4aa7e4313d437 (patch)
tree47467ebdde79fd319e500fe908be723c5ca6f8b5
parent3b75654ea6ca540724285c394744e8b2463f8d28 (diff)
add python-fam, bindings for the file alteration monitor. closes #2466
-rw-r--r--packages/python/python-fam_1.1.1.bb12
-rw-r--r--packages/tasks/task-python-everything_20060425.bb3
2 files changed, 14 insertions, 1 deletions
diff --git a/packages/python/python-fam_1.1.1.bb b/packages/python/python-fam_1.1.1.bb
new file mode 100644
index 0000000000..cf74265aa3
--- /dev/null
+++ b/packages/python/python-fam_1.1.1.bb
@@ -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
+
diff --git a/packages/tasks/task-python-everything_20060425.bb b/packages/tasks/task-python-everything_20060425.bb
index 29c4a38855..5723a4294f 100644
--- a/packages/tasks/task-python-everything_20060425.bb
+++ b/packages/tasks/task-python-everything_20060425.bb
@@ -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 \