Merge pull request #8404 from BKPepe/bottle
python3-bottle: update to version 0.12.16
This commit is contained in:
commit
6c5f68ad14
1 changed files with 12 additions and 16 deletions
|
@ -8,21 +8,25 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python3-bottle
|
PKG_NAME:=python3-bottle
|
||||||
PKG_VERSION:=0.12.13
|
PKG_VERSION:=0.12.16
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
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:=bottle-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/b/bottle
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/b/bottle
|
||||||
PKG_HASH:=39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355
|
PKG_HASH:=9c310da61e7df2b6ac257d8a90811899ccb3a9743e77e947101072a2e3186726
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/bottle-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-bottle-$(PKG_VERSION)
|
||||||
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../python3-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
|
define Package/python3-bottle
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
|
@ -30,6 +34,7 @@ define Package/python3-bottle
|
||||||
TITLE:=Bottle is a fast, simple and lightweight WSGI micro web-framework for Python
|
TITLE:=Bottle is a fast, simple and lightweight WSGI micro web-framework for Python
|
||||||
URL:=https://bottlepy.org
|
URL:=https://bottlepy.org
|
||||||
DEPENDS:=+python3
|
DEPENDS:=+python3
|
||||||
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-bottle/description
|
define Package/python3-bottle/description
|
||||||
|
@ -38,15 +43,6 @@ define Package/python3-bottle/description
|
||||||
Python Standard Library.
|
Python Standard Library.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
$(eval $(call Py3Package,python3-bottle))
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/python3-bottle/install
|
|
||||||
$(INSTALL_DIR) $(1)$(PYTHON3_PKG_DIR)
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/bottle.py $(1)$(PYTHON3_PKG_DIR)
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,python3-bottle))
|
$(eval $(call BuildPackage,python3-bottle))
|
||||||
|
$(eval $(call BuildPackage,python3-bottle-src))
|
||||||
|
|
Loading…
Reference in a new issue