diff options
author | Derek Straka <derek@asterius.io> | 2016-03-23 16:03:40 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:32 +0100 |
commit | 9eb0f00d0c8129e7951ad8f8cc4cee4d12d1ad35 (patch) | |
tree | 51ef7fa1b95acf8375f85a75daaab5d63cfde011 | |
parent | 989df2f0fbba1200b9aa92e9379bfb328b98b199 (diff) | |
download | meta-openembedded-9eb0f00d0c8129e7951ad8f8cc4cee4d12d1ad35.tar.gz |
python-parse-type: add initial recipe for version 0.3.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-parse-type_0.3.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-parse-type_0.3.4.bb b/meta-python/recipes-devtools/python/python-parse-type_0.3.4.bb new file mode 100644 index 000000000..9dc37cf82 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-parse-type_0.3.4.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Simplifies building parse types based on the parse module" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=be38402eb4b6c224e4914fd82e0e1436" | ||
4 | PYPI_PACKAGE = "parse_type" | ||
5 | |||
6 | SRC_URI[md5sum] = "00ba70bc5ca67624207b0dfced01dc8a" | ||
7 | SRC_URI[sha256sum] = "3dd0b323bafcb8c25e000ce5589042a1c99cba9c3bec77b9f591e46bc9606147" | ||
8 | |||
9 | RDEPENDS_${PN} += "python-parse" | ||
10 | |||
11 | inherit pypi setuptools | ||