diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 00:42:19 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:34 -0500 |
| commit | 38c09e8209d510b5cf4261727de00a05946e090f (patch) | |
| tree | d8923f01c08aa1d24f3f40cada0c02e5262542d4 /meta-openstack/recipes-devtools/python/python-ply_3.4.bb | |
| parent | 5d9446b7f0d0172a3840015226b4d4cf7cf81c92 (diff) | |
| download | meta-cloud-services-38c09e8209d510b5cf4261727de00a05946e090f.tar.gz | |
python-ply: pure yacc and lex python parsing
The python LESS compiler requires python-ply, and horizon requires
python LESS. So we introduce python ply to meet the rutime
dependencies.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ply_3.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ply_3.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ply_3.4.bb b/meta-openstack/recipes-devtools/python/python-ply_3.4.bb new file mode 100644 index 0000000..7f8acd1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ply_3.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/ply" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=30;md5=36197c7ddf450a50a52cf6e743196b1d" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "ply" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "ffdc95858819347bf92d7c2acc074894" | ||
| 13 | SRC_URI[sha256sum] = "af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
