pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import wip/py-sanic: 20.9.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Oct 22 15:22:20 2020 +0100
Changeset:	b1c7bf4fefba6208c2bf3027b4aeeea421a1705f

Added Files:
	py-sanic/DESCR
	py-sanic/Makefile
	py-sanic/PLIST
	py-sanic/distinfo

Log Message:
import wip/py-sanic: 20.9.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1c7bf4fefba6208c2bf3027b4aeeea421a1705f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-sanic/DESCR    |  2 ++
 py-sanic/Makefile | 25 +++++++++++++++
 py-sanic/PLIST    | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-sanic/distinfo |  6 ++++
 4 files changed, 128 insertions(+)

diffs:
diff --git a/py-sanic/DESCR b/py-sanic/DESCR
new file mode 100644
index 0000000000..796372c345
--- /dev/null
+++ b/py-sanic/DESCR
@@ -0,0 +1,2 @@
+A web server and web framework that's written to
+go fast. Build fast. Run fast
diff --git a/py-sanic/Makefile b/py-sanic/Makefile
new file mode 100644
index 0000000000..cfef311413
--- /dev/null
+++ b/py-sanic/Makefile
@@ -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@localhost
+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"
diff --git a/py-sanic/PLIST b/py-sanic/PLIST
new file mode 100644
index 0000000000..535ff3e3ee
--- /dev/null
+++ b/py-sanic/PLIST
@@ -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
diff --git a/py-sanic/distinfo b/py-sanic/distinfo
new file mode 100644
index 0000000000..dc8dbca307
--- /dev/null
+++ b/py-sanic/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index