[oe-commits] org.oe.dev add python-fam, bindings for the file alteration monitor. closes #2466

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Jun 21 06:04:30 UTC 2007


add python-fam, bindings for the file alteration monitor. closes #2466

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 9a039e377450d290fde23e8f83821bd022343fd4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9a039e377450d290fde23e8f83821bd022343fd4
Files:
1
packages/python/python-fam_1.1.1.bb
packages/tasks/task-python-everything_20060425.bb
Diffs:

#
# mt diff -rb87ef6b9fc92b6044207a2770efc280f27776358 -r9a039e377450d290fde23e8f83821bd022343fd4
#
# 
# 
# add_file "packages/python/python-fam_1.1.1.bb"
#  content [b02269e837edde46831b21e12b9383282f38fd79]
# 
# patch "packages/tasks/task-python-everything_20060425.bb"
#  from [d5d2ef4d310f50b78339cd36066098823ec06ab6]
#    to [a8dc821af98804a10e045281f3f05758bab88119]
# 
============================================================
--- packages/python/python-fam_1.1.1.bb	b02269e837edde46831b21e12b9383282f38fd79
+++ packages/python/python-fam_1.1.1.bb	b02269e837edde46831b21e12b9383282f38fd79
@@ -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
+
============================================================
--- packages/tasks/task-python-everything_20060425.bb	d5d2ef4d310f50b78339cd36066098823ec06ab6
+++ packages/tasks/task-python-everything_20060425.bb	a8dc821af98804a10e045281f3f05758bab88119
@@ -1,7 +1,7 @@ LICENSE = "MIT"
 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		\






More information about the Openembedded-commits mailing list