diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-17 11:33:04 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 15:59:59 +0100 |
commit | 8db2f21a8325abe2398f912b055e09614d8a9501 (patch) | |
tree | c99be95d65325dbd0176ed42ff85e35172946429 /meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb | |
parent | 77eec4dc5c3194ed66d51aef0d3ad8c900f4a0a2 (diff) | |
download | meta-openembedded-8db2f21a8325abe2398f912b055e09614d8a9501.tar.gz |
python-pyparsing: 2.1.4 -> 2.1.10
Upgrade python-pyparsing from 2.1.4 to 2.1.10.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb new file mode 100644 index 000000000..06f98457c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Python parsing module" | ||
2 | HOMEPAGE = "http://pyparsing.wikispaces.com/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" | ||
5 | |||
6 | SRC_URI[md5sum] = "065908b92904e0d3634eb156f44cc80e" | ||
7 | SRC_URI[sha256sum] = "811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188" | ||
8 | |||
9 | inherit pypi setuptools | ||