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 <pepe.schlehofer@gmail.com>
(cherry-picked from 0a3e4d8
)
This commit is contained in:
parent
70eae03fe3
commit
e9322993b9
1 changed files with 8 additions and 11 deletions
|
@ -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 <josef.schlehofer@nic.cz>
|
||||
PKG_LICENSE:=MIT
|
||||
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:=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
|
||||
|
|
Loading…
Reference in a new issue