[oe] [meta-python][PATCH] python-unidiff: update to version 0.5.4

Derek Straka derek at asterius.io
Fri Jun 16 17:34:03 UTC 2017


Remove do_install_append that no longer applies

Signed-off-by: Derek Straka <derek at asterius.io>
---
 .../recipes-devtools/python/python-unidiff_0.5.3.bb       | 15 ---------------
 .../recipes-devtools/python/python-unidiff_0.5.4.bb       |  9 +++++++++
 2 files changed, 9 insertions(+), 15 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python-unidiff_0.5.4.bb

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
deleted file mode 100644
index 6d40cca..0000000
--- a/meta-python/recipes-devtools/python/python-unidiff_0.5.3.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] = "31a61729e64ee409135a2ccec80c7104"
-SRC_URI[sha256sum] = "79b4be3e5479dfc6d77747d23ec98200559ca6a842fad1f92c2a7eb56b99195b"
-
-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.4.bb b/meta-python/recipes-devtools/python/python-unidiff_0.5.4.bb
new file mode 100644
index 0000000..ceb80bd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.4.bb
@@ -0,0 +1,9 @@
+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] = "c8099edf89d2e3bac16123766625a38b"
+SRC_URI[sha256sum] = "a7baf71846a68c5305a7d6005dfb5eca8798f13861176355a285cbda3206824d"
+
+inherit  pypi setuptools
-- 
2.7.4




More information about the Openembedded-devel mailing list