summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-24 10:50:47 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-26 20:14:14 +0200
commit67595636e983d09386a7cda34d7c2312c65c07c1 (patch)
tree349beb4936fdf71981803ada0d44b6e38ff71b5b /meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb
parent91fa3724d3e3fac8503b56627ab8cd6cad3a5d07 (diff)
downloadmeta-openembedded-67595636e983d09386a7cda34d7c2312c65c07c1.tar.gz
python-unidiff: Upgrade to 0.5.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-unidiff_0.5.3.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1SUMMARY = "Unified diff parsing/metadata extraction library"
2HOMEPAGE = "http://github.com/matiasb/python-unidiff"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
5
6SRC_URI[md5sum] = "31a61729e64ee409135a2ccec80c7104"
7SRC_URI[sha256sum] = "79b4be3e5479dfc6d77747d23ec98200559ca6a842fad1f92c2a7eb56b99195b"
8
9inherit pypi setuptools
10
11U = "${D}${LIBDIR}${PYTHON_SITEPACKAGES_DIR}"
12
13do_install_append (){
14 mv ${U}/tests ${U}/unidiff/
15}