aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-caldav_0.1.6.bb
diff options
context:
space:
mode:
authorLars Michelsen <lm@larsmichelsen.com>2011-01-23 02:02:26 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-22 12:13:51 -0800
commit6d810a7bac59b301fdea7fc87d2b33931a666c45 (patch)
tree3a92f729f9fb37b577e422a7b6865550b84f1b63 /recipes/python/python-caldav_0.1.6.bb
parent93064a29cb99da44e8742b8be5d89fe62235d571 (diff)
downloadopenembedded-6d810a7bac59b301fdea7fc87d2b33931a666c45.tar.gz
python-caldav: New recipe - CalDAV rfc4791 client
This patch adds a new recipe for the python caldav client library module. Tested building on Ubuntu 10.10 x86_64 for beagleboard c4. Tested functionality on beagleboard c4. Signed-off-by: Lars Michelsen <lm@larsmichelsen.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/python/python-caldav_0.1.6.bb')
-rw-r--r--recipes/python/python-caldav_0.1.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/python/python-caldav_0.1.6.bb b/recipes/python/python-caldav_0.1.6.bb
new file mode 100644
index 0000000000..ecf8e39855
--- /dev/null
+++ b/recipes/python/python-caldav_0.1.6.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "This project is a CalDAV (RFC4791) client library for Python."
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "http://bitbucket.org/cyrilrbt/caldav"
+SRCNAME = "caldav"
+PR = "r0"
+DEPENDS = "python python-lxml python-vobject"
+
+SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+SRC_URI[md5sum] = "e5eace7a3b6b7f511a1929a539e6a15d"
+SRC_URI[sha256sum] = "4a3b1855000feb8023ab05f8c9e0cfa1648a9abab9ca65ad3e933c22bab61310"