From 245b2f063595cf71e66a8500ea80750cd77477dc Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 16 Nov 2016 21:46:27 -0500 Subject: python-vobject: update to version 0.9.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-vobject_0.9.2.bb | 15 --------------- .../recipes-devtools/python/python-vobject_0.9.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-vobject_0.9.2.bb create mode 100644 meta-python/recipes-devtools/python/python-vobject_0.9.3.bb diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.2.bb b/meta-python/recipes-devtools/python/python-vobject_0.9.2.bb deleted file mode 100644 index 56f0112353..0000000000 --- a/meta-python/recipes-devtools/python/python-vobject_0.9.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Python package for parsing and generating vCard and vCalendar files" -HOMEPAGE = "http://vobject.skyhouseconsulting.com/" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "ccf66aeb1c896d8c34ac62a8b4e7ecfb" -SRC_URI[sha256sum] = "8b310c21a4d58e13aeb7e60fd846a1748e1c9c3374f3e2acc96f728c3ae5d6e1" - -inherit pypi setuptools - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-numbers \ - " diff --git a/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb b/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb new file mode 100644 index 0000000000..58cf00b6e3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-vobject_0.9.3.bb @@ -0,0 +1,15 @@ +SUMMARY = "Python package for parsing and generating vCard and vCalendar files" +HOMEPAGE = "http://vobject.skyhouseconsulting.com/" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[md5sum] = "fe5996008d5e4858d63156b37b43d59c" +SRC_URI[sha256sum] = "10b150b87ee5fffefd3aa1ea12f31aab45a7b7d010d1ce6816afaff8db726520" + +inherit pypi setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-dateutil \ + ${PYTHON_PN}-numbers \ + " -- cgit 1.2.3-korg