[meta-virtualization] [RFC][PATCH 11/16] Added python-pyparsing recipe

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:53 PST 2012


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 recipes-python/pyparsing/python-pyparsing_1.5.6.bb |   22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 recipes-python/pyparsing/python-pyparsing_1.5.6.bb

diff --git a/recipes-python/pyparsing/python-pyparsing_1.5.6.bb b/recipes-python/pyparsing/python-pyparsing_1.5.6.bb
new file mode 100644
index 0000000..8f1fa22
--- /dev/null
+++ b/recipes-python/pyparsing/python-pyparsing_1.5.6.bb
@@ -0,0 +1,22 @@
+SUMMARY="Python parsing module"
+DESCRIPTION = "The pyparsing module is an alternative approach to creating and executing \ 
+simple grammars, vs. the traditional lex/yacc approach, or the use of \
+regular expressions.  The pyparsing module provides a library of classes \ 
+that client code uses to construct the grammar directly in Python code."
+SECTION = "devel/python"
+LICENSE = "MIT"
+PR = "0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
+SRC_URI = "http://pypi.python.org/packages/source/p/pyparsing/pyparsing-${PV}.zip"
+
+SRC_URI[md5sum] = "5404de54e6d0ae71ce354d8db3576ac1"
+
+S = "${WORKDIR}/pyparsing-${PV}"
+
+export STAGING_INCDIR
+export STAGING_LIBDIR
+export BUILD_SYS
+export HOST_SYS
+
+inherit distutils
-- 
1.7.9.5




More information about the meta-virtualization mailing list