Werkzeug: Update to version 0.16.0
[feed/packages.git] / lang / python / Werkzeug / Makefile
1 # This is free software, licensed under the GNU General Public License v2.
2 # See /LICENSE for more information.
3 #
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=Werkzeug
8 PKG_VERSION:=0.16.0
9 PKG_RELEASE:=1
10
11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
12 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/W/Werkzeug
13 PKG_HASH:=7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7
14
15 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
16 PKG_LICENSE:=BSD-3-Clause
17 PKG_LICENSE_FILES:=LICENSE.rst
18
19 include $(INCLUDE_DIR)/package.mk
20 include ../python3-package.mk
21
22 define Package/python3-werkzeug
23 SECTION:=lang
24 CATEGORY:=Languages
25 SUBMENU:=Python
26 TITLE:=Werkzeug
27 URL:=https://palletsprojects.com/p/werkzeug/
28 DEPENDS:=+python3-light +python3-email
29 VARIANT:=python3
30 endef
31
32 define Package/python3-werkzeug/description
33 The comprehensive WSGI web application library.
34 endef
35
36 $(eval $(call Py3Package,python3-werkzeug))
37 $(eval $(call BuildPackage,python3-werkzeug))
38 $(eval $(call BuildPackage,python3-werkzeug-src))