summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 17:30:01 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:04:07 +0200
commite0e6f11ec9df8bab69566c7200e6ed8586250a49 (patch)
treec92c7973c809238b80c3baf4d0e7cf66ee63a50c /meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb
parent07e6a0e13d5f46eb6a633229eb95dd7eac6ccde7 (diff)
downloadmeta-cloud-services-e0e6f11ec9df8bab69566c7200e6ed8586250a49.tar.gz
python-msdgpack: Drop recipe
Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb
deleted file mode 100644
index 96ec047..0000000
--- a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "MessagePack (de)serializer"
2HOMEPAGE = "https://pypi.python.org/pypi/msgpack-python/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
6
7PR = "r0"
8SRCNAME = "msgpack-python"
9
10SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8b317669314cf1bc881716cccdaccb30"
13SRC_URI[sha256sum] = "bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools