[oe-commits] [meta-openembedded] 23/26: python-parse-type: add initial recipe for version 0.3.4

git at git.openembedded.org git at git.openembedded.org
Thu Mar 24 14:14:46 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 9b71a7c5f75b16ee369e119c270c68ab31ce916a
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Mar 23 16:03:40 2016 -0400

    python-parse-type: add initial recipe for version 0.3.4
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-devtools/python/python-parse-type_0.3.4.bb        | 11 +++++++++++
 1 file changed, 11 insertions(+)

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 0000000..9dc37cf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-parse-type_0.3.4.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Simplifies building parse types based on the parse module"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=be38402eb4b6c224e4914fd82e0e1436"
+PYPI_PACKAGE = "parse_type"
+
+SRC_URI[md5sum] = "00ba70bc5ca67624207b0dfced01dc8a"
+SRC_URI[sha256sum] = "3dd0b323bafcb8c25e000ce5589042a1c99cba9c3bec77b9f591e46bc9606147"
+
+RDEPENDS_${PN} += "python-parse"
+
+inherit pypi setuptools

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list