pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Mon Mar  2 20:25:53 UTC 2026

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

Log Message:
www/py-trio-websocket: import py-trio-websocket-0.12.2 as www/py-trio-websocket

This library implements both server and client aspects of the the WebSocket
protocol, striving for safety, correctness, and ergonomics. It is based on
the wsproto project, which is a Sans-IO state machine that implements the
majority of the WebSocket protocol, including framing, codecs, and events. This
library handles I/O using the Trio framework.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-trio-websocket/DESCR \
    pkgsrc/www/py-trio-websocket/Makefile pkgsrc/www/py-trio-websocket/PLIST \
    pkgsrc/www/py-trio-websocket/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-trio-websocket/DESCR
diff -u /dev/null pkgsrc/www/py-trio-websocket/DESCR:1.1
--- /dev/null   Mon Mar  2 20:25:53 2026
+++ pkgsrc/www/py-trio-websocket/DESCR  Mon Mar  2 20:25:53 2026
@@ -0,0 +1,5 @@
+This library implements both server and client aspects of the the WebSocket
+protocol, striving for safety, correctness, and ergonomics. It is based on
+the wsproto project, which is a Sans-IO state machine that implements the
+majority of the WebSocket protocol, including framing, codecs, and events. This
+library handles I/O using the Trio framework.
Index: pkgsrc/www/py-trio-websocket/Makefile
diff -u /dev/null pkgsrc/www/py-trio-websocket/Makefile:1.1
--- /dev/null   Mon Mar  2 20:25:53 2026
+++ pkgsrc/www/py-trio-websocket/Makefile       Mon Mar  2 20:25:53 2026
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2026/03/02 20:25:53 yhardy Exp $
+
+DISTNAME=      trio_websocket-0.12.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/trio_/trio-/}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trio-websocket/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python-trio/trio-websocket
+COMMENT=       WebSocket library for Trio
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-trio>=0.14:../../devel/py-trio
+DEPENDS+=      ${PYPKGPREFIX}-wsproto>=0.14:../../www/py-wsproto
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-trio-websocket/PLIST
diff -u /dev/null pkgsrc/www/py-trio-websocket/PLIST:1.1
--- /dev/null   Mon Mar  2 20:25:53 2026
+++ pkgsrc/www/py-trio-websocket/PLIST  Mon Mar  2 20:25:53 2026
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2026/03/02 20:25:53 yhardy Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/trio_websocket/__init__.py
+${PYSITELIB}/trio_websocket/__init__.pyc
+${PYSITELIB}/trio_websocket/__init__.pyo
+${PYSITELIB}/trio_websocket/_impl.py
+${PYSITELIB}/trio_websocket/_impl.pyc
+${PYSITELIB}/trio_websocket/_impl.pyo
+${PYSITELIB}/trio_websocket/_version.py
+${PYSITELIB}/trio_websocket/_version.pyc
+${PYSITELIB}/trio_websocket/_version.pyo
+${PYSITELIB}/trio_websocket/py.typed
Index: pkgsrc/www/py-trio-websocket/distinfo
diff -u /dev/null pkgsrc/www/py-trio-websocket/distinfo:1.1
--- /dev/null   Mon Mar  2 20:25:53 2026
+++ pkgsrc/www/py-trio-websocket/distinfo       Mon Mar  2 20:25:53 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/03/02 20:25:53 yhardy Exp $
+
+BLAKE2s (trio_websocket-0.12.2.tar.gz) = 5468f1657469c82c4ad9133799551ddf557e7cdcd7e8397c989bc6fd3ac520cf
+SHA512 (trio_websocket-0.12.2.tar.gz) = 0d215ceaca47e0a256de99fe10f352321630e77bb66e3af68a91f926c144f1de4ae70d2fcb7da42a6d57b4831f1f36245325a960538a5b47b2348ba2b296038c
+Size (trio_websocket-0.12.2.tar.gz) = 33549 bytes



Home | Main Index | Thread Index | Old Index