The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-msgpack / python-msgpack.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/python-msgpack/python-msgpack.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/python-msgpack/python-msgpack.mk
new file mode 100644 (file)
index 0000000..adf78b2
--- /dev/null
@@ -0,0 +1,15 @@
+################################################################################
+#
+# python-msgpack
+#
+################################################################################
+
+PYTHON_MSGPACK_VERSION = 0.4.0
+PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
+PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python
+PYTHON_MSGPACK_LICENSE = Apache-2.0
+PYTHON_MSGPACK_LICENSE_FILES = COPYING
+PYTHON_MSGPACK_SETUP_TYPE = setuptools
+PYTHON_MSGPACK_DEPENDENCIES = msgpack
+
+$(eval $(python-package))