diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb | 16 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-vobject_0.9.2.bb | 10 |
2 files changed, 10 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb b/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb deleted file mode 100644 index a28c02f7e7..0000000000 --- a/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Python package for parsing and generating vCard and vCalendar files" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | HOMEPAGE = "http://vobject.skyhouseconsulting.com/" | ||
6 | SRCNAME = "vobject" | ||
7 | RDEPENDS_${PN} = "python python-dateutil" | ||
8 | PR = "r4" | ||
9 | |||
10 | SRC_URI = "http://vobject.skyhouseconsulting.com/${SRCNAME}-${PV}.tar.gz" | ||
11 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
12 | |||
13 | inherit setuptools | ||
14 | |||
15 | SRC_URI[md5sum] = "c9686dd74d39fdae140890d9c694c076" | ||
16 | SRC_URI[sha256sum] = "594113117f2017ed837c8f3ce727616f9053baa5a5463a7420c8249b8fc556f5" | ||
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 new file mode 100644 index 0000000000..d5fd9db667 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-vobject_0.9.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Python package for parsing and generating vCard and vCalendar files" | ||
2 | HOMEPAGE = "http://vobject.skyhouseconsulting.com/" | ||
3 | |||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
6 | |||
7 | SRC_URI[md5sum] = "ccf66aeb1c896d8c34ac62a8b4e7ecfb" | ||
8 | SRC_URI[sha256sum] = "8b310c21a4d58e13aeb7e60fd846a1748e1c9c3374f3e2acc96f728c3ae5d6e1" | ||
9 | |||
10 | inherit pypi setuptools | ||