1 ################################################################################
5 ################################################################################
7 PYTHON_BOTTLE_VERSION
= 0.12.9
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
14 $(eval
$(python-package
))