mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
10aca5ee77
Add LICENSE as license file (including hash). Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
536 B
Makefile
15 lines
536 B
Makefile
################################################################################
|
|
#
|
|
# python-bottle
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BOTTLE_VERSION = 0.12.17
|
|
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
|
|
PYTHON_BOTTLE_SITE = https://files.pythonhosted.org/packages/c4/a5/6bf41779860e9b526772e1b3b31a65a22bd97535572988d16028c5ab617d
|
|
PYTHON_BOTTLE_LICENSE = MIT
|
|
PYTHON_BOTTLE_LICENSE_FILES = LICENSE
|
|
PYTHON_BOTTLE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|