diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb | 12 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb | 13 |
2 files changed, 13 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb deleted file mode 100644 index ee96a079a7..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_1.9.0.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | SUMMARY = "Hamcrest framework for matcher objects" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f" | ||
4 | |||
5 | PYPI_PACKAGE = "PyHamcrest" | ||
6 | |||
7 | SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f" | ||
8 | SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-six" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb new file mode 100644 index 0000000000..59d9b5e8b3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Hamcrest framework for matcher objects" | ||
2 | HOMEPAGE = "https://github.com/hamcrest/PyHamcrest" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612" | ||
5 | |||
6 | PYPI_PACKAGE = "PyHamcrest" | ||
7 | |||
8 | SRC_URI[md5sum] = "7a086f0b067f8d38958ec32f054559b4" | ||
9 | SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316" | ||
10 | |||
11 | inherit pypi setuptools3 | ||
12 | |||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-six" | ||