diff options
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.bb | 18 |
1 files changed, 18 insertions, 0 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 new file mode 100644 index 0000000000..ab4d5846f2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyparsing_2.0.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # Imported from git://git.yoctoproject.org/meta-cloud-services | ||
| 2 | |||
| 3 | SUMMARY = "Python parsing module" | ||
| 4 | HOMEPAGE = "http://pyparsing.wikispaces.com/" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" | ||
| 8 | |||
| 9 | SRCNAME = "pyparsing" | ||
| 10 | |||
| 11 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "0a5ec41bb650aed802751a311b5d820d" | ||
| 14 | SRC_URI[sha256sum] = "43d7710fdaa194a3bccf3127d06dec8e2de99a7efe6c47f01d4b748a1d04b192" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit distutils | ||
