@ -8,30 +8,27 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
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)
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e . . / p y t h o n 3 - p a c k a g e . m k
PKG_UNPACK = $( HOST_TAR) -C $( PKG_BUILD_DIR) --strip-components= 1 -xzf $( DL_DIR) /$( PKG_SOURCE)
d e f i n e P a c k a g e / p y t h o n 3 - b o t t l e
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