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-bottle / python-bottle.mk
1 ################################################################################
2 #
3 # python-bottle
4 #
5 ################################################################################
6
7 PYTHON_BOTTLE_VERSION = 0.12.7
8 PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
9 PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
10 PYTHON_BOTTLE_LICENSE = MIT
11 # README.rst refers to the file "LICENSE" but it's not included
12 PYTHON_BOTTLE_SETUP_TYPE = distutils
13
14 $(eval $(python-package))