summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb
blob: 3b41131683f19892894cd5f0ba0cad8970a466de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A small, modular, transport and protocol neutral RPC library that, among other things, supports JSON-RPC and zmq."
HOMEPAGE = "http://github.com/mbr/tinyrpc"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README.rst;md5=3b9f355d3f45d15561be9476e99c88c2"

SRCNAME = "tinyrpc"

SRC_URI = "https://pypi.python.org/packages/6c/58/76f73176153bf86990381189e1d9b187a8406788d5365c1e2e4ecd078268/${SRCNAME}-${PV}.tar.gz"

SRC_URI[md5sum] = "4bb9ed559bcccc4bf91a7843da781d28"
SRC_URI[sha256sum] = "048b23a3a347318aacf83b55899efdd495242e096ff347d5a3f9737b4e38421f"

S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit setuptools