diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:11:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:30 +0100 |
commit | 5953dfd42fa5a2e524f5fa4bebcd4b27c5f7a4ed (patch) | |
tree | 75a9a84e7cc28d48841905ba5d50f39de662f753 /recipes/python | |
parent | 6e7ed0aca2821c806387742c3abdcd46717dcb8a (diff) |
python-vobject: new recipe from SHR
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/python-vobject_0.8.1c.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/python-vobject_0.8.1c.bb b/recipes/python/python-vobject_0.8.1c.bb new file mode 100644 index 0000000000..87ff6b7fdd --- /dev/null +++ b/recipes/python/python-vobject_0.8.1c.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "Apache License V2.0" +HOMEPAGE = "http://vobject.skyhouseconsulting.com/" +SRCNAME = "vobject" +RDEPENDS = "python python-dateutil" +PR = "r1" + +SRC_URI = "http://vobject.skyhouseconsulting.com/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools |