pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-quart
Module Name: pkgsrc
Committed By: wiz
Date: Fri Dec 5 21:14:29 UTC 2025
Added Files:
pkgsrc/www/py-quart: DESCR Makefile PLIST distinfo
Log Message:
www/py-quart: import py-quart-0.20.0
Quart is an async Python web application framework. Using Quart
you can,
- render and serve HTML templates,
- write (RESTful) JSON APIs,
- serve WebSockets,
- stream request and response data,
- do pretty much anything over the HTTP or WebSocket protocols.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-quart/DESCR pkgsrc/www/py-quart/Makefile \
pkgsrc/www/py-quart/PLIST pkgsrc/www/py-quart/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/py-quart/DESCR
diff -u /dev/null pkgsrc/www/py-quart/DESCR:1.1
--- /dev/null Fri Dec 5 21:14:29 2025
+++ pkgsrc/www/py-quart/DESCR Fri Dec 5 21:14:29 2025
@@ -0,0 +1,8 @@
+Quart is an async Python web application framework. Using Quart
+you can,
+
+- render and serve HTML templates,
+- write (RESTful) JSON APIs,
+- serve WebSockets,
+- stream request and response data,
+- do pretty much anything over the HTTP or WebSocket protocols.
Index: pkgsrc/www/py-quart/Makefile
diff -u /dev/null pkgsrc/www/py-quart/Makefile:1.1
--- /dev/null Fri Dec 5 21:14:29 2025
+++ pkgsrc/www/py-quart/Makefile Fri Dec 5 21:14:29 2025
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2025/12/05 21:14:29 wiz Exp $
+
+DISTNAME= quart-0.20.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=q/quart/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/pallets/quart/
+COMMENT= Python ASGI web framework with the same API as Flask
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+DEPENDS+= ${PYPKGPREFIX}-aiofiles-[0-9]*:../../devel/py-aiofiles
+DEPENDS+= ${PYPKGPREFIX}-blinker>=1.6:../../devel/py-blinker
+DEPENDS+= ${PYPKGPREFIX}-click>=8.0:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-flask>=3.0:../../www/py-flask
+DEPENDS+= ${PYPKGPREFIX}-hypercorn>=0.11.2:../../www/py-hypercorn
+DEPENDS+= ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
+DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
+DEPENDS+= ${PYPKGPREFIX}-werkzeug>=3.0:../../www/py-werkzeug
+# no tests included
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-quart/PLIST
diff -u /dev/null pkgsrc/www/py-quart/PLIST:1.1
--- /dev/null Fri Dec 5 21:14:29 2025
+++ pkgsrc/www/py-quart/PLIST Fri Dec 5 21:14:29 2025
@@ -0,0 +1,109 @@
+@comment $NetBSD: PLIST,v 1.1 2025/12/05 21:14:29 wiz Exp $
+bin/quart
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/quart/__init__.py
+${PYSITELIB}/quart/__init__.pyc
+${PYSITELIB}/quart/__init__.pyo
+${PYSITELIB}/quart/__main__.py
+${PYSITELIB}/quart/__main__.pyc
+${PYSITELIB}/quart/__main__.pyo
+${PYSITELIB}/quart/app.py
+${PYSITELIB}/quart/app.pyc
+${PYSITELIB}/quart/app.pyo
+${PYSITELIB}/quart/asgi.py
+${PYSITELIB}/quart/asgi.pyc
+${PYSITELIB}/quart/asgi.pyo
+${PYSITELIB}/quart/blueprints.py
+${PYSITELIB}/quart/blueprints.pyc
+${PYSITELIB}/quart/blueprints.pyo
+${PYSITELIB}/quart/cli.py
+${PYSITELIB}/quart/cli.pyc
+${PYSITELIB}/quart/cli.pyo
+${PYSITELIB}/quart/config.py
+${PYSITELIB}/quart/config.pyc
+${PYSITELIB}/quart/config.pyo
+${PYSITELIB}/quart/ctx.py
+${PYSITELIB}/quart/ctx.pyc
+${PYSITELIB}/quart/ctx.pyo
+${PYSITELIB}/quart/datastructures.py
+${PYSITELIB}/quart/datastructures.pyc
+${PYSITELIB}/quart/datastructures.pyo
+${PYSITELIB}/quart/debug.py
+${PYSITELIB}/quart/debug.pyc
+${PYSITELIB}/quart/debug.pyo
+${PYSITELIB}/quart/formparser.py
+${PYSITELIB}/quart/formparser.pyc
+${PYSITELIB}/quart/formparser.pyo
+${PYSITELIB}/quart/globals.py
+${PYSITELIB}/quart/globals.pyc
+${PYSITELIB}/quart/globals.pyo
+${PYSITELIB}/quart/helpers.py
+${PYSITELIB}/quart/helpers.pyc
+${PYSITELIB}/quart/helpers.pyo
+${PYSITELIB}/quart/json/__init__.py
+${PYSITELIB}/quart/json/__init__.pyc
+${PYSITELIB}/quart/json/__init__.pyo
+${PYSITELIB}/quart/json/provider.py
+${PYSITELIB}/quart/json/provider.pyc
+${PYSITELIB}/quart/json/provider.pyo
+${PYSITELIB}/quart/json/tag.py
+${PYSITELIB}/quart/json/tag.pyc
+${PYSITELIB}/quart/json/tag.pyo
+${PYSITELIB}/quart/logging.py
+${PYSITELIB}/quart/logging.pyc
+${PYSITELIB}/quart/logging.pyo
+${PYSITELIB}/quart/py.typed
+${PYSITELIB}/quart/routing.py
+${PYSITELIB}/quart/routing.pyc
+${PYSITELIB}/quart/routing.pyo
+${PYSITELIB}/quart/sessions.py
+${PYSITELIB}/quart/sessions.pyc
+${PYSITELIB}/quart/sessions.pyo
+${PYSITELIB}/quart/signals.py
+${PYSITELIB}/quart/signals.pyc
+${PYSITELIB}/quart/signals.pyo
+${PYSITELIB}/quart/templating.py
+${PYSITELIB}/quart/templating.pyc
+${PYSITELIB}/quart/templating.pyo
+${PYSITELIB}/quart/testing/__init__.py
+${PYSITELIB}/quart/testing/__init__.pyc
+${PYSITELIB}/quart/testing/__init__.pyo
+${PYSITELIB}/quart/testing/app.py
+${PYSITELIB}/quart/testing/app.pyc
+${PYSITELIB}/quart/testing/app.pyo
+${PYSITELIB}/quart/testing/client.py
+${PYSITELIB}/quart/testing/client.pyc
+${PYSITELIB}/quart/testing/client.pyo
+${PYSITELIB}/quart/testing/connections.py
+${PYSITELIB}/quart/testing/connections.pyc
+${PYSITELIB}/quart/testing/connections.pyo
+${PYSITELIB}/quart/testing/utils.py
+${PYSITELIB}/quart/testing/utils.pyc
+${PYSITELIB}/quart/testing/utils.pyo
+${PYSITELIB}/quart/typing.py
+${PYSITELIB}/quart/typing.pyc
+${PYSITELIB}/quart/typing.pyo
+${PYSITELIB}/quart/utils.py
+${PYSITELIB}/quart/utils.pyc
+${PYSITELIB}/quart/utils.pyo
+${PYSITELIB}/quart/views.py
+${PYSITELIB}/quart/views.pyc
+${PYSITELIB}/quart/views.pyo
+${PYSITELIB}/quart/wrappers/__init__.py
+${PYSITELIB}/quart/wrappers/__init__.pyc
+${PYSITELIB}/quart/wrappers/__init__.pyo
+${PYSITELIB}/quart/wrappers/base.py
+${PYSITELIB}/quart/wrappers/base.pyc
+${PYSITELIB}/quart/wrappers/base.pyo
+${PYSITELIB}/quart/wrappers/request.py
+${PYSITELIB}/quart/wrappers/request.pyc
+${PYSITELIB}/quart/wrappers/request.pyo
+${PYSITELIB}/quart/wrappers/response.py
+${PYSITELIB}/quart/wrappers/response.pyc
+${PYSITELIB}/quart/wrappers/response.pyo
+${PYSITELIB}/quart/wrappers/websocket.py
+${PYSITELIB}/quart/wrappers/websocket.pyc
+${PYSITELIB}/quart/wrappers/websocket.pyo
Index: pkgsrc/www/py-quart/distinfo
diff -u /dev/null pkgsrc/www/py-quart/distinfo:1.1
--- /dev/null Fri Dec 5 21:14:29 2025
+++ pkgsrc/www/py-quart/distinfo Fri Dec 5 21:14:29 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/12/05 21:14:29 wiz Exp $
+
+BLAKE2s (quart-0.20.0.tar.gz) = e91235bb3818f7a0243b0f4944bd0872cdf18878430d1be63ccb80bdc23a1717
+SHA512 (quart-0.20.0.tar.gz) = 4e9818b91a1e5710c0b01d6ff38c726e698610ec0fcc3ffbfa48bd1c67058dd5f3332ecc46e501261efdf1fdabaaf080812e35c4926839dd7c8ed35205e6904f
+Size (quart-0.20.0.tar.gz) = 63874 bytes
Home |
Main Index |
Thread Index |
Old Index