diff options
author | Derek Straka <derek@asterius.io> | 2016-03-23 16:03:42 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:32 +0100 |
commit | 0e6e40696de199ddddaaae801ced016aea9dd722 (patch) | |
tree | fa27c4576f089f0c196b7340659cb3c6e7e154e2 /meta-python/recipes-devtools | |
parent | 8f6ef9ddb34a2036dcfa217ad06a7ed74a8ba102 (diff) | |
download | meta-openembedded-0e6e40696de199ddddaaae801ced016aea9dd722.tar.gz |
python-pyhamcrest: add initial recipe for version 1.9.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyhamcrest_1.9.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyhamcrest_1.9.0.bb b/meta-python/recipes-devtools/python/python-pyhamcrest_1.9.0.bb new file mode 100644 index 000000000..02d4f54e1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyhamcrest_1.9.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Hamcrest framework for matcher objects" | ||
2 | LICENSE = "BSD" | ||
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 setuptools | ||