diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 new file mode 100644 index 0000000000..3b018c7509 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Unified diff parsing/metadata extraction library" | ||
2 | HOMEPAGE = "http://github.com/matiasb/python-unidiff" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" | ||
5 | |||
6 | SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227" | ||
7 | SRC_URI[sha256sum] = "344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9" | ||
8 | |||
9 | inherit pypi setuptools | ||
10 | |||
11 | U = "${D}${LIBDIR}${PYTHON_SITEPACKAGES_DIR}" | ||
12 | |||
13 | do_install_append (){ | ||
14 | mv ${U}/tests ${U}/unidiff/ | ||
15 | } | ||