diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb new file mode 100644 index 0000000..3b41131 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A small, modular, transport and protocol neutral RPC library that, among other things, supports JSON-RPC and zmq." | ||
| 2 | HOMEPAGE = "http://github.com/mbr/tinyrpc" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=3b9f355d3f45d15561be9476e99c88c2" | ||
| 6 | |||
| 7 | SRCNAME = "tinyrpc" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/6c/58/76f73176153bf86990381189e1d9b187a8406788d5365c1e2e4ecd078268/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4bb9ed559bcccc4bf91a7843da781d28" | ||
| 12 | SRC_URI[sha256sum] = "048b23a3a347318aacf83b55899efdd495242e096ff347d5a3f9737b4e38421f" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
