pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-quart-trio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  5 21:15:10 UTC 2025

Added Files:
        pkgsrc/www/py-quart-trio: DESCR Makefile PLIST distinfo

Log Message:
www/py-quart-trio: import py-quart-trio-0.12.0

Quart-Trio is an extension for Quart to support the Trio event
loop. This is an alternative to using the asyncio event loop present
in the Python standard library and supported by default in Quart.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-quart-trio/DESCR \
    pkgsrc/www/py-quart-trio/Makefile pkgsrc/www/py-quart-trio/PLIST \
    pkgsrc/www/py-quart-trio/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-trio/DESCR
diff -u /dev/null pkgsrc/www/py-quart-trio/DESCR:1.1
--- /dev/null   Fri Dec  5 21:15:10 2025
+++ pkgsrc/www/py-quart-trio/DESCR      Fri Dec  5 21:15:10 2025
@@ -0,0 +1,3 @@
+Quart-Trio is an extension for Quart to support the Trio event
+loop. This is an alternative to using the asyncio event loop present
+in the Python standard library and supported by default in Quart.
Index: pkgsrc/www/py-quart-trio/Makefile
diff -u /dev/null pkgsrc/www/py-quart-trio/Makefile:1.1
--- /dev/null   Fri Dec  5 21:15:10 2025
+++ pkgsrc/www/py-quart-trio/Makefile   Fri Dec  5 21:15:10 2025
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2025/12/05 21:15:10 wiz Exp $
+
+DISTNAME=      quart_trio-0.12.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=q/quart-trio/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/quart-trio/
+COMMENT=       Quart extension to provide trio support
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
+DEPENDS+=      ${PYPKGPREFIX}-hypercorn>=0.12.0:../../www/py-hypercorn
+DEPENDS+=      ${PYPKGPREFIX}-quart>=0.19:../../www/py-quart
+DEPENDS+=      ${PYPKGPREFIX}-trio>=0.19.0:../../devel/py-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+# as of 0.12.0
+# 13 failed, 15 warnings
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-quart-trio/PLIST
diff -u /dev/null pkgsrc/www/py-quart-trio/PLIST:1.1
--- /dev/null   Fri Dec  5 21:15:10 2025
+++ pkgsrc/www/py-quart-trio/PLIST      Fri Dec  5 21:15:10 2025
@@ -0,0 +1,49 @@
+@comment $NetBSD: PLIST,v 1.1 2025/12/05 21:15:10 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/quart_trio/__init__.py
+${PYSITELIB}/quart_trio/__init__.pyc
+${PYSITELIB}/quart_trio/__init__.pyo
+${PYSITELIB}/quart_trio/app.py
+${PYSITELIB}/quart_trio/app.pyc
+${PYSITELIB}/quart_trio/app.pyo
+${PYSITELIB}/quart_trio/asgi.py
+${PYSITELIB}/quart_trio/asgi.pyc
+${PYSITELIB}/quart_trio/asgi.pyo
+${PYSITELIB}/quart_trio/datastructures.py
+${PYSITELIB}/quart_trio/datastructures.pyc
+${PYSITELIB}/quart_trio/datastructures.pyo
+${PYSITELIB}/quart_trio/formparser.py
+${PYSITELIB}/quart_trio/formparser.pyc
+${PYSITELIB}/quart_trio/formparser.pyo
+${PYSITELIB}/quart_trio/py.typed
+${PYSITELIB}/quart_trio/testing/__init__.py
+${PYSITELIB}/quart_trio/testing/__init__.pyc
+${PYSITELIB}/quart_trio/testing/__init__.pyo
+${PYSITELIB}/quart_trio/testing/app.py
+${PYSITELIB}/quart_trio/testing/app.pyc
+${PYSITELIB}/quart_trio/testing/app.pyo
+${PYSITELIB}/quart_trio/testing/client.py
+${PYSITELIB}/quart_trio/testing/client.pyc
+${PYSITELIB}/quart_trio/testing/client.pyo
+${PYSITELIB}/quart_trio/testing/connections.py
+${PYSITELIB}/quart_trio/testing/connections.pyc
+${PYSITELIB}/quart_trio/testing/connections.pyo
+${PYSITELIB}/quart_trio/utils.py
+${PYSITELIB}/quart_trio/utils.pyc
+${PYSITELIB}/quart_trio/utils.pyo
+${PYSITELIB}/quart_trio/wrappers/__init__.py
+${PYSITELIB}/quart_trio/wrappers/__init__.pyc
+${PYSITELIB}/quart_trio/wrappers/__init__.pyo
+${PYSITELIB}/quart_trio/wrappers/request.py
+${PYSITELIB}/quart_trio/wrappers/request.pyc
+${PYSITELIB}/quart_trio/wrappers/request.pyo
+${PYSITELIB}/quart_trio/wrappers/response.py
+${PYSITELIB}/quart_trio/wrappers/response.pyc
+${PYSITELIB}/quart_trio/wrappers/response.pyo
+${PYSITELIB}/quart_trio/wrappers/websocket.py
+${PYSITELIB}/quart_trio/wrappers/websocket.pyc
+${PYSITELIB}/quart_trio/wrappers/websocket.pyo
Index: pkgsrc/www/py-quart-trio/distinfo
diff -u /dev/null pkgsrc/www/py-quart-trio/distinfo:1.1
--- /dev/null   Fri Dec  5 21:15:10 2025
+++ pkgsrc/www/py-quart-trio/distinfo   Fri Dec  5 21:15:10 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/12/05 21:15:10 wiz Exp $
+
+BLAKE2s (quart_trio-0.12.0.tar.gz) = 1d4617096b98cda4f8ae26bac06f9922ab0053d4c770fa2d3c92f5bdc1ef4957
+SHA512 (quart_trio-0.12.0.tar.gz) = 70b1f2406185b020f999cb335c2c13599faf9c36c69f8adc437fbb846158f659e8d6527199083f9674e75c99bcd10dbf228dbd62ca7c5614b471c462b22227ee
+Size (quart_trio-0.12.0.tar.gz) = 14979 bytes



Home | Main Index | Thread Index | Old Index