summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-02-14 23:05:18 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:48 +0100
commit9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch)
treedccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
parentb62ae60f869b83721757a2f5316cdc26c1030af3 (diff)
downloadmeta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb b/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
index ab4d5846f..18a307784 100644
--- a/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb
@@ -1,18 +1,10 @@
1# Imported from git://git.yoctoproject.org/meta-cloud-services
2
3SUMMARY = "Python parsing module" 1SUMMARY = "Python parsing module"
4HOMEPAGE = "http://pyparsing.wikispaces.com/" 2HOMEPAGE = "http://pyparsing.wikispaces.com/"
5SECTION = "devel/python"
6LICENSE = "MIT" 3LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
8 5
9SRCNAME = "pyparsing"
10
11SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.zip"
12
13SRC_URI[md5sum] = "0a5ec41bb650aed802751a311b5d820d" 6SRC_URI[md5sum] = "0a5ec41bb650aed802751a311b5d820d"
14SRC_URI[sha256sum] = "43d7710fdaa194a3bccf3127d06dec8e2de99a7efe6c47f01d4b748a1d04b192" 7SRC_URI[sha256sum] = "43d7710fdaa194a3bccf3127d06dec8e2de99a7efe6c47f01d4b748a1d04b192"
15 8
16S = "${WORKDIR}/${SRCNAME}-${PV}" 9PYPI_PACKAGE_EXT = "zip"
17 10inherit pypi distutils
18inherit distutils