generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-aiohttp-jinja2/Config.in
Normal file
9
package/python-aiohttp-jinja2/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOHTTP_JINJA2
|
||||
bool "python-aiohttp-jinja2"
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
||||
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
|
||||
help
|
||||
Jinja2 template renderer for aiohttp.web (http server for
|
||||
asyncio).
|
||||
|
||||
https://github.com/aio-libs/aiohttp_jinja2/
|
||||
5
package/python-aiohttp-jinja2/python-aiohttp-jinja2.hash
Normal file
5
package/python-aiohttp-jinja2/python-aiohttp-jinja2.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp-jinja2/json
|
||||
md5 50f74689fd60a5bc0b0a74545277e9bc aiohttp-jinja2-1.5.tar.gz
|
||||
sha256 7c3ba5eac060b691f4e50534af2d79fca2a75712ebd2b25e6fcb1295859f910b aiohttp-jinja2-1.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d9d867affaeac220a60381cc544681dcd37c668ed6ea5ddbf9948617f828889a LICENSE
|
||||
14
package/python-aiohttp-jinja2/python-aiohttp-jinja2.mk
Normal file
14
package/python-aiohttp-jinja2/python-aiohttp-jinja2.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiohttp-jinja2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_JINJA2_VERSION = 1.5
|
||||
PYTHON_AIOHTTP_JINJA2_SOURCE = aiohttp-jinja2-$(PYTHON_AIOHTTP_JINJA2_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_JINJA2_SITE = https://files.pythonhosted.org/packages/15/d7/8bdbdb65e2926de332d3c430839d655db61d30a7b5a4a9b2edafbeb3aa20
|
||||
PYTHON_AIOHTTP_JINJA2_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_JINJA2_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_JINJA2_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user