summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb
diff options
context:
space:
mode:
authorleimaohui <leimaohui@cn.fujitsu.com>2015-07-31 13:41:56 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:38:07 +0200
commit5b1c93173499683b8ffbf5cee18ac086986fc19b (patch)
tree46a969db6f8807d2f19d734dd8fd88a5ed49f3f3 /meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb
parent9bfeb09b4300d5892b65acc1b915feea36b06649 (diff)
downloadmeta-openembedded-5b1c93173499683b8ffbf5cee18ac086986fc19b.tar.gz
python-pyparsing: upgrade 2.0.1->2.0.3
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb
deleted file mode 100644
index 06d6d40143..0000000000
--- a/meta-python/recipes-devtools/python/python-pyparsing_2.0.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1# Imported from git://git.yoctoproject.org/meta-cloud-services
2
3SUMMARY = "Python parsing module"
4HOMEPAGE = "http://pyparsing.wikispaces.com/"
5SECTION = "devel/python"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
8
9SRCNAME = "pyparsing"
10
11SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.zip"
12
13SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0"
14SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit distutils