summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ply_3.4.bb17
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 @@
1DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python"
2HOMEPAGE = "https://pypi.python.org/pypi/ply"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README;beginline=3;endline=30;md5=36197c7ddf450a50a52cf6e743196b1d"
6
7PR = "r0"
8SRCNAME = "ply"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "ffdc95858819347bf92d7c2acc074894"
13SRC_URI[sha256sum] = "af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools