aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-parse-type_0.4.2.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-10-03 13:00:50 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-10-04 14:53:34 +0000
commit0a715c9ca80bdab3f68cd3ac63c5c2479c925084 (patch)
tree609f8b76e3ee2d0e3e02ac16fbc38f6037bc1946 /recipes-devtools/python/python-parse-type_0.4.2.bb
parente256d2aa3811c6526ec357a5f8d91618bdd3c096 (diff)
downloadmeta-python2-0a715c9ca80bdab3f68cd3ac63c5c2479c925084.tar.gz
python-parse-type: update to version 0.4.2
(From meta-openembedded commit: 70dde4d11d6ccece19a498276b3757876ac59ef3) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-parse-type_0.4.2.bb')
-rw-r--r--recipes-devtools/python/python-parse-type_0.4.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-parse-type_0.4.2.bb b/recipes-devtools/python/python-parse-type_0.4.2.bb
new file mode 100644
index 0000000..b516c59
--- /dev/null
+++ b/recipes-devtools/python/python-parse-type_0.4.2.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Simplifies building parse types based on the parse module"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95"
+PYPI_PACKAGE = "parse_type"
+
+SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707"
+SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c"
+
+RDEPENDS_${PN} += "python-parse"
+
+inherit pypi setuptools