py-aiohttp-jinja2-1.4.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-15 00:38:43 +01:00
parent 107499169e
commit 4f55c515fb
5 changed files with 57 additions and 0 deletions

1
py-aiohttp-jinja2/DESCR Normal file
View File

@ -0,0 +1 @@
Jinja2 template renderer for aiohttp.web

View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= aiohttp-jinja2-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc www
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp-jinja2/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://aiohttp-jinja2.readthedocs.io/en/stable/
COMMENT= Jinja2 template renderer for aiohttp.web
LICENSE= apache-2.0
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.9.6:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.5.4:../../www/py-aiohttp
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

16
py-aiohttp-jinja2/PLIST Normal file
View File

@ -0,0 +1,16 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/aiohttp_jinja2/__init__.py
${PYSITELIB}/aiohttp_jinja2/__init__.pyc
${PYSITELIB}/aiohttp_jinja2/__init__.pyo
${PYSITELIB}/aiohttp_jinja2/helpers.py
${PYSITELIB}/aiohttp_jinja2/helpers.pyc
${PYSITELIB}/aiohttp_jinja2/helpers.pyo
${PYSITELIB}/aiohttp_jinja2/py.typed
${PYSITELIB}/aiohttp_jinja2/typedefs.py
${PYSITELIB}/aiohttp_jinja2/typedefs.pyc
${PYSITELIB}/aiohttp_jinja2/typedefs.pyo

View File

@ -0,0 +1,7 @@
$NetBSD$
SHA1 (aiohttp-jinja2-1.4.0.tar.gz) = 3d9a6c90f6f7326b425e27675ad5e984b6024911
RMD160 (aiohttp-jinja2-1.4.0.tar.gz) = a0be7f51651f76246945c59e5a5dd87d91853d18
SHA512 (aiohttp-jinja2-1.4.0.tar.gz) = 273d218964922b4ec4edf4c89d961eaca6bae4743ffc3f19d0cf9fea197fed5dc96c1e2995364e9726b21802a66148241de98ee89372e6946ec7a181a23031b6
Size (aiohttp-jinja2-1.4.0.tar.gz) = 53552 bytes
SHA1 (patch-setup.py) = 1cb8e6380b48443ee8d9ae572b5e020c6cbccd3f

View File

@ -0,0 +1,13 @@
$NetBSD$
--- setup.py.orig 2020-11-12 10:24:13.000000000 +0000
+++ setup.py
@@ -38,7 +38,7 @@ setup(
description=(
"jinja2 template renderer for aiohttp.web " "(http server for asyncio)"
),
- long_description="\n\n".join((read("README.rst"), read("CHANGES.rst"))),
+ long_description="\n\n".join((read("README.rst"))),
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",