fwknop: init script improvements
[feed/packages.git] / lang / python / Jinja2 / 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:=Jinja2
8 PKG_VERSION:=2.10.3
9 PKG_RELEASE:=1
10
11 PYPI_NAME:=$(PKG_NAME)
12 PKG_HASH:=9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de
13
14 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
15 PKG_LICENSE:=BSD-3-Clause
16 PKG_LICENSE_FILES:=LICENSE
17 PKG_CPE_ID:=cpe:/a:pocoo:jinja2
18
19 include ../pypi.mk
20 include $(INCLUDE_DIR)/package.mk
21 include ../python3-package.mk
22
23 define Package/python3-jinja2
24 SECTION:=lang
25 CATEGORY:=Languages
26 SUBMENU:=Python
27 TITLE:=Jinja2
28 URL:=http://jinja.pocoo.org/
29 DEPENDS:=+python3-light +python3-markupsafe
30 VARIANT:=python3
31 endef
32
33 define Package/python3-jinja2/description
34 Jinja2 is a full featured template engine for Python. It has full
35 unicode support, an optional integrated sandboxed execution
36 environment, widely used and BSD licensed.
37 endef
38
39 $(eval $(call Py3Package,python3-jinja2))
40 $(eval $(call BuildPackage,python3-jinja2))
41 $(eval $(call BuildPackage,python3-jinja2-src))