pkgsrc-WIP-changes archive

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

py-trio-websocket: import py-trio-websocket-0.11.1 as wip/py-trio-websocket



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Nov 22 08:34:56 2023 +0200
Changeset:	e45eb320dec80211731d954abbaf172a5255bf1d

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

Log Message:
py-trio-websocket: import py-trio-websocket-0.11.1 as wip/py-trio-websocket

(py-trio-websocket is needed for the multimedia/streamlink update.)

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e45eb320dec80211731d954abbaf172a5255bf1d

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

diffstat:
 Makefile                   |  1 +
 py-trio-websocket/DESCR    |  5 +++++
 py-trio-websocket/Makefile | 21 +++++++++++++++++++++
 py-trio-websocket/PLIST    | 15 +++++++++++++++
 py-trio-websocket/distinfo |  5 +++++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b9e8010edc..bb94b0d4c5 100644
--- a/Makefile
+++ b/Makefile
@@ -4603,6 +4603,7 @@ SUBDIR+=	py-tree-sitter
 SUBDIR+=	py-tribe
 SUBDIR+=	py-trie3
 SUBDIR+=	py-trimesh
+SUBDIR+=	py-trio-websocket
 SUBDIR+=	py-trollius
 SUBDIR+=	py-trottersuzuki
 SUBDIR+=	py-trufflehog3
diff --git a/py-trio-websocket/DESCR b/py-trio-websocket/DESCR
new file mode 100644
index 0000000000..6ddaa2c039
--- /dev/null
+++ b/py-trio-websocket/DESCR
@@ -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.
diff --git a/py-trio-websocket/Makefile b/py-trio-websocket/Makefile
new file mode 100644
index 0000000000..7e7bb9e94c
--- /dev/null
+++ b/py-trio-websocket/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	trio-websocket-0.11.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+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
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-trio-websocket/PLIST b/py-trio-websocket/PLIST
new file mode 100644
index 0000000000..2f74f73064
--- /dev/null
+++ b/py-trio-websocket/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${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
diff --git a/py-trio-websocket/distinfo b/py-trio-websocket/distinfo
new file mode 100644
index 0000000000..d487e84e92
--- /dev/null
+++ b/py-trio-websocket/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (trio-websocket-0.11.1.tar.gz) = c7df483adcc0fc99eb9935ac143bae70833b4e7de6c9901688cef0502d97ea72
+SHA512 (trio-websocket-0.11.1.tar.gz) = 893d0288292265701d8053ca7f33f345c146d97f44fb4a53adda280a701b3b89987e1b37e9229fb17b6dc72b600892dfe36fe8fd9d81dbf5208752e928c0dbfd
+Size (trio-websocket-0.11.1.tar.gz) = 26511 bytes


Home | Main Index | Thread Index | Old Index