From 67595636e983d09386a7cda34d7c2312c65c07c1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Apr 2017 10:50:47 -0700 Subject: python-unidiff: Upgrade to 0.5.3 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-unidiff_0.5.2.bb | 15 --------------- .../recipes-devtools/python/python-unidiff_0.5.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb deleted file mode 100644 index 3b018c7509..0000000000 --- a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Unified diff parsing/metadata extraction library" -HOMEPAGE = "http://github.com/matiasb/python-unidiff" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" - -SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227" -SRC_URI[sha256sum] = "344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9" - -inherit pypi setuptools - -U = "${D}${LIBDIR}${PYTHON_SITEPACKAGES_DIR}" - -do_install_append (){ - mv ${U}/tests ${U}/unidiff/ -} diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb new file mode 100644 index 0000000000..6d40cca741 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb @@ -0,0 +1,15 @@ +SUMMARY = "Unified diff parsing/metadata extraction library" +HOMEPAGE = "http://github.com/matiasb/python-unidiff" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" + +SRC_URI[md5sum] = "31a61729e64ee409135a2ccec80c7104" +SRC_URI[sha256sum] = "79b4be3e5479dfc6d77747d23ec98200559ca6a842fad1f92c2a7eb56b99195b" + +inherit pypi setuptools + +U = "${D}${LIBDIR}${PYTHON_SITEPACKAGES_DIR}" + +do_install_append (){ + mv ${U}/tests ${U}/unidiff/ +} -- cgit 1.2.3-korg