import wip/py-sanic: 20.9.0

This commit is contained in:
K.I.A.Derouiche 2020-10-22 15:22:20 +01:00
parent b7aa577920
commit b1c7bf4fef
4 changed files with 128 additions and 0 deletions

2
py-sanic/DESCR Normal file
View File

@ -0,0 +1,2 @@
A web server and web framework that's written to
go fast. Build fast. Run fast

25
py-sanic/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $NetBSD$
VERS= 20.9.0
DISTNAME= sanic-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=s/${DISTNAME:S/${VERS}//}/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/huge-success/sanic/
COMMENT= Web server and web framework that's written to go fast
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-multidict>=4.7.6:../../databases/py-multidict
DEPENDS+= ${PYPKGPREFIX}-aiofiles>=0.5.0:../../devel/py-aiofiles
DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
DEPENDS+= ${PYPKGPREFIX}-ujson>=2.0.3:../../textproc/py-ujson
DEPENDS+= ${PYPKGPREFIX}-httptools>=0.1.1:../../www/py-httptools
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.16.1:../../www/py-httpx
DEPENDS+= ${PYPKGPREFIX}-websockets>=8.1:../../www/py-websockets
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

95
py-sanic/PLIST Normal file
View File

@ -0,0 +1,95 @@
@comment $NetBSD$
bin/sanic
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/sanic/__init__.py
${PYSITELIB}/sanic/__init__.pyc
${PYSITELIB}/sanic/__init__.pyo
${PYSITELIB}/sanic/__main__.py
${PYSITELIB}/sanic/__main__.pyc
${PYSITELIB}/sanic/__main__.pyo
${PYSITELIB}/sanic/__version__.py
${PYSITELIB}/sanic/__version__.pyc
${PYSITELIB}/sanic/__version__.pyo
${PYSITELIB}/sanic/app.py
${PYSITELIB}/sanic/app.pyc
${PYSITELIB}/sanic/app.pyo
${PYSITELIB}/sanic/asgi.py
${PYSITELIB}/sanic/asgi.pyc
${PYSITELIB}/sanic/asgi.pyo
${PYSITELIB}/sanic/blueprint_group.py
${PYSITELIB}/sanic/blueprint_group.pyc
${PYSITELIB}/sanic/blueprint_group.pyo
${PYSITELIB}/sanic/blueprints.py
${PYSITELIB}/sanic/blueprints.pyc
${PYSITELIB}/sanic/blueprints.pyo
${PYSITELIB}/sanic/compat.py
${PYSITELIB}/sanic/compat.pyc
${PYSITELIB}/sanic/compat.pyo
${PYSITELIB}/sanic/config.py
${PYSITELIB}/sanic/config.pyc
${PYSITELIB}/sanic/config.pyo
${PYSITELIB}/sanic/constants.py
${PYSITELIB}/sanic/constants.pyc
${PYSITELIB}/sanic/constants.pyo
${PYSITELIB}/sanic/cookies.py
${PYSITELIB}/sanic/cookies.pyc
${PYSITELIB}/sanic/cookies.pyo
${PYSITELIB}/sanic/deprecated.py
${PYSITELIB}/sanic/deprecated.pyc
${PYSITELIB}/sanic/deprecated.pyo
${PYSITELIB}/sanic/errorpages.py
${PYSITELIB}/sanic/errorpages.pyc
${PYSITELIB}/sanic/errorpages.pyo
${PYSITELIB}/sanic/exceptions.py
${PYSITELIB}/sanic/exceptions.pyc
${PYSITELIB}/sanic/exceptions.pyo
${PYSITELIB}/sanic/handlers.py
${PYSITELIB}/sanic/handlers.pyc
${PYSITELIB}/sanic/handlers.pyo
${PYSITELIB}/sanic/headers.py
${PYSITELIB}/sanic/headers.pyc
${PYSITELIB}/sanic/headers.pyo
${PYSITELIB}/sanic/helpers.py
${PYSITELIB}/sanic/helpers.pyc
${PYSITELIB}/sanic/helpers.pyo
${PYSITELIB}/sanic/log.py
${PYSITELIB}/sanic/log.pyc
${PYSITELIB}/sanic/log.pyo
${PYSITELIB}/sanic/reloader_helpers.py
${PYSITELIB}/sanic/reloader_helpers.pyc
${PYSITELIB}/sanic/reloader_helpers.pyo
${PYSITELIB}/sanic/request.py
${PYSITELIB}/sanic/request.pyc
${PYSITELIB}/sanic/request.pyo
${PYSITELIB}/sanic/response.py
${PYSITELIB}/sanic/response.pyc
${PYSITELIB}/sanic/response.pyo
${PYSITELIB}/sanic/router.py
${PYSITELIB}/sanic/router.pyc
${PYSITELIB}/sanic/router.pyo
${PYSITELIB}/sanic/server.py
${PYSITELIB}/sanic/server.pyc
${PYSITELIB}/sanic/server.pyo
${PYSITELIB}/sanic/static.py
${PYSITELIB}/sanic/static.pyc
${PYSITELIB}/sanic/static.pyo
${PYSITELIB}/sanic/testing.py
${PYSITELIB}/sanic/testing.pyc
${PYSITELIB}/sanic/testing.pyo
${PYSITELIB}/sanic/utils.py
${PYSITELIB}/sanic/utils.pyc
${PYSITELIB}/sanic/utils.pyo
${PYSITELIB}/sanic/views.py
${PYSITELIB}/sanic/views.pyc
${PYSITELIB}/sanic/views.pyo
${PYSITELIB}/sanic/websocket.py
${PYSITELIB}/sanic/websocket.pyc
${PYSITELIB}/sanic/websocket.pyo
${PYSITELIB}/sanic/worker.py
${PYSITELIB}/sanic/worker.pyc
${PYSITELIB}/sanic/worker.pyo

6
py-sanic/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (sanic-20.9.0.tar.gz) = 34065045f83e4a451b2606cf82a3e23ad4306d8f
RMD160 (sanic-20.9.0.tar.gz) = 63ffe38b0b2006bdfba6e46ecf42eecd06822ffb
SHA512 (sanic-20.9.0.tar.gz) = 4f5ea058f65fa6c5f4ffa00af9f48108801dcfa19d750a0fafd688517eaeca9264d0aa82d6ceb7668abcaf9ba2b1dbeb7ce7339837619597ede322b1d600a588
Size (sanic-20.9.0.tar.gz) = 146608 bytes