f386e50ee5
0.12.12 and 0.12.13 are both bugfix releases, fixing issues introduced in 0.12.11: https://github.com/bottlepy/bottle/issues/918 https://github.com/bottlepy/bottle/issues/923 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
555 B
Makefile
15 lines
555 B
Makefile
################################################################################
|
|
#
|
|
# python-bottle
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTTLE_VERSION = 0.12.13
|
|
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
|
|
PYTHON_BOTTLE_SITE = https://pypi.python.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c
|
|
PYTHON_BOTTLE_LICENSE = MIT
|
|
# README.rst refers to the file "LICENSE" but it's not included
|
|
PYTHON_BOTTLE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|