From 0a3e4d8294444135ffd0e265a077b745b6b0becd Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 30 Jun 2019 23:43:31 +0200 Subject: [PATCH] python3-bottle: update to version 0.12.17 Shorter TITLE - The longer one was not shown in make menuconfig. Reodered stuff in Makefile Removed PKG_UNPACK and change PKG_BUILD_DIR Signed-off-by: Josef Schlehofer --- lang/python/python3-bottle/Makefile | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile index 09cd6ee56..a6c099e28 100644 --- a/lang/python/python3-bottle/Makefile +++ b/lang/python/python3-bottle/Makefile @@ -8,30 +8,27 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-bottle -PKG_VERSION:=0.12.16 +PKG_VERSION:=0.12.17 PKG_RELEASE:=1 +PKG_SOURCE:=bottle-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/b/bottle +PKG_HASH:=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c +PKG_BUILD_DIR:=$(BUILD_DIR)/bottle-$(PKG_VERSION) + +PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:bottlepy:bottle -PKG_MAINTAINER:=Josef Schlehofer - -PKG_SOURCE:=bottle-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/b/bottle -PKG_HASH:=9c310da61e7df2b6ac257d8a90811899ccb3a9743e77e947101072a2e3186726 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-bottle-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk include ../python3-package.mk -PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) - define Package/python3-bottle SECTION:=lang CATEGORY:=Languages SUBMENU:=Python - TITLE:=Bottle is a fast, simple and lightweight WSGI micro web-framework for Python + TITLE:=Fast and simple WSGI-framework for small web-applications URL:=https://bottlepy.org DEPENDS:=+python3 VARIANT:=python3