aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-06-16 13:34:03 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-19 19:30:42 +0200
commit75f33412136f8e20260df614a0f2899e6010b8b3 (patch)
tree10822345a4f9e8f87b29b235e114e2725d235d24
parent0d78eaf1c2d96ca1f49113623e04d7164c1d988a (diff)
downloadmeta-python2-75f33412136f8e20260df614a0f2899e6010b8b3.tar.gz
python-unidiff: update to version 0.5.4
Remove do_install_append that no longer applies (From meta-openembedded commit: d590fbad86c0a2ecb1f930b0bacd22a4105b0105) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-unidiff_0.5.3.bb15
-rw-r--r--recipes-devtools/python/python-unidiff_0.5.4.bb9
2 files changed, 9 insertions, 15 deletions
diff --git a/recipes-devtools/python/python-unidiff_0.5.3.bb b/recipes-devtools/python/python-unidiff_0.5.3.bb
deleted file mode 100644
index 6d40cca..0000000
--- a/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/recipes-devtools/python/python-unidiff_0.5.4.bb b/recipes-devtools/python/python-unidiff_0.5.4.bb
new file mode 100644
index 0000000..ceb80bd
--- /dev/null
+++ b/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