Jinja2: Update to 3.1.2, rename source package
This renames the source package from Jinja2 to python-jinja2 to match other Python packages. This also updates the package license files, title, and list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
1f116b34b7
commit
572387f0cb
1 changed files with 13 additions and 8 deletions
|
@ -4,16 +4,16 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=Jinja2
|
PKG_NAME:=python-jinja2
|
||||||
PKG_VERSION:=3.0.3
|
PKG_VERSION:=3.1.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=$(PKG_NAME)
|
PYPI_NAME:=Jinja2
|
||||||
PKG_HASH:=611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7
|
PKG_HASH:=31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852
|
||||||
|
|
||||||
PKG_MAINTAINER:=Michal Vasilek <michal.vasilek@nic.cz>
|
PKG_MAINTAINER:=Michal Vasilek <michal.vasilek@nic.cz>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE.rst
|
||||||
PKG_CPE_ID:=cpe:/a:pocoo:jinja2
|
PKG_CPE_ID:=cpe:/a:pocoo:jinja2
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
|
@ -24,9 +24,14 @@ define Package/python3-jinja2
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Jinja2
|
TITLE:=Very fast and expressive template engine
|
||||||
URL:=https://palletsprojects.com/p/jinja/
|
URL:=https://palletsprojects.com/p/jinja/
|
||||||
DEPENDS:=+python3-light +python3-markupsafe
|
DEPENDS:= \
|
||||||
|
+python3-light \
|
||||||
|
+python3-asyncio \
|
||||||
|
+python3-logging \
|
||||||
|
+python3-urllib \
|
||||||
|
+python3-markupsafe
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-jinja2/description
|
define Package/python3-jinja2/description
|
Loading…
Reference in a new issue