From: Josef Schlehofer Date: Wed, 13 Mar 2019 15:19:50 +0000 (+0100) Subject: python3-bottle: update to version 0.12.16 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F8404%2Fhead;p=feed%2Fpackages.git python3-bottle: update to version 0.12.16 Add LICENSE file Add CPE ID Remove current maintainer and add me as maintainer Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile index 37ced1bfb7..09cd6ee569 100644 --- a/lang/python/python3-bottle/Makefile +++ b/lang/python/python3-bottle/Makefile @@ -8,21 +8,25 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-bottle -PKG_VERSION:=0.12.13 +PKG_VERSION:=0.12.16 PKG_RELEASE:=1 PKG_LICENSE:=MIT -PKG_MAINTAINER:=Luka Perkov +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:=39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355 -PKG_BUILD_DIR:=$(BUILD_DIR)/bottle-$(PKG_VERSION) -PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) +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