diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
| commit | ff75c955954b32c1aa6fa301303e9df5ef53078e (patch) | |
| tree | 85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb | |
| parent | 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff) | |
| download | meta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz | |
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb deleted file mode 100644 index 6ce4db6..0000000 --- a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "MessagePack (de)serializer" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "msgpack-python" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8b9ce43619fd1428bf7baddf57e38d1a" | ||
| 13 | SRC_URI[sha256sum] = "d078094f0b29b2b93cb96a76febc70fbe90ae4eb131ff60a6dc038edda92c278" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
