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
1 ################################################################################
2 #
3 # python-msgpack
4 #
5 ################################################################################
6
7 PYTHON_MSGPACK_VERSION = 0.4.0
8 PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
9 PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python
10 PYTHON_MSGPACK_LICENSE = Apache-2.0
11 PYTHON_MSGPACK_LICENSE_FILES = COPYING
12 PYTHON_MSGPACK_SETUP_TYPE = setuptools
13 PYTHON_MSGPACK_DEPENDENCIES = msgpack
14
15 $(eval $(python-package))