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-ws4py / python-ws4py.mk
1 ################################################################################
2 #
3 # python-ws4py
4 #
5 ################################################################################
6
7 PYTHON_WS4PY_VERSION = 0.3.4
8 PYTHON_WS4PY_SOURCE = ws4py-$(PYTHON_WS4PY_VERSION).tar.gz
9 PYTHON_WS4PY_SITE = https://pypi.python.org/packages/source/w/ws4py
10 PYTHON_WS4PY_SETUP_TYPE = setuptools
11 PYTHON_WS4PY_LICENSE = BSD-3c
12 PYTHON_WS4PY_LICENSE_FILES = ws4py/__init__.py
13
14 $(eval $(python-package))