diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb index d77252beac..afe74947f5 100644 --- a/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb | |||
@@ -1,25 +1,11 @@ | |||
1 | SUMMARY = "Unified diff parsing/metadata extraction library" | 1 | SUMMARY = "Unified diff parsing/metadata extraction library" |
2 | HOMEPAGE = "http://github.com/matiasb/python-unidiff" | 2 | HOMEPAGE = "https://github.com/matiasb/python-unidiff" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "2e5f0162052248946b9f0970a40e9e124236bf86c82b70821143a6fc1dea2574" | 6 | SRC_URI[sha256sum] = "2e5f0162052248946b9f0970a40e9e124236bf86c82b70821143a6fc1dea2574" |
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest-python-pytest |
9 | |||
10 | SRC_URI += " \ | ||
11 | file://run-ptest \ | ||
12 | " | ||
13 | |||
14 | RDEPENDS:${PN}-ptest += " \ | ||
15 | python3-pytest \ | ||
16 | python3-unittest-automake-output \ | ||
17 | " | ||
18 | |||
19 | do_install_ptest() { | ||
20 | install -d ${D}${PTEST_PATH}/tests | ||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
22 | } | ||
23 | 9 | ||
24 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
25 | python3-codecs \ | 11 | python3-codecs \ |