diff options
author | Josef Schlehofer <josef.schlehofer@nic.cz> | 2019-03-13 16:19:50 +0100 |
---|---|---|
committer | Josef Schlehofer <josef.schlehofer@nic.cz> | 2019-03-13 21:45:10 +0100 |
commit | 98c704d3f0eefdb0eb3d692ad1f5e55cb15a447a (patch) | |
tree | 3d80913a34d9ec527e29d3ab1a03012a5de75e95 /lang/python/python3-bottle | |
parent | 2aa66b0a6fb968467266fca44c98ed32d7d9c9af (diff) |
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 <josef.schlehofer@nic.cz>
Diffstat (limited to 'lang/python/python3-bottle')
-rw-r--r-- | lang/python/python3-bottle/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile index 37ced1bfb..09cd6ee56 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 <luka@openwrt.org> +PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:bottlepy:bottle + +PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> 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 |